Author Topic: Crash when i close code::blocks  (Read 4010 times)

Aolean

  • Guest
Crash when i close code::blocks
« 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 ? ;)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Crash when i close code::blocks
« Reply #1 on: December 01, 2007, 05:52:29 pm »
Try to disable the ToDo-List-plugin.
Look here .

Aolean

  • Guest
Re: Crash when i close code::blocks
« Reply #2 on: December 01, 2007, 05:56:28 pm »
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 ?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Crash when i close code::blocks
« Reply #3 on: December 01, 2007, 06:33:24 pm »
As I wrote before:
Try to disable the ToDo-List-plugin.
Look here .

Offline gd_on

  • Lives here!
  • ****
  • Posts: 797
Re: Crash when i close code::blocks
« Reply #4 on: December 01, 2007, 07:30:31 pm »
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)
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Aolean

  • Guest
Re: Crash when i close code::blocks
« Reply #5 on: December 02, 2007, 03:49:50 pm »
Oups sorry I didn't see your response (I didn't refresh the window ;) )
Thanks for the quick answer, I'll do that ;)