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 65260 - galeon 1.0 crash if ctrl-w/q immediately after startup
galeon 1.0 crash if ctrl-w/q immediately after startup
Status: RESOLVED DUPLICATE of bug 58977
Product: galeon
Classification: Deprecated
Component: Mozilla interaction
1.0.x
Other Linux
: Normal normal
: ---
Assigned To: Philip Langdale
Yanko Kaneti
Depends on:
Blocks:
 
 
Reported: 2001-11-24 19:37 UTC by Amish S. Dave
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Amish S. Dave 2001-11-24 19:37:08 UTC
1) install mozilla*0.9.6-0.rpm packages
2) install galeon*1.0-1.rpm package
3) optional: start from scratch (mv -f $HOME/.galeon $HOME/.g)
4) run galeon without arguments (from shell or whatever)
5) answer all the questions to get a default setup
6) after window opens, press CTRL-W or CTRL-Q in the window.
7) galeon segfaults in the main thread (I think)
8) It does NOT segfault if you quit/close frome the File menu.

gdb shows:

Program received signal SIGILL, Illegal instruction.

Thread 1024 (LWP 8619)

  • #0 ??
  • #1 nsIThread::GetCurrent
    from /usr/lib/libxpcom.so
  • #2 nsIThread::SetMainThread
    from /usr/lib/libxpcom.so
  • #3 NS_InitXPCOM2
    from /usr/lib/libxpcom.so
  • #4 NS_GetServiceManager
    from /usr/lib/libxpcom.so
  • #5 nsGetServiceByCID::operator()
    from /usr/lib/libxpcom.so
  • #6 nsCOMPtr_base::assign_from_helper
    from /usr/lib/libxpcom.so
  • #7 NSGetModule
    from /usr/lib/mozilla/components/libjsdom.so
  • #8 NSGetModule
    from /usr/lib/mozilla/components/libjsdom.so
  • #9 nsCOMPtr_base::~nsCOMPtr_base
    from /usr/lib/libxpcom.so
  • #10 NSGetModule
    from /usr/lib/mozilla/components/libjsdom.so
  • #11 NSGetModule
    from /usr/lib/mozilla/components/libgkcontent.so
  • #12 NSGetModule
    from /usr/lib/mozilla/components/libgkcontent.so
  • #13 NSGetModule
    from /usr/lib/mozilla/components/libgklayout.so
  • #14 NSGetModule
    from /usr/lib/mozilla/components/libgklayout.so
  • #15 NSGetModule
    from /usr/lib/mozilla/components/libgkview.so
  • #16 NSGetModule
    from /usr/lib/mozilla/components/libgkview.so
  • #17 NSGetModule
    from /usr/lib/mozilla/components/libgkview.so
  • #18 NSGetModule
    from /usr/lib/mozilla/components/libgkview.so
  • #19 NSGetModule
    from /usr/lib/mozilla/components/libgkview.so
  • #20 NSGetModule
    from /usr/lib/mozilla/components/libwidget_gtk.so
  • #21 NSGetModule
    from /usr/lib/mozilla/components/libwidget_gtk.so
  • #22 NSGetModule
    from /usr/lib/mozilla/components/libwidget_gtk.so
  • #23 NSGetModule
    from /usr/lib/mozilla/components/libwidget_gtk.so
  • #24 NSGetModule
    from /usr/lib/mozilla/components/libwidget_gtk.so
  • #25 NSGetModule
    from /usr/lib/mozilla/components/libwidget_gtk.so
  • #26 gdk_event_dispatch
    from /usr/lib/libgdk-1.2.so.0
  • #27 g_main_dispatch
    from /usr/lib/libglib-1.2.so.0
  • #28 g_main_iterate
    from /usr/lib/libglib-1.2.so.0
  • #29 g_main_run
    from /usr/lib/libglib-1.2.so.0
  • #30 gtk_main
    from /usr/lib/libgtk-1.2.so.0
  • #31 main

PS: Thanks for working on such a great program!
Comment 1 Yanko Kaneti 2001-11-24 19:50:16 UTC
this is one unfortunate bug :(

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