<report version="1.0" kind="exception"><system description="Linux 3.2.0-60-generic-pae i686"/><modules><module path="/usr/bin/codeblocks" address="08048000" size="0013c000"/><module path="[heap]" address="089e0000" size="02434000"/><module path="/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-Bold.ttf" address="ad9b3000" size="0004d000"/><module path="/usr/lib/codeblocks/plugins/libSmartIndentXML.so" address="aec5f000" size="00005000"/><module path="/usr/lib/codeblocks/plugins/libAutoVersioning.so" address="aec65000" size="0003d000"/><module path="/usr/lib/codeblocks/plugins/liboccurrenceshighlighting.so" address="aeca4000" size="00017000"/><module path="/usr/lib/codeblocks/plugins/libdefaultmimehandler.so" address="aecbd000" size="00015000"/><module path="/usr/lib/codeblocks/plugins/libscriptedwizard.so" address="aecd4000" size="0004d000"/><module path="/usr/lib/codeblocks/plugins/libEditorConfig.so" address="aed26000" size="00012000"/><module path="/usr/lib/codeblocks/plugins/libIncrementalSearch.so" address="aed39000" size="00018000"/><module path="/usr/lib/codeblocks/plugins/libValgrind.so" address="aed53000" size="0001a000"/><module path="/usr/lib/codeblocks/plugins/libautosave.so" address="aed6f000" size="0000d000"/><module path="/usr/lib/codeblocks/plugins/libopenfileslist.so" address="aed7d000" size="00009000"/><module path="/usr/lib/codeblocks/plugins/libHexEditor.so" address="aed87000" size="0006e000"/><module path="/usr/lib/codeblocks/plugins/libSmartIndentCpp.so" address="aedf9000" size="00009000"/><module path="/usr/lib/codeblocks/plugins/libcompiler.so" address="aee03000" size="000ab000"/> . . . . <frame level="119" function="PluginManager::LoadAllPlugins()" offset="00000257"/><frame level="120" function="CodeBlocksEvent" offset="00000000" file="/tmp/buildd/codeblocks-13.12/src/src/./sdk_events.h" line="30"/><frame level="121" function="MainFrame::MainFrame(wxWindow*)" offset="00000000" file="/tmp/buildd/codeblocks-13.12/src/src/main.cpp" line="609"/><frame level="122" function="wxUpdateUIEvent::SetUpdateInterval(long)" offset="00000000" file="/usr/include/wx-2.8/wx/event.h" line="1716"/><frame level="123" function="CodeBlocksApp::OnInit()" offset="00000000" file="/tmp/buildd/codeblocks-13.12/src/src/app.cpp" line="664"/><frame level="124" function="wxAppConsole::CallOnInit()" offset="00000000" file="/usr/include/wx-2.8/wx/app.h" line="76"/></stack></report> |
There is an issue when upgrading CB that could be your issue. Reinstall 13.12 then open terminal and type codeblocks --safe-mode. Then enable compiler plugin and click OK at the prompt to update compiler settings. Exit and restart and you should be good.
First remove all codeblocks related packages and then install the new version. Probably you're mixing packages coming from two different versions.
There is an issue when upgrading CB that could be your issue. Reinstall 13.12 then open terminal and type codeblocks --safe-mode. Then enable compiler plugin and click OK at the prompt to update compiler settings. Exit and restart and you should be good.After attempting this method (I did need to run as sudo to enable compiler plugin) codeblocks is up and running again.