freetalk-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Freetalk-dev] Freetalk encounters SIGSEGV


From: Debarshi Ray
Subject: [Freetalk-dev] Freetalk encounters SIGSEGV
Date: Mon, 17 Nov 2008 09:05:43 +0530

Freetalk encounters a segmentation fault on my Fedora 9 x86_64 system
as shown below:

address@hidden SPECS]$ gdb `which freetalk`GNU gdb Fedora (6.8-23.fc9)
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu"...
(gdb) run
Starting program: /usr/bin/freetalk
[Thread debugging using libthread_db enabled]
Detaching after fork from child process 21679.
Detaching after fork from child process 21680.
Detaching after fork from child process 21682.
Detaching after fork from child process 21684.
Loading dictionary [/usr/share/dict/words]... [479827] words
Jabber ID: address@hidden
Password:
Connecting ...
Detaching after fork from child process 21689.
Connected.
Authenticating ...
~\/~ [New Thread 0x7fded59e1700 (LWP 21676)]

Program received signal SIGSEGV, Segmentation fault.
lm_message_node_unref (node=0x1fae710) at lm-message-node.c:44
44                      LmMessageNode *next = l->next;
Current language:  auto; currently c
Missing separate debuginfos, use: debuginfo-install gcc.x86_64
glib2.x86_64 glibc.x86_64 gmp.x86_64 gnutls.x86_64 guile.x86_64
libgcrypt.x86_64 libgpg-error.x86_64 libidn.x86_64 libtasn1.x86_64
libtool.x86_64 ncurses.x86_64 readline.x86_64 zlib.x86_64
(gdb) backtrace
#0  lm_message_node_unref (node=0x1fae710) at lm-message-node.c:44
#1  0x0000000000118d38 in lm_message_unref (message=0x747910)
    at lm-message.c:354
#2  0x0000000000405736 in do_session_init (success=1) at commands.cc:134
#3  0x0000000000116127 in connection_call_auth_cb (
    connection=0x9191919191919191, success=145) at lm-connection.c:973
#4  0x00000000001182f6 in connection_bind_reply (
    handler=<value optimized out>, connection=0x79dd00,
    message=<value optimized out>, user_data=<value optimized out>)
    at lm-connection.c:1029
#5  0x0000000000118789 in connection_message_queue_cb (
    queue=<value optimized out>, connection=0x79dd00) at lm-connection.c:274
#6  0x0000000000119c57 in message_queue_dispatch_func (
    source=<value optimized out>, callback=<value optimized out>,
    user_data=0x745e60) at lm-message-queue.c:100
#7  0x0000003d0283742b in g_main_context_dispatch ()
   from /lib64/libglib-2.0.so.0
#8  0x0000003d0283ac0d in ?? () from /lib64/libglib-2.0.so.0
#9  0x0000003d0283b13d in g_main_loop_run () from /lib64/libglib-2.0.so.0
#10 0x00000036cc66858f in ?? () from /usr/lib64/libguile.so.17
#11 0x00000036cc63dbfa in ?? () from /usr/lib64/libguile.so.17
#12 0x00000036cc6a7b9f in scm_c_catch () from /usr/lib64/libguile.so.17
#13 0x00000036cc63e0c1 in scm_i_with_continuation_barrier ()
   from /usr/lib64/libguile.so.17
#14 0x00000036cc63e160 in scm_c_with_continuation_barrier ()
   from /usr/lib64/libguile.so.17
#15 0x00000036cc6a6a73 in scm_i_with_guile_and_parent ()
   from /usr/lib64/libguile.so.17
#16 0x00000036cc668555 in scm_boot_guile () from /usr/lib64/libguile.so.17
#17 0x000000000040449c in main (argc=1, argv=0x7fffdda06d58) at freetalk.cc:239
(gdb)

I tried it with both the following combinations:
(i) freetalk-3.2-1.fc9.x86_64 & loudmouth-1.4.3-1.fc9.x86_64
(ii) freetalk-3.1-1.fc9.x86_64 & loudmouth-1.3.4-1.fc9.x86_64

Cheers,
Debarshi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]