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 108949 - Crash on session shutdown when run in the server mode
Crash on session shutdown when run in the server mode
Status: RESOLVED DUPLICATE of bug 102153
Product: galeon
Classification: Deprecated
Component: general
1.3.3
Other Linux
: Normal minor
: ---
Assigned To: galeon-maint
Yanko Kaneti
Depends on:
Blocks:
 
 
Reported: 2003-03-22 12:09 UTC by Mikhail Zabaluev
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2



Description Mikhail Zabaluev 2003-03-22 12:09:32 UTC
Galeon running in the background in server mode segfaults on the session
shutdown, if any webpages were visited during this Galeon session.

Steps to reproduce:
1. In a Gnome session, launch Galeon with "galeon --server".
2. Visit some webpages.
3. Close all galeon windows, make sure galeon-bin is still running (why it
sometimes exits is a subject for another bug).
4. Exit the Gnome session.

At this point, a crash dialog pops up.
BTW, running "galeon --server --disable-crash-dialog" does not disable the
dialog.


Below is a traceback after one of such crashes:

  • #0 g_list_copy
    from /usr/lib/libglib-2.0.so.0
  • #1 session_close
    at session.c line 399
  • #2 session_die_cb
    at session.c line 349
  • #3 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #4 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #5 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #6 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #7 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #8 gnome_window_icon_init
    from /usr/lib/libgnomeui-2.so.0
  • #9 _SmcProcessMessage
    from /usr/X11R6/lib/libSM.so.6
  • #10 IceProcessMessages
    from /usr/X11R6/lib/libICE.so.6
  • #11 gnome_href_set_label
    from /usr/lib/libgnomeui-2.so.0
  • #12 g_vsnprintf
    from /usr/lib/libglib-2.0.so.0
  • #13 g_get_current_time
    from /usr/lib/libglib-2.0.so.0
  • #14 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #15 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #16 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #17 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #18 main
    at galeon-main.c line 158

Comment 1 Yanko Kaneti 2003-03-22 12:28:51 UTC

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