-
Notifications
You must be signed in to change notification settings - Fork 1
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
vectors: segmentation fault __memcpy_sse2_unaligned () #1
Comments
One thing to quickly do is check all the tests still pass with your build running tests/runtests.sh some of them were upgraded to test vectors in the JIT for the branch |
I updated and applied the changes again in order to compile. runtests.sh attempts to run test.lua which i assume is runtests.lua. There are errors in the telescope test as well. Something about build output: 52compat doesn't seem to make a difference |
compiled with
gcc 5.4.0
onx64 linux
with the flagsLUA_USE_ASSERT
,CCDEBUG=-g
andCCOPT=-fomit-frame-pointer
I applied this patch on the vectors branch to get it compiling
https://gist.github.com/CapsAdmin/00326ad8eda9ca48557013bcd90546fc
Only happens when jit is on.
I'm able to pinpoint where it crashes in some situations but it seems random and attempting to debug the code will move the crash somewhere else. When it's not crashing there is weird behavior such as random nonsense lua errors.
The text was updated successfully, but these errors were encountered: