You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed while trying to build AwesomeWM: lgi does not seem to work with LuaJIT on AARCH64.
In particular, with LuaJIT 2.1.0-beta3 (the only version packaged in Gentoo), I get the following error running the gtkhello.lua example.
jakob@Lambda ~/lgi/samples $ luajit-2.1.0-beta3 gtkhello.lua
luajit-2.1.0-beta3: bad light userdata pointer
stack traceback:
[C]: at 0xffff94d66ed4
[C]: in function 'require'
/usr/share/lua/5.1/lgi/core.lua:14: in main chunk
[C]: in function 'require'
/usr/share/lua/5.1/lgi/init.lua:19: in main chunk
[C]: at 0xffff9502ff80
[C]: in function 'require'
gtkhello.lua:9: in main chunk
[C]: at 0xaaaab5602620
Noticed while trying to build AwesomeWM: lgi does not seem to work with LuaJIT on AARCH64.
In particular, with
LuaJIT 2.1.0-beta3
(the only version packaged in Gentoo), I get the following error running thegtkhello.lua
example.This may be relevant: neovim/neovim#7879
The text was updated successfully, but these errors were encountered: