-
Notifications
You must be signed in to change notification settings - Fork 23
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
Illegal instruction core dumped #56
Comments
same here on debian, when I build it myself i also get a SIGILL but in a different place |
I would need a gdb backtrace of the sigill, and a dump of the instructions around the sigill too |
Two different builds - one is mine, other came from luxtorpeda
|
1000.tar.gz |
can it be just the compile option that are not good for your cpu? the SIGILL is in function destructor, that's code 100% generated by gcc here). |
idk, i have last-gen Ryzen 9, really not sure what's going on, i have a suspicion it's either gcc, kernel, or CPU problem, but this is the first time I see it. |
downloading recent build and extracting it into game directory with all the libraries in zip file made it work, so i'm guessing issue is in some of the libs? |
On Arch Linux, Gdb gave me this: Using host libthread_db library "/usr/lib/libthread_db.so.1".
Program received signal SIGILL, Illegal instruction.
_GLOBAL__sub_I_DepthCheck.cpp(void) () at /__w/packages/packages/engines/serious-engine/source/Sources/Engine/Graphics/DepthCheck.cpp:293
293 in /__w/packages/packages/engines/serious-engine/source/Sources/Engine/Graphics/DepthCheck.cpp
The text was updated successfully, but these errors were encountered: