Author Topic: SOLVED: rev 7127 crashes on every project I try to open  (Read 2967 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
SOLVED: rev 7127 crashes on every project I try to open
« on: April 26, 2011, 08:33:27 am »
Code
  <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.
« Last Edit: April 26, 2011, 09:37:03 am by killerbot »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: rev 7127 crashes on every project I try to open
« Reply #1 on: April 26, 2011, 09:36:52 am »
make clean && make : solved the problem

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: rev 7127 crashes on every project I try to open
« Reply #2 on: April 29, 2011, 08:56:34 pm »
make clean && make : solved the problem
LOL... another PCH one, right?! :lol:
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ