User forums > Help
CodeBlocks stays active in memory after closing GUI
pat32:
Hello,
I am using OpenSuse 12.2 64bit and I have installed CodeBlocks 12.11 from the OpenSuse repositories.
When I launch CB, it runs OK. However, when I exit CB and try to launch it again, it does not start anymore.
Checking the active processes confirms that CB still remains in mem. even after I closed the window.
I have tried to start CB from the terminal and I get this (as part of the output):
(codeblocks:5261): GLib-GObject-WARNING **: invalid uninstantiatable type `<invalid>' in cast to `GtkRadioMenuItem'
(codeblocks:5261): Gtk-CRITICAL **: IA__gtk_radio_menu_item_get_group: assertion `GTK_IS_RADIO_MENU_ITEM (radio_menu_item)' failed
(codeblocks:5261): GLib-GObject-WARNING **: invalid uninstantiatable type `<invalid>' in cast to `GtkRadioMenuItem'
(codeblocks:5261): Gtk-CRITICAL **: IA__gtk_radio_menu_item_get_group: assertion `GTK_IS_RADIO_MENU_ITEM (radio_menu_item)' failed
Loading toolbar...
Failed to connect to socket /tmp/fam-<my username>-
Initializing plugins...
On closing the GUI, I get this :
Deinitializing plugins...
(codeblocks:5261): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkRadioMenuItem'
(codeblocks:5261): Gtk-CRITICAL **: IA__gtk_radio_menu_item_get_group: assertion `GTK_IS_RADIO_MENU_ITEM (radio_menu_item)' failed
(codeblocks:5261): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkRadioMenuItem'
(codeblocks:5261): Gtk-CRITICAL **: IA__gtk_radio_menu_item_get_group: assertion `GTK_IS_RADIO_MENU_ITEM (radio_menu_item)' failed
Aborted
Could someone please help me regarding this issue?
Thanks
oBFusCATed:
These are not critical or at least work here correctly.
Can you try to debug codeblocks with gdb for example? To see where does it crashes.
killerbot:
try this by launching CB from a terminal shell : "codeblocks"
does the problem occur then ?
pat32:
@oBFusCATed : The thing is that I have not built CB from source and so I can't debug
@killerbot : Yes the problem still happens when I run from the terminal shell. The code I pasted is the output when I do so.
Jenna:
You can install debug-packages (if they exist in the repo you use).
Navigation
[0] Message Index
[#] Next page
Go to full version