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 81733 - Crash of panel when clicking on a pdf file in Nautilus
Crash of panel when clicking on a pdf file in Nautilus
Status: RESOLVED DUPLICATE of bug 59500
Product: gnome-core
Classification: Deprecated
Component: panel
unspecified
Other other
: Normal critical
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-05-14 10:14 UTC by Jules Colding
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jules Colding 2002-05-14 10:16:10 UTC
Package: gnome-core
Severity: critical
Version: 1.4.0.8
Synopsis: Crash of panel when clicking on a pdf file in Nautilus
Bugzilla-Product: gnome-core
Bugzilla-Component: panel

Description:
I clicked on the pdf file and Nautilus launched xpdf to open the file.
The panel died at this instant. It does not happen every time, but it
happens only when Nautilus launches another program to view a clicked
file.



Debugging Information:

(no debugging symbols found)...(no debugging symbols found)...
0x405b2319 in __wait4 () from /lib/libc.so.6
  • #0 __wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 gnome_segv_handle
    at gnome-init.c line 664
  • #3 <signal handler called>
  • #4 gdk_window_add_filter
    at gdkwindow.c line 1953
  • #5 gwmh_task_notifier_remove_func
  • #6 gwmh_task_notifier_remove_func
  • #7 gwmh_root_put_atom_window
  • #8 gwmh_root_put_atom_window
  • #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
    at gtkmain.c line 524
  • #14 main
  • #15 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129
  • #0 __wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 gnome_segv_handle
    at gnome-init.c line 664
  • #3 <signal handler called>
  • #4 gdk_window_add_filter
    at gdkwindow.c line 1953
  • #5 gwmh_task_notifier_remove_func
  • #6 gwmh_task_notifier_remove_func
  • #7 gwmh_root_put_atom_window




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-05-14 06:16 -------

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

Comment 1 Luis Villa 2002-05-15 18:07:11 UTC
This is a known bug that is being worked on.  Hopefully, it will be
fixed in GNOME 1.4.1.

In the meantime, if you're using Red Hat Linux, please try the
gnome-libs and gnome-core packages available at
http://www.gnome.org/~kmaraas and see if those help. If
you do choose to install these packages, it would be a really great
help to us if you report back the results.

*** This bug has been marked as a duplicate of 59500 ***
Comment 2 Kjartan Maraas 2002-05-15 21:30:13 UTC
Please tell us what version of gettext you have and what locale you
are running with.
Comment 3 Jules Colding 2002-05-16 10:52:33 UTC
"rpm -q" gives "gettext-0.10.35-31".
"locale" gives:

LANG=en_US
LC_CTYPE="en_US"
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_COLLATE="en_US"
LC_MONETARY="en_US"
LC_MESSAGES="en_US"
LC_PAPER="en_US"
LC_NAME="en_US"
LC_ADDRESS="en_US"
LC_TELEPHONE="en_US"
LC_MEASUREMENT="en_US"
LC_IDENTIFICATION="en_US"
LC_ALL=
Comment 4 Kjartan Maraas 2002-05-16 13:16:11 UTC
Could you try choosing Posix/C locale in gdm and see if that changes
anything?
Comment 5 Jules Colding 2002-05-16 21:33:34 UTC
I just did, no changes. The panel crashed at the first click on a pdf
file.