Code::Blocks Forums
User forums => Help => Topic started by: tom555 on July 22, 2007, 01:12:16 pm
-
Hi,
i installed the last Nightly build form svn, using Darwin ports. It is Revision 4285.
No i have a Problem, that codeblocks crashes when i open a workspace containing more as 1 Project. When i select open, select the workspace, it loads, then all projects are shown in the Tree on the left, and 5 Seconds later Codeblocks just closes and asks me to send a error log to Apple.
When i open the workspace on my other mac (ppc G5), it is no problem. But there i use svn Revision 4085.
I attach the crash log from osx in a txt file, because it is very long.
I hope anyone Knows what to do. Thank you.
[attachment deleted by admin]
-
i had the same problems with the linux version (nightly build - but i don't know the revision - maybe two weeks old)
-
The crash seems to be related to SymbolBrowser tree creation which has been fixed couple of weeks back. If possible, build C::B from latest svn source. That should fix it.
Otherwise,
1) Disable SymbolBrowser tree creation (Settings > Editor > Code completion > Disable Symbols browser)
or
2) Disable Code-completion plugin
Hope this helps. :)
Regards,
Biplab
-
I built codeblocks Yesterday, this should be the latest or not ?
But thanks for the tip, i will try it and inform you if it worked.
-
I disabled code completion and symbols Browser and the sam problem as before. Codeblocks crashes when loading the workspace.
Any more hints ?
-
It seems to me that u r using wx-2.8.0. If possible, please upgrade to wx-2.8.4.
Please note, I don't have Mac. ;)
-
I checked my installation. I have WxWidgets 2.8.4.
But thanks for the hints.