hi,
i get regular crashes after startup if i change the focus from the splash screen to something else
C::B latest svn with wxWidgets 2.8.12
Linux Mint 15
backtrace from crash log:
<frame level="0"/>
<frame level="1" function="wxAppBase::SendIdleEvents(wxWindow*, wxIdleEvent&)" offset="0000007e"/>
<frame level="2" function="wxAppBase::ProcessIdle()" offset="00000074"/>
<frame level="3"/>
<frame level="4" function="g_main_context_dispatch" offset="00000135"/>
<frame level="5"/>
<frame level="6" function="g_main_loop_run" offset="0000006a"/>
<frame level="7" function="gtk_main" offset="000000a7"/>
<frame level="8" function="wxEventLoop::Run()" offset="00000048"/>
<frame level="9" function="wxAppBase::MainLoop()" offset="0000004c"/>
the interesting is: if i use a command line argument like --verbose or --debug-log the crash didn't happen
if i disable the compiler and scripted wizard plugins the crash didn't happen. This two plugins are the only one who print something to the console...
has someone a idea or a hint?
greetings