31
Using Code::Blocks / Re: crash when I try to open a wxsmith file under C::B against wx 3.3.1
« Last post by ollydbg on January 28, 2026, 08:41:34 am »With the help of some AI, I think I have got the idea, but I'm not tested yet.
See here:
https://github.com/wxWidgets/wxWidgets/issues/26108#issuecomment-3809535580
It looks like we have to set a member variable in the override functions.
BTW: VZ(wx developer) just thought that the crash should not happen, but In my test case, if run without the debugger, the assert just cause the crash, not sure why. Any ideas?
See here:
https://github.com/wxWidgets/wxWidgets/issues/26108#issuecomment-3809535580
It looks like we have to set a member variable in the override functions.
BTW: VZ(wx developer) just thought that the crash should not happen, but In my test case, if run without the debugger, the assert just cause the crash, not sure why. Any ideas?
Recent Posts