openresty / luajit2

OpenResty's Branch of LuaJIT 2
https://luajit.org/luajit.html
Other
1.24k stars 200 forks source link

Too many callbacks in s390x #179

Open Bisht13 opened 2 years ago

Bisht13 commented 2 years ago

Tests like ffi_enum.lua and ffi_callback.lua are failing and giving the following error from the test suite.

[aditya@clftest ffi]$ ~/testing/bin/luajit ffi_callback.lua 
/home/aditya/testing/bin/luajit: ffi_callback.lua:8: too many callbacks

It's failing even with 1 callback.

Bisht13 commented 2 years ago

Is callback even implemented for s390x? image