News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Codeblocks crashes wenn loading workspace with more as 2 Projects (MAC Intel)

Started by tom555, July 22, 2007, 01:12:16 PM

Previous topic - Next topic

tom555

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]

mattn2

i had the same problems with the linux version (nightly build - but i don't know the revision - maybe two weeks old)

Biplab

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
Be a part of the solution, not a part of the problem.

tom555

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.

tom555

I disabled code completion and symbols Browser and the sam problem as before. Codeblocks crashes when loading the workspace.

Any more hints ?

Biplab

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. ;)
Be a part of the solution, not a part of the problem.

tom555

I checked my installation. I have WxWidgets 2.8.4.

But thanks for the hints.