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 326360 - crash when opening the run dialog and typing then pressing backspace a few times
crash when opening the run dialog and typing then pressing backspace a few times
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
git master
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-09 23:17 UTC by Kjartan Maraas
Modified: 2006-01-11 21:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kjartan Maraas 2006-01-09 23:17:14 UTC
Backtrace was generated from '/opt/gnome/bin/gnome-panel'

Using host libthread_db library "/lib/libthread_db.so.1".
`shared object read from target memory' has disappeared; keeping its symbols.
[Thread debugging using libthread_db enabled]
[New Thread -1208281424 (LWP 20661)]
[New Thread -1217168480 (LWP 20664)]
0x00cef402 in __kernel_vsyscall ()

Thread 1 (Thread -1208281424 (LWP 20661))

  • #0 __kernel_vsyscall
  • #1 ??
    from /lib/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 792
  • #3 <signal handler called>
  • #4 IA__g_logv
    at gmessages.c line 493
  • #5 IA__g_log
    at gmessages.c line 517
  • #6 IA__g_return_if_fail_warning
    at gmessages.c line 532
  • #7 IA__gtk_drag_source_set_icon_name
    at gtkdnd.c line 2656
  • #8 panel_run_dialog_set_default_icon
    at panel-run-dialog.c line 180
  • #9 panel_run_dialog_set_icon
    at panel-run-dialog.c line 218
  • #10 panel_run_dialog_find_command_idle
    at panel-run-dialog.c line 650
  • #11 g_idle_dispatch
    at gmain.c line 3796
  • #12 g_main_dispatch
    at gmain.c line 1916
  • #13 IA__g_main_context_dispatch
    at gmain.c line 2466
  • #14 g_main_context_iterate
    at gmain.c line 2547
  • #15 IA__g_main_loop_run
    at gmain.c line 2751
  • #16 IA__gtk_main
    at gtkmain.c line 991
  • #17 main
    at main.c line 84

Comment 1 Vincent Untz 2006-01-11 21:25:51 UTC
I think this should fix it. Can you try to reproduce with this patch? (I could not reproduce without it, so...)

2006-01-11  Vincent Untz  <vuntz@gnome.org>

	* panel-run-dialog.c: (entry_changed): remove the idle source looking
	for an icon if there's no text in the entry.
	Fix crasher in bug #326360 (caused by a critical warning)