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 75281 - Galeon crashes when entering URL for PDF file
Galeon crashes when entering URL for PDF file
Status: RESOLVED DUPLICATE of bug 59361
Product: galeon
Classification: Deprecated
Component: general
unspecified
Other other
: Normal normal
: ---
Assigned To: Yanko Kaneti
Yanko Kaneti
Depends on:
Blocks:
 
 
Reported: 2002-03-18 14:12 UTC by Toralf Lund
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Toralf Lund 2002-03-18 14:12:10 UTC
Package: galeon
Severity: major
Version: 1.1.2
Synopsis: Galeon crashes when entering URL for PDF file
Bugzilla-Product: galeon
Bugzilla-Component: general

Description:
Galeon will crash when I enter the URL of a PDF file as command line argument or in the "Location" box. MIME type entry is

<mimeitem name="application/pdf" action="2" helper="GNOME Default" helperNeedsTerminal="0" helperTakesUrl="1" alwaysUse="1"/>

GNOME is set up to open PDF files in ggv. The setup for postscript files is identical, and works just fine.


Debugging Information:

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...[New Thread 1024 (LWP 462)]
[New Thread 2049 (LWP 472)]
[New Thread 1026 (LWP 473)]
[New Thread 2051 (LWP 474)]
[New Thread 3076 (LWP 475)]

0x40978989 in __wait4 () from /lib/i686/libc.so.6
  • #0 __wait4
    from /lib/i686/libc.so.6
  • #1 __DTOR_END__
    from /lib/i686/libc.so.6
  • #2 waitpid
    at wrapsyscall.c line 172
  • #3 gnome_segv_handle
    from /usr/lib/libgnomeui.so.32
  • #4 pthread_sighandler
    at signals.c line 97
  • #5 <signal handler called>
  • #6 NPP_StreamAsFile
    from /usr/lib/netscape/plugins/plugger.so
  • #7 Private_StreamAsFile
    from /usr/lib/netscape/plugins/plugger.so
  • #8 jlSystem
    from /usr/lib/mozilla/components/libgkplugin.so
  • #9 jlSystem
    from /usr/lib/mozilla/components/libgkplugin.so
  • #10 jlSystem
    from /usr/lib/mozilla/components/libgkplugin.so
  • #11 NSGetModule
    from /usr/lib/mozilla/components/libgkplugin.so
  • #12 NSGetModule
    from /usr/lib/mozilla/components/liburiloader.so
  • #13 NSGetModule
    from /usr/lib/mozilla/components/libnecko.so
  • #14 NSGetModule
    from /usr/lib/mozilla/components/liburiloader.so
  • #15 NSGetModule
    from /usr/lib/mozilla/components/libnecko.so
  • #16 NSGetModule
    from /usr/lib/mozilla/components/libnecko.so
  • #17 NSGetModule
    from /usr/lib/mozilla/components/libnecko.so
  • #18 PL_HandleEvent
    from /usr/lib/libxpcom.so
  • #19 PL_ProcessEventsBeforeID
    from /usr/lib/libxpcom.so
  • #20 NSGetModule
    from /usr/lib/mozilla/components/libwidget_gtk.so
  • #21 nsVoidArray::EnumerateForwards
    from /usr/lib/libxpcom.so
  • #22 NSGetModule
    from /usr/lib/mozilla/components/libwidget_gtk.so
  • #23 NSGetModule
    from /usr/lib/mozilla/components/libwidget_gtk.so
  • #24 gdk_event_dispatch
    from /usr/lib/libgdk-1.2.so.0
  • #25 g_main_dispatch
    from /usr/lib/libglib-1.2.so.0
  • #26 g_main_iterate
    from /usr/lib/libglib-1.2.so.0
  • #27 g_main_run
    from /usr/lib/libglib-1.2.so.0
  • #28 gtk_main
    from /usr/lib/libgtk-1.2.so.0
  • #29 main
  • #30 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129
  • #0 __wait4
    from /lib/i686/libc.so.6
  • #1 __DTOR_END__
    from /lib/i686/libc.so.6
  • #2 waitpid
    at wrapsyscall.c line 172
  • #3 gnome_segv_handle
    from /usr/lib/libgnomeui.so.32
  • #4 pthread_sighandler
    at signals.c line 97
  • #5 <signal handler called>
  • #6 NPP_StreamAsFile
    from /usr/lib/netscape/plugins/plugger.so
  • #7 Private_StreamAsFile
    from /usr/lib/netscape/plugins/plugger.so




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-03-18 09:12 -------

Unknown version 1.1.x in product galeon. Setting version to the default, "unspecified".
Reassigning to the default owner of the component, yaneti@declera.com.

Comment 1 Toralf Lund 2002-03-18 14:21:08 UTC
Actually, it looks to me like Galeon gets confused by the fact that
I've displayed PDF files via the "plugger" plugin in the past. I've
disabled its PDF support now, put it seems like *something* isn't
updated properly.
Comment 2 Toralf Lund 2002-03-18 14:43:51 UTC
Workaround:
  rm .mozilla/appreg .mozilla/toralf/vle2uxa0.slt/plugin-list

Comments:
1) Plugin lists should be reset automatically.
2) Passing a file to a plugin that can't really handle it should not
result in a crash.
3) I don't understand why preference setting didn't override plugin info.
Comment 3 Yanko Kaneti 2002-03-18 20:53:46 UTC

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