I do not know if this an issue in codeblocks or in wxGTK. How can I turn off the message windows totally so the codeblocks does not invoke any wxGTK GUI code, if it is possible?
/usr/bin/codeblocks /ni /ns --debug-log --$BUILD_TYPE --target=$TARGET ${WORKSPACE}.workspace
Thanks for confirming that. This is a pretty serious issue for us because we use command line mode for automatic builds.I don't get a crash here with Code::blocks 16.01 with a very simple test workspace (just the hello world example in a workspace).
We encounter similar crash in version 13.12 occasionally, too, but 16.0 seems to be getting worse.
Without --debug-log it crashed for me again. I'm using a workspace with multiple projects in it. I'm using wx3.0 and the latest revision.
There are tons of asserts, too.
Without --debug-log it crashed for me again. I'm using a workspace with multiple projects in it. I'm using wx3.0 and the latest revision.wx3.0 is irrelevant for this thread, the CentOS packages are build against wx2.8
There are tons of asserts, too.
Thanks for all the posts. I was busy and did not get to see the replies until now. Reading from the last post it seems the problem has been fixed? Is there a RPM somewhere that I can try it out?A build of actual trunc is currently building in my copr, see: https://copr.fedorainfracloud.org/coprs/jenslody/codeblocks/build/167669/
Thanks so much.
There seems to be build failures in all platforms?I know and I already committed some patches, that fix this.