no 3rd party plugins.
Backtrace:
Program received signal SIGSEGV, Segmentation fault.
0x10134084 in wxFrame::DoGetClientSize ()
   from G:\projects\codeblocks\src\devel\wxmsw26_gcc_cb.dll
(gdb) bt
#0  0x10134084 in wxFrame::DoGetClientSize ()
   from G:\projects\codeblocks\src\devel\wxmsw26_gcc_cb.dll
#1  0x0045404d in wxWindowBase::GetClientSize (this=0x3e4d98)
    at G:/mingw/include/wx/window.h:284
#2  0x0041327c in MainFrame::CreateIDE (this=0x3e4d98) at src/main.cpp:435
#3  0x00411ded in MainFrame::MainFrame (this=0x3e4d98, lang=@0x1302ce4,
    parent=0x0) at src/main.cpp:378
#4  0x00402732 in CodeBlocksApp::InitFrame (this=0x1302c90) at src/app.cpp:203
#5  0x0040376d in CodeBlocksApp::OnInit (this=0x1302c90) at src/app.cpp:328
#6  0x0044c0f8 in wxAppConsole::CallOnInit (this=0x1302c90)
    at G:/mingw/include/wx/app.h:87
#7  0x10043171 in wxEntryReal ()
   from G:\projects\codeblocks\src\devel\wxmsw26_gcc_cb.dll
#8  0x100b077c in wxEntry ()
   from G:\projects\codeblocks\src\devel\wxmsw26_gcc_cb.dll
#9  0x0040138a in WinMain (hInstance=0x400000, hPrevInstance=0x0,
    lpCmdLine=0x251f10 "", nCmdShow=10) at src/app.cpp:297
#10 0x0044661a in main () at G:/mingw/include/wx/gdicmn.h:389
Any ideas?