News:

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

Main Menu

Close while minimized = crash?

Started by 280Z28, January 02, 2006, 06:17:30 PM

Previous topic - Next topic

280Z28

Is anyone else seeing this?

Minimize Code::Blocks
Right click -> Close
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
Check out The Sam Zone :cool:

tiwag

Quote from: 280Z28 on January 02, 2006, 06:17:30 PM
Is anyone else seeing this?

Minimize Code::Blocks
Right click -> Close

yes

280Z28

#2
I see this note in the code (sdk\manager.cpp:69)


/**
@bug This is a dumb nasty bug. If ProjectManager is freed after ToolsManager, we get
a crash. Seems like wxRemoveEventHandler doesn't work correctly (it doesn't NULL the
prev event handler pointer)
*/


But this follows:


ToolsManager::Free();
/* stuff */
PluginManager::Free();


Is the comment outdated?

Edit: There's a comment that suggests that the bug is fixed but needs to be tested with an MSVC compiled version of C::B. I thought C::B didn't compile under MSVC at all? I suggest removing both comments if they aren't needed anymore. :)
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
Check out The Sam Zone :cool:

Michael

Quote from: 280Z28 on January 02, 2006, 06:17:30 PM
Is anyone else seeing this?

Minimize Code::Blocks
Right click -> Close

No. I have tried with all my windows C::B versions, i.e., RC2, Therion's SVN rev1587 and Ceniza's SVN rev1587, but no crash. May be this happen with a newer SVN version.

Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

Michael

But yes with Therion's SVN binary snapshot revision 1644 UNICODE (2/1/2006).

Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

Michael

And also with the latest Therion's SVN binary snapshot revision 1648 UNICODE (2/1/2006).

Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]