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 358121 - Gossip crashes when IPv6 is available locally AAA present, but not on server
Gossip crashes when IPv6 is available locally AAA present, but not on server
Status: RESOLVED DUPLICATE of bug 346994
Product: gossip
Classification: Deprecated
Component: General
0.16
Other other
: High normal
: ---
Assigned To: Gossip Maintainers
Gossip Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-28 11:42 UTC by tim
Modified: 2006-09-29 10:34 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description tim 2006-09-28 11:41:23 UTC
Distribution: Debian testing/unstable
Package: gossip
Severity: Normal
Version: GNOME2.14.3 0.16
Gnome-Distributor: Debian
Synopsis: Gossip crashes when IPv6 is available.
Bugzilla-Product: gossip
Bugzilla-Component: General
Bugzilla-Version: 0.16
BugBuddy-GnomeVersion: 2.0 (2.14.1)
Description:
Description of the crash:


Steps to reproduce the crash:
1.  setup an AAAA record so that gossip can find the IPv6 address of the
jabber server
2.  Run gossip on a machine with IPv6 capability
3.  Gossip crashes immediately at started/

Expected Results:

Gossip should just run with IPv6.


How often does this happen?

Everytime starting gossip


Additional Information:

If there is no local ipv6 address, it works fine.
If there is no DNS record, then works fine.


Debugging Information:

Backtrace was generated from '/usr/bin/gossip'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1494837568 (LWP 7135)]
(no debugging symbols found)
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1494837568 (LWP 7135))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 _lm_connection_succeeded
    from /usr/lib/libloudmouth-1.so.0
  • #5 g_io_channel_unix_get_fd
    from /usr/lib/libglib-2.0.so.0
  • #6 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #7 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #8 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #9 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #10 ??
  • #11 ??
  • #0 __kernel_vsyscall




------- Bug created by bug-buddy at 2006-09-28 11:42 -------

Comment 1 tim 2006-09-28 12:51:32 UTC
Actually, this isn't as bad as it seems.


The crash is because the server was not listening for IPv6.

But, gossip still crashes when an attempt is made to connect to a server where AAAA record is present, but server is not listening on IPv6.
Comment 2 Richard Hult 2006-09-29 10:34:11 UTC

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