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 402462 - panel crash to setup_an_item()
panel crash to setup_an_item()
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.17.x
Other Linux
: Normal critical
: ---
Assigned To: Panel Maintainers
Panel Maintainers
: 404559 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-01-30 15:15 UTC by Sebastien Bacher
Modified: 2007-02-12 22:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Sebastien Bacher 2007-01-30 15:15:36 UTC
That bug has been opened on https://launchpad.net/ubuntu/+source/gnome-panel/+bug/81726

"Binary package hint: gnome-panel

Version Feisty. Try to launch a directory
...
Package: gnome-panel 2.17.90-0ubuntu1
...
"

Debug backtrace for the crash:

  • #0 setup_an_item
    at applet.c line 365
  • #0 setup_an_item
    at applet.c line 365
  • #1 file_button_clicked
    at panel-run-dialog.c line 1196
  • #2 file_button_clicked
    at panel-run-dialog.c line 1212
  • #3 panel_profile_load_toplevel
    at panel-profile.c line 1655
  • #4 kill_window_response
    at panel-force-quit.c line 186

Comment 1 Vincent Untz 2007-01-30 16:08:26 UTC
file_button_clicked() doesn't call setup_an_item() (and the stack trace really doesn't make sense...)

Can you reproduce the crash? If yes, a good stack trace would help :-)
Comment 2 Sebastien Bacher 2007-01-30 17:25:20 UTC
no I can't, that backtrace has been made with the coredump from the crash file
Comment 3 Sebastien Bacher 2007-02-05 11:24:08 UTC
Other Ubuntu bug about that: https://launchpad.net/ubuntu/+source/gnome-panel/+bug/83310

gdb on the coredump from that one, doesn't work fine for some reason, it indicates the crash happens to that function though:

365             setup_menuitem (menu->menuitem, GTK_ICON_SIZE_MENU, image, menu->text, FALSE);"
Comment 4 Sebastien Bacher 2007-02-08 09:05:34 UTC
New Ubuntu bug about that with a way to trigger the bug: https://launchpad.net/ubuntu/+source/gnome-panel/+bug/83907

"Binary package hint: gnome-panel

Tried to make a launcher pointing to /mnt. Right clicked on launch bar at top of screen, chose two standard launchers, then clicked custom App launcher.

Choose type file, enter name, then in location choose /mnt.
..."

Debug backtrace with a non-distro-patched gnome-panel 2.17.90:

Program received signal SIGSEGV, Segmentation fault.

Thread NaN (LWP 13625)

  • #0 strcspn
    from /lib/tls/i686/cmov/libc.so.6
  • #1 panel_make_unique_desktop_uri
    at panel-util.c line 840
  • #2 panel_launcher_find_writable_uri
    at launcher.c line 657
  • #3 launcher_save_uri
    at launcher.c line 729
  • #4 panel_ditem_editor_save
    at panel-ditem-editor.c line 1313
  • #5 response_cb
    at panel-ditem-editor.c line 1384
  • #6 IA__g_cclosure_marshal_VOID__INT
    at gmarshal.c line 216
  • #7 IA__g_closure_invoke
    at gclosure.c line 490
  • #8 signal_emit_unlocked_R
    at gsignal.c line 2440
  • #9 IA__g_signal_emit_valist
    at gsignal.c line 2199
  • #10 IA__g_signal_emit
  • #11 IA__gtk_dialog_response
    at gtkdialog.c line 835
  • #12 action_widget_activated
    at gtkdialog.c line 534
  • #13 IA__g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #14 IA__g_closure_invoke
    at gclosure.c line 490
  • #15 signal_emit_unlocked_R
    at gsignal.c line 2440
  • #16 IA__g_signal_emit_valist
    at gsignal.c line 2199
  • #17 IA__g_signal_emit
    at gsignal.c line 2243
  • #18 IA__gtk_button_clicked
    at gtkbutton.c line 889


Comment 5 Kjartan Maraas 2007-02-09 15:00:24 UTC
*** Bug 404559 has been marked as a duplicate of this bug. ***
Comment 6 Vincent Untz 2007-02-12 22:13:06 UTC
Should be fixed in trunk.