-
Notifications
You must be signed in to change notification settings - Fork 30
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
Test compile failure on Linux #8
Comments
It seems that a test caused the crash. You can use this to see which test caused the crash.
|
I get the following output:
|
Upon further investigation, the culprit seems to be bee.lua/test/test_filesystem.lua Line 533 in 590917d
It seems strange that a built-in would cause a crash, though? Calling |
You can compile a debug version and use gdb to see what happened.
|
Sorry, but I'm having a bit of difficulty with this. I don't see a |
Hmm. When I do It seems that this failure only occurs when That is, when I run |
When I use My system |
Is there any update on this issue? I am still having the build failure; I'm happy to do more to try and track down the cause, but I'm not sure what would help at this point. |
I think this is a bug of gcc, you can reduce the optimization level to avoid it.e.g. |
Related to LuaLS/lua-language-server#160,
bee.lua/ninja/linux.ninja
Line 147 in 590917d
linux.ninja
allows the build to succeed.The text was updated successfully, but these errors were encountered: