-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[arm64] /usr/bin/luajit: bad light userdata pointer #1035
Comments
that is to say, this doesn't work for arm64:
|
The arm64 build is still failing. I'm going to disable the arm64 (aarch64) build. |
I encountered the same problem, have you solved it? |
openResty also met this issue: Mike Pall's suggestion:
|
since luajit wont fix this issue, application itself need to be adapted to avoid using of lua_pushlightuserdata, in order to make Torch7 works on ARM64, following files need to be rewritten.
|
The following three PRs illustrate how PowerDNS worked around the lightuserdata issue on arm64, perhaps as a model for the work you are doing. via @Habbie
openresty/lua-nginx-module#1152 is another discussion of this case. |
Hello @cdluminate - did you close this issue because it was resolved? |
@vielmetti No. It's pointless to keep a bug that won't be fixed forever open. |
Fair enough, please label as "wontfix". |
Here is a workaround implementation, It works fine. |
https://buildd.debian.org/status/fetch.php?pkg=lua-torch-torch7&arch=arm64&ver=0~20170511-gae1a805-1&stamp=1495277863&raw=0
The text was updated successfully, but these errors were encountered: