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 75997 - Panel crashes when opening a pdf from Nautilus
Panel crashes when opening a pdf from Nautilus
Status: RESOLVED DUPLICATE of bug 59500
Product: gnome-core
Classification: Deprecated
Component: panel
1.4.x
Other other
: Normal normal
: 1.4.1
Assigned To: Panel Maintainers
Panel Maintainers
: 76177 77836 78108 78210 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-03-22 22:16 UTC by Peter O'Shea
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter O'Shea 2002-03-22 22:16:57 UTC
Package: gnome-core
Severity: normal
Version: 1.4.0.6
Synopsis: Panel crashes when opening a pdf from Nautilus
Bugzilla-Product: gnome-core
Bugzilla-Component: panel

Description:
The panel crashes each time I use Nautilus to open a pdf file with
xpdf.



Debugging Information:

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
0xfe99b970 in _libc_waitid ()
  • #0 _libc_waitid
  • #1 _libc_waitpid
  • #2 gnome_segv_handle
  • #3 <signal handler called>
  • #4 gdk_window_add_filter
    at gdkwindow.c line 1957
  • #5 task_new
  • #6 client_list_sync
  • #7 gwmh_desk_update
  • #8 gwmh_idle_handler
  • #9 g_idle_dispatch
    at gmain.c line 1367
  • #10 g_main_dispatch
    at gmain.c line 656
  • #11 g_main_iterate
    at gmain.c line 877
  • #12 g_main_run
    at gmain.c line 935
  • #13 gtk_main
  • #14 main
  • #0 _libc_waitid
  • #1 _libc_waitpid
  • #2 gnome_segv_handle
  • #3 <signal handler called>
  • #4 gdk_window_add_filter
    at gdkwindow.c line 1957
  • #5 task_new
  • #6 client_list_sync
  • #7 gwmh_desk_update




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-03-22 17:16 -------

Reassigning to the default owner of the component, panel-maint@bugzilla.gnome.org.

Comment 1 Heath Harrelson 2002-04-08 20:08:49 UTC
*** Bug 78108 has been marked as a duplicate of this bug. ***
Comment 2 Heath Harrelson 2002-04-08 20:09:25 UTC
*** Bug 76177 has been marked as a duplicate of this bug. ***
Comment 3 Heath Harrelson 2002-04-08 20:09:55 UTC
*** Bug 77836 has been marked as a duplicate of this bug. ***
Comment 4 Heath Harrelson 2002-04-09 23:34:52 UTC
*** Bug 78210 has been marked as a duplicate of this bug. ***
Comment 5 Kjartan Maraas 2002-04-22 18:34:57 UTC
What distro/GNOME packages are you using?
Comment 6 Peter O'Shea 2002-04-22 18:53:38 UTC
No distro, compiled from source on Solaris 2.8.
gnome-core-1.4.0.6, gnome-libs-1.4.1.4, gnome-utils-1.4.1.1, gtk+-1.2.10. 
Comment 7 Kjartan Maraas 2002-04-22 19:23:35 UTC
I get this backtrace after finally managing to force this critter out
in the open. It looks like an applet is crashing the panel?

Gtk-CRITICAL **: file gtkwidget.c: line 2728 (gtk_widget_event):
assertion `GTK_IS_WIDGET (widget)' failed.

Gdk-WARNING **: GdkWindow 0x3e00001 unexpectedly destroyed

Gdk-ERROR **: called gdk_window_destroy on a pixmap (use gdk_pixmap_unref)
aborting...

Program received signal SIGABRT, Aborted.
0x420292d1 in kill () from /lib/i686/libc.so.6
(gdb) bt
  • #0 kill
    from /lib/i686/libc.so.6
  • #1 raise
    from /lib/i686/libc.so.6
  • #2 abort
    from /lib/i686/libc.so.6
  • #3 g_logv
  • #4 g_log
  • #5 gdk_window_internal_destroy
    at gdkwindow.c line 686
  • #6 gdk_window_destroy_notify
    at gdkwindow.c line 717
  • #7 gdk_event_translate
    at gdkevents.c line 1654
  • #8 gdk_events_queue
    at gdkevents.c line 2059
  • #9 gdk_event_dispatch
    at gdkevents.c line 2137
  • #10 g_main_dispatch
    at gmain.c line 656
  • #11 g_main_iterate
    at gmain.c line 877
  • #12 g_main_run
    at gmain.c line 935
  • #13 gtk_main
    at gtkmain.c line 524
  • #14 main
    at main.c line 651
  • #15 __libc_start_main
    from /lib/i686/libc.so.6

Comment 8 Peter O'Shea 2002-04-22 19:27:51 UTC
I'm running clockmail_applet, deskguide_applet, and tasklist_applet.
Comment 9 Kjartan Maraas 2002-04-23 20:21:52 UTC
I can reproduce this and I'm trying to find someone to help me hunt it
down.
Comment 10 Kjartan Maraas 2002-04-23 20:30:55 UTC
Marking this as duplicate of #59500. I can reproduce this crash now
and I'm marking it as a blocker for GNOME 1.4.1.

*** This bug has been marked as a duplicate of 59500 ***