-
Notifications
You must be signed in to change notification settings - Fork 66
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
Crash on Windows when throwing error #30
Comments
It appears that this crashes are happening because LLVM generated JIT code lacks information required by Windows for proper stack unwinding. http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-April/084918.html |
It seems the error occurs usually in Release Debug builds. Full Release builds or full Debug builds are probably ok. |
From v0.11 building 32-bit binaries - these do not appear to suffer from the issue |
Since LLVM 4.0 looks like Windows 64-bit support has improved. Keeping this issue open until more testing is done. |
Github bug ticket llvm/llvm-project#24607 |
On Windows there is occasionally a crash when Lua attempts a Longjmp because an error has been raised. Windows complains about misaligned or invalid stack.
The error does not occur on Linux or MAC OSX (Yosemite).
The text was updated successfully, but these errors were encountered: