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 171861 - Segfault when disconnected from the server
Segfault when disconnected from the server
Status: RESOLVED DUPLICATE of bug 164592
Product: gossip
Classification: Deprecated
Component: General
0.8.0
Other Linux
: Normal normal
: ---
Assigned To: Gossip Maintainers
Gossip Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-28 12:17 UTC by Ross Burton
Modified: 2005-03-31 15:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ross Burton 2005-03-28 12:17:24 UTC
[From http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=299571]

If the Jabber server Gossip is connected to goes down, or the connection
is otherwise interrupted, Gossip crashes.  A build with debug symbols produced
doesn't crash but loops with this error [I believe this was ran in gdb which
caught the segfault-RB]

(gossip:21054): GLib-CRITICAL **: g_markup_parse_context_free: assertion
`!context->parsing' failed

** (gossip:21054): WARNING **: Parsing failed

The stack trace when ran normally:

Program received signal SIGSEGV, Segmentation fault.

Thread 16384 (LWP 7819)

  • #0 strlen
    at ../sysdeps/i386/strlen.c line 28
  • #1 _IO_vfprintf
    at vfprintf.c line 1526
  • #2 _IO_vasprintf
    at vasprintf.c line 61
  • #3 IA__g_vasprintf
    at gprintf.c line 312
  • #4 IA__g_strdup_vprintf
    at gstrfuncs.c line 187
  • #5 IA__g_logv
    at gmessages.c line 467
  • #6 IA__g_log
    at gmessages.c line 512
  • #7 _lm_connection_failed
    from /usr/lib/libloudmouth-1.so.0
  • #8 g_io_unix_dispatch
    at giounix.c line 162
  • #9 g_main_dispatch
    at gmain.c line 1947
  • #10 IA__g_main_context_dispatch
    at gmain.c line 2497
  • #11 g_main_context_iterate
    at gmain.c line 2578
  • #12 IA__g_main_loop_run
    at gmain.c line 2782
  • #13 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #14 main
    at gossip-main.c line 170

Comment 1 Christian Kirbach 2005-03-28 12:19:04 UTC
Thansk for submitting. Unique stack trace.
Comment 2 Ross Burton 2005-03-31 15:22:33 UTC

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