News:

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

Main Menu

SOLVED: rev 7127 crashes on every project I try to open

Started by killerbot, April 26, 2011, 08:33:27 AM

Previous topic - Next topic

killerbot


 <stack>
   <frame level="0"/>
   <frame level="1" function="CompileTargetBase::SetMakeCommandFor(MakeCommand, wxString const&amp;)" offset="00000020"/>
   <frame level="2" function="cbProject::AddBuildTarget(wxString const&amp;)" offset="000000e5"/>
   <frame level="3" function="ProjectLoader::DoBuildTarget(TiXmlElement*)" offset="000000ad"/>
   <frame level="4" function="ProjectLoader::DoBuild(TiXmlElement*)" offset="000000d7"/>
   <frame level="5" function="ProjectLoader::Open(wxString const&amp;, TiXmlElement**)" offset="00000666"/>
   <frame level="6" function="cbProject::Open()" offset="000001c2"/>
   <frame level="7" function="cbProject::cbProject(wxString const&amp;)" offset="000004b0"/>
   <frame level="8" function="ProjectManager::LoadProject(wxString const&amp;, bool)" offset="000000df"/>
   <frame level="9" function="MainFrame::DoOpenProject(wxString const&amp;, bool)" offset="00000000" file="/home/killerbot/CodeBlocks/trunk/src/src/main.cpp" line="1706"/>
   <frame level="10" function="MainFrame::OpenGeneric(wxString const&amp;, bool)" offset="00000000" file="/home/killerbot/CodeBlocks/trunk/src/src/main.cpp" line="1654"/>
   <frame level="11" function="MainFrame::OnStartHereLink(wxCommandEvent&amp;)" offset="00000000" file="/home/killerbot/CodeBlocks/trunk/src/src/main.cpp" line="1992"/>
   <frame level="12" function="wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&amp;, wxEvtHandler*, wxEvent&amp;)" offset="00000055"/>
   <frame level="13" function="wxEventHashTable::HandleEvent(wxEvent&amp;, wxEvtHandler*)" offset="000000ac"/>
   <frame level="14" function="wxEvtHandler::ProcessEvent(wxEvent&amp;)" offset="000000b4"/>
   <frame level="15" function="wxEvtHandler::ProcessPendingEvents()" offset="00000060"/>
   <frame level="16" function="wxAppConsole::ProcessPendingEvents()" offset="00000049"/>
   <frame level="17" function="wxAppBase::ProcessIdle()" offset="0000001a"/>
   <frame level="18"/>
   <frame level="19" function="g_main_context_dispatch" offset="000001f3"/>
   <frame level="20"/>
   <frame level="21" function="g_main_loop_run" offset="00000195"/>
   <frame level="22" function="gtk_main" offset="000000a7"/>
   <frame level="23" function="wxEventLoop::Run()" offset="00000048"/>
   <frame level="24" function="wxAppBase::MainLoop()" offset="00000048"/>
 </stack>


Gonna try a make clean, and see if that helps.

killerbot


MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]