Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Aolean on December 01, 2007, 05:43:00 pm
-
Hello everybody ;)
I've juste a little pb with my new version of Code::blocks (4694) on ubuntu 64 :
When i quit the application, it crashes and i got the following log :
(codeblocks:20319): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed
Deinitializing plugins...
Segmentation fault (core dumped)
Backtrace :
#0 0x0000000000000000 in ?? ()
#1 0x00002b98eebf4000 in wxWindowBase::UpdateWindowUI ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#2 0x00002b98eeaea018 in wxWindow::OnInternalIdle ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#3 0x00002b98eeb0b769 in wxGenericListCtrl::OnInternalIdle ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#4 0x00002b98eeb69c0f in wxAppBase::SendIdleEvents ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#5 0x00002b98eeb69c4a in wxAppBase::SendIdleEvents ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#6 0x00002b98eeb69c4a in wxAppBase::SendIdleEvents ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#7 0x00002b98eeb69c4a in wxAppBase::SendIdleEvents ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#8 0x00002b98eeb69f4a in wxAppBase::ProcessIdle ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#9 0x00002b98eeabf56f in ?? () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#10 0x00002b98ed2e0fd3 in g_main_context_dispatch ()
from /usr/lib/libglib-2.0.so.0
#11 0x00002b98ed2e42dd in ?? () from /usr/lib/libglib-2.0.so.0
#12 0x00002b98ed2e45ea in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#13 0x00002b98e9df1883 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#14 0x00002b98eead6bcd in wxEventLoop::Run ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#15 0x00002b98eeb69e8b in wxAppBase::MainLoop ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#16 0x000000000042c76b in CodeBlocksApp::OnRun (this=0x15db690) at app.cpp:625
#17 0x00002b98ef40db1c in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0
#18 0x000000000042ba62 in main (argc=1, argv=0x7fffc102b120) at app.cpp:206
It seems that there was a pb with the wxWidget library, so i checked the version but I currently have the 2.8.7.1-0 installed ???
Someone has an idea ? ;)
-
Try to disable the ToDo-List-plugin.
Look here (http://forums.codeblocks.org/index.php/topic,7397.msg56160.html#msg56160) .
-
Ok after some researches it seems like said in some topics that it's linked to some plugins ? I've deactivated all the plugins and it works ...
Do you know a little more about this ? Wich plugin is concerned ?
-
As I wrote before:
Try to disable the ToDo-List-plugin.
Look here (http://forums.codeblocks.org/index.php/topic,7397.msg56160.html#msg56160) .
-
Same problem with same svn number and wxwidgets 2.8.7 but on win XP.
Disabling toDo-list plugin solves the problem.
Thanks
gd_on 8)
-
Oups sorry I didn't see your response (I didn't refresh the window ;) )
Thanks for the quick answer, I'll do that ;)