Code::Blocks Forums

User forums => Help => Topic started by: tom555 on July 22, 2007, 01:12:16 pm

Title: Codeblocks crashes wenn loading workspace with more as 2 Projects (MAC Intel)
Post 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]
Title: Re: Codeblocks crashes wenn loading workspace with more as 2 Projects (MAC Intel
Post by: mattn2 on July 22, 2007, 02:30:22 pm
i had the same problems with the linux version (nightly build - but i don't know the revision - maybe two weeks old)
Title: Re: Codeblocks crashes wenn loading workspace with more as 2 Projects (MAC Intel
Post by: Biplab on July 22, 2007, 04:15:39 pm
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
Title: Re: Codeblocks crashes wenn loading workspace with more as 2 Projects (MAC Intel)
Post by: tom555 on July 22, 2007, 04:31:36 pm
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.
Title: Re: Codeblocks crashes wenn loading workspace with more as 2 Projects (MAC Intel)
Post by: tom555 on July 22, 2007, 05:14:12 pm
I disabled code completion and symbols Browser and the sam problem as before. Codeblocks crashes when loading the workspace.

Any more hints ?
Title: Re: Codeblocks crashes wenn loading workspace with more as 2 Projects (MAC Intel
Post by: Biplab on July 22, 2007, 05:37:40 pm
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. ;)
Title: Re: Codeblocks crashes wenn loading workspace with more as 2 Projects (MAC Intel)
Post by: tom555 on July 22, 2007, 05:44:05 pm
I checked my installation. I have WxWidgets 2.8.4.

But thanks for the hints.