Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
very serious error on rev 7327
killerbot:
--- Code: ---I build rev 7327 --> major feature : spellchecker plugin in linux .
Startup CB --> message boxes coming up saying that disabling the compiler plug-in is no good idea. Duh, I didn't disable it.
Then cancel cancel, restart CB, each time immediately crash :
[code]
<stack>
<frame level="0"/>
<frame level="1" function="wxStringBase::rfind(wchar_t, unsigned long) const" offset="00000021"/>
<frame level="2" function="wxFileName::SplitPath(wxString const&, wxString*, wxString*, wxString*, wxString*, bool*, wxPathFormat)" offset="00000073"/>
<frame level="3" function="wxFileName::Assign(wxString const&, wxPathFormat)" offset="00000078"/>
<frame level="4" function="EditorManager::AddEditorBase(EditorBase*)" offset="00000098"/>
<frame level="5" function="EditorBase::EditorBase(wxWindow*, wxString const&)" offset="0000018f"/>
<frame level="6" function="StartHerePage::StartHerePage(wxEvtHandler*, wxWindow*)" offset="00000000"/>
<frame level="7" function="MainFrame::ShowHideStartPage(bool)" offset="00000000"/>
<frame level="8" function="MainFrame::MainFrame(wxWindow*)" offset="00000000"/>
<frame level="9" function="CodeBlocksApp::InitFrame()" offset="00000000"/>
</stack>
--- End code ---
or
--- Code: --- <stack>
<frame level="0"/>
<frame level="1" function="wxMBConv::FromWChar(char*, unsigned long, wchar_t const*, unsigned long) const" offset="000000e0"/>
<frame level="2" function="wxMBConv::cWC2MB(wchar_t const*, unsigned long, unsigned long*) const" offset="00000046"/>
<frame level="3" function="wxString::mb_str(wxMBConv const&) const" offset="0000001d"/>
<frame level="4" function="cbU2C(wxString const&)" offset="00000013"/>
<frame level="5" function="realpath(wxString const&)" offset="00000044"/>
<frame level="6" function="EditorManager::IsOpen(wxString const&)" offset="00000023"/>
<frame level="7" function="MainFrame::ShowHideStartPage(bool)" offset="00000000"/>
<frame level="8" function="MainFrame::MainFrame(wxWindow*)" offset="00000000"/>
<frame level="9" function="CodeBlocksApp::InitFrame()" offset="00000000"/>
</stack>
--- End code ---
Gonna do a make + make clean, to see if this helps.[/code]
killerbot:
make clean && make --> works again, but all toolbars gone, had to bring all of them back manually.
So something really weird did occur ....
Jenna:
Nothing like this here.
The toolbar-issue sounds a little bit like a corrupted default.conf, maybe due to the former crashes.
MortenMacFly:
--- Quote from: killerbot on August 05, 2011, 01:30:46 pm ---make clean && make --> works again, but all toolbars gone, had to bring all of them back manually.
So something really weird did occur ....
--- End quote ---
...reset the layout?
thomas:
--- Quote from: killerbot on August 05, 2011, 01:30:46 pm ---all toolbars gone, had to bring all of them back manually
--- End quote ---
That is a "feature" that I've observed a few times already, it seems to be associated with clicking somewhere on the tab bar more than once. Or something.
Apparently someone thought that it would be a "cool feature" to have Code::Blocks switch to "compact mode" then. At least that's what happens regularly with my 3-4 month old build.
In the same way, someone apparently deemed it a good idea too secretly move the keyboard focus elsewhere if the mouse is over any other pane than the editor. Having the result that if you move the mouse out of the way, you can't type...
Navigation
[0] Message Index
[#] Next page
Go to full version