Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Close while minimized = crash?
280Z28:
Is anyone else seeing this?
Minimize Code::Blocks
Right click -> Close
tiwag:
--- Quote from: 280Z28 on January 02, 2006, 06:17:30 pm ---Is anyone else seeing this?
Minimize Code::Blocks
Right click -> Close
--- End quote ---
yes
280Z28:
I see this note in the code (sdk\manager.cpp:69)
--- Code: --- /**
@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)
*/
--- End code ---
But this follows:
--- Code: --- ToolsManager::Free();
/* stuff */
PluginManager::Free();
--- End code ---
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. :)
Michael:
--- Quote from: 280Z28 on January 02, 2006, 06:17:30 pm ---Is anyone else seeing this?
Minimize Code::Blocks
Right click -> Close
--- End quote ---
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
Michael:
But yes with Therion's SVN binary snapshot revision 1644 UNICODE (2/1/2006).
Michael
Navigation
[0] Message Index
[#] Next page
Go to full version