After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 323495 - Gtk-CRITICAL when starting the panel
Gtk-CRITICAL when starting the panel
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
2.13.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-07 20:15 UTC by Kjartan Maraas
Modified: 2005-12-14 20:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Kjartan Maraas 2005-12-07 20:15:02 UTC
(gdb) r
Starting program: /usr/bin/gnome-panel gnome-panel
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0xaab000
[Thread debugging using libthread_db enabled]
[New Thread -1208826192 (LWP 7532)]
[New Thread -1270121552 (LWP 7538)]

Gtk-CRITICAL **: gtk_drag_source_set_icon_name: assertion `icon_name != NULL' failed
aborting...

Program received signal SIGTRAP, Trace/breakpoint trap.

Thread NaN (LWP 7532)

  • #0 IA__g_logv
    at gmessages.c line 503
  • #1 IA__g_log
    at gmessages.c line 517
  • #2 IA__g_return_if_fail_warning
    at gmessages.c line 532
  • #3 IA__gtk_drag_source_set_icon_name
    at gtkdnd.c line 2650
  • #4 create_menuitem
    at menu.c line 1504
  • #5 submenu_to_display
    at menu.c line 1665
  • #6 submenu_to_display_in_idle
    at menu.c line 1329
  • #7 g_idle_dispatch
    at gmain.c line 3761
  • #8 IA__g_main_context_dispatch
    at gmain.c line 1913
  • #9 g_main_context_iterate
    at gmain.c line 2544
  • #10 IA__g_main_loop_run
    at gmain.c line 2748
  • #11 IA__gtk_main
    at gtkmain.c line 985
  • #12 main
    at main.c line 90

Comment 1 Kjartan Maraas 2005-12-07 21:55:05 UTC
Similar trace from alt+f2 (run dialog)

Gtk-CRITICAL **: gtk_drag_source_set_icon_name: assertion `site != NULL' failed
aborting...

Program received signal SIGTRAP, Trace/breakpoint trap.
IA__g_logv (log_domain=Variable "log_domain" is not available.
) at gmessages.c:503
503               g_private_set (g_log_depth, GUINT_TO_POINTER (depth));
(gdb) bt
  • #0 IA__g_logv
    at gmessages.c line 503
  • #1 IA__g_log
    at gmessages.c line 517
  • #2 IA__g_return_if_fail_warning
    at gmessages.c line 532
  • #3 IA__gtk_drag_source_set_icon_name
    at gtkdnd.c line 2650
  • #4 panel_run_dialog_set_icon
    at panel-run-dialog.c line 205
  • #5 panel_run_dialog_present
    at panel-run-dialog.c line 1690
  • #6 panel_action_protocol_filter
    at panel-action-protocol.c line 82
  • #7 gdk_event_translate
    at gdkevents-x11.c line 1988
  • #8 _gdk_events_queue
    at gdkevents-x11.c line 2225
  • #9 gdk_event_dispatch
    at gdkevents-x11.c line 2285
  • #10 IA__g_main_context_dispatch
    at gmain.c line 1913
  • #11 g_main_context_iterate
    at gmain.c line 2544
  • #12 IA__g_main_loop_run
    at gmain.c line 2748
  • #13 IA__gtk_main
    at gtkmain.c line 985
  • #14 main
    at main.c line 90

Comment 2 Vincent Untz 2005-12-14 20:46:49 UTC
Both issues (and more similar issues) are fixed in HEAD.
Thanks