-
Notifications
You must be signed in to change notification settings - Fork 3
Calling require() ON vita-luajit crashes Vita #1
Comments
@Rinnegatamante Sorry for the late reply. I'll fix this while documenting proper usage of FFI and JIT on vita-luajit. Hopefully I'll have time to do this one month later. |
ETA on a fix for this? |
@hyln9 sorry to bump this once more, if you don't have time is there another developer who might be able to fix this ? Thx for all your work ! |
@hyln9 "require" crashes even setting LUA_LROOT to another location, "ux0:data" for example. |
Tossed lpp-vita's Line 110 in bf46551
Line 21 in bf46551
snprintf() as far as I can tell, on the first instruction of the unrolled (4x str.w store word) copy loop.
(Just going to post this for now and comment again once I manage to figure out why it's crashing there; the draft's been here half a day and I started this overall yesterday.) |
With LUA_LROOT set to app0:, trying to call a require crashes the app in symbol_lookup (dl.c)
Coredump:
https://pastebin.com/V615iLtj
The text was updated successfully, but these errors were encountered: