Author Topic: Codeblocks crashes wenn loading workspace with more as 2 Projects (MAC Intel)  (Read 5094 times)

tom555

  • Guest
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]
« Last Edit: July 22, 2007, 01:15:38 pm by tom555 »

Offline mattn2

  • Multiple posting newcomer
  • *
  • Posts: 18
i had the same problems with the linux version (nightly build - but i don't know the revision - maybe two weeks old)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
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

  • Guest
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

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

Any more hints ?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
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

  • Guest
I checked my installation. I have WxWidgets 2.8.4.

But thanks for the hints.