News:

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

Main Menu

New Class browser enhancements

Started by MortenMacFly, April 04, 2006, 09:01:43 AM

Previous topic - Next topic

mandrav

Should hopefully be fixed in r2305. Tiwag, can you confirm?
Be patient!
This bug will be fixed soon...

tiwag

Quote from: mandrav on April 05, 2006, 11:26:29 AM
Should hopefully be fixed in r2305. Tiwag, can you confirm?

just built and tested svn rev 2306 - no more crashes  :D

thanks Yiannis !

MortenMacFly

Quote from: tiwag on April 05, 2006, 11:38:05 AM
just built and tested svn rev 2306 - no more crashes  :D
For me too! (I'm back now ;-))
Thanks a lot!!! Now I'm very interested in what exactly you've changed. I'll consult SVN change history for this.
Let's say with Tina Turners words: "You're simply the best." (which currently plays on my internet radio mystically...), ;-)
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

mandrav

Quote from: MortenMacFly on April 07, 2006, 10:04:29 AM
Now I'm very interested in what exactly you've changed. I'll consult SVN change history for this.

One of the recent symbols browser fixes, was to put the code that builds it in a separate thread (so the UI doesn't block anymore while rebuilding the symbols browser - mainly seen when saving files).
For this crash to be fixed, the builder thread needed to terminate on shutdown but it didn't have the chance. Now it has ;).
Be patient!
This bug will be fixed soon...