hojtsy Messages: 241 Registered: January 2006 Location: Budapest, Hungary
Experienced Member
After further experimenting it turned out that if I compile theIde 602 on Linux, it crashes in __atomic_add while attempting to start. The precompiled theIde 602 seems to run OK, except for some Assist & layout editor instabilities which I was trying to debug. It seems impossible to debug that instability if I am unable to compile a running theIde with DEBUG options (it crashed also when compiled for RELEASE). BTW there was multiple other problems with compiling theIde on Linux: #include <locale.h> seems to be missing (I added it) and I was only able to link shared, and not static, because some X library was missing.
I was able to get a backtrace of the crash by generating a core file, and opening with gdb, but not by running in theIde debugger. I don't have the backtrace with me now but I will post it in a day.