Hi Ricardo,

Thanks for your response. I've followed the instructions on the page
and produced the following backtrace:

Thread 5 (Thread 0x7fffe5d70710 (LWP 9343)):
#0  0x00007ffff42ec839 in free () from /lib/libc.so.6
#1  0x00007ffff61aa719 in ldap_free_urldesc ()
from /usr/lib/libldap_r-2.4.so.2 #2  0x00007ffff61aa798 in
ldap_free_urllist () from /usr/lib/libldap_r-2.4.so.2 #3
0x00007ffff61ae847 in ldap_set_option ()
from /usr/lib/libldap_r-2.4.so.2 #4  0x00007ffff61ada71 in ?? ()
from /usr/lib/libldap_r-2.4.so.2 #5  0x00007ffff61ae015 in
ldap_int_initialize () from /usr/lib/libldap_r-2.4.so.2 #6
0x00007ffff61ae458 in ldap_set_option ()
from /usr/lib/libldap_r-2.4.so.2 #7  0x00000000004ec7c3 in
ldapsrv_set_options (secs=<value optimized out>, ld=<value optimized
out>) at ldapserver.c:726 #8  0x00000000004eabfc in ldapqry_connect
out>(qry=0xf32ee0) at ldapquery.c:711 #9  0x00000000004eb19a in
out>ldapqry_perform_search (qry=0xf32ee0) at ldapquery.c:947 #10
out>ldapqry_search (qry=0xf32ee0) at ldapquery.c:989
#11 0x00007ffff54d38ba in start_thread () from /lib/libpthread.so.0
#12 0x00007ffff434501d in clone () from /lib/libc.so.6
#13 0x0000000000000000 in ?? ()

Thread 4 (Thread 0x7fffe7831710 (LWP 9342)):
#0  0x00007ffff7dec2e0 in ?? () from /lib64/ld-linux-x86-64.so.2
#1  0x00007ffff7df2425 in ?? () from /lib64/ld-linux-x86-64.so.2
#2  0x00007ffff61add57 in ?? () from /usr/lib/libldap_r-2.4.so.2
#3  0x00007ffff61ae031 in ldap_int_initialize ()
from /usr/lib/libldap_r-2.4.so.2 #4  0x00007ffff61ae458 in
ldap_set_option () from /usr/lib/libldap_r-2.4.so.2 #5
0x00000000004ec7c3 in ldapsrv_set_options (secs=<value optimized out>,
ld=<value optimized out>) at ldapserver.c:726 #6  0x00000000004eabfc in
ldapqry_connect (qry=0xf30c10) at ldapquery.c:711 #7
0x00000000004eb19a in ldapqry_perform_search (qry=0xf30c10) at
ldapquery.c:947 #8  ldapqry_search (qry=0xf30c10) at ldapquery.c:989
#9  0x00007ffff54d38ba in start_thread () from /lib/libpthread.so.0 #10
0x00007ffff434501d in clone () from /lib/libc.so.6 #11
0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7fffe843a710 (LWP 9338)):
#0  0x00007ffff54d816c in pthread_cond_wait@@GLIBC_2.3.2 ()
from /lib/libpthread.so.0 #1  0x00007ffff48ab859 in
mailsem_internal_wait () from /usr/lib/libetpan.so.13 #2
0x00000000005ea019 in thread_run (data=<value optimized out>) at
etpan-thread-manager.c:324 #3  0x00007ffff54d38ba in start_thread ()
from /lib/libpthread.so.0 #4  0x00007ffff434501d in clone ()
from /lib/libc.so.6 #5  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7ffff7fc1820 (LWP 9323)):
#0  0x00007ffff70ed8a8 in g_list_remove_l...@plt ()
from /usr/lib/libgdk-x11-2.0.so.0 #1  0x00007ffff712e835 in ?? ()
from /usr/lib/libgdk-x11-2.0.so.0 #2  0x00007ffff712e91d in ?? ()
from /usr/lib/libgdk-x11-2.0.so.0 #3  0x00007ffff712b2da in ?? ()
from /usr/lib/libgdk-x11-2.0.so.0 #4  0x00007ffff712bf98 in ?? ()
from /usr/lib/libgdk-x11-2.0.so.0 #5  0x00007ffff712c38e in ?? ()
from /usr/lib/libgdk-x11-2.0.so.0 #6  0x00007ffff4de46c2 in
g_main_context_dispatch () from /lib/libglib-2.0.so.0 #7
0x00007ffff4de8538 in ?? () from /lib/libglib-2.0.so.0 #8
0x00007ffff4de8a45 in g_main_loop_run () from /lib/libglib-2.0.so.0 #9
0x00007ffff74b8647 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #10
0x00000000004f9257 in main (argc=1, argv=0x7fffffffe2a8) at main.c:1661



Hans



On Friday Aug/27/2010 14:48 CST
Ricardo Mones <[email protected]> wrote:

> On Fri, 27 Aug 2010 09:25:41 +0800
> Hans Liao <[email protected]> wrote:
> 
> > Package: claws-mail
> > Version: 3.7.6-1
> > Severity: normal
> > 
> > claws-mail dies completely after an LDAP lookup. I only realized it
> > was a segfault when I checked dmesg: "claws-mail[2745]: segfault at
> > 6d ip 00007f883e4bf839 sp 00007f882bd752c0 error 4 in
> > libc-2.11.2.so[7f883e449000+158000]"
> > 
> > It usually happen in the morning. After several attempts on the LDAP
> > lookup, everything will be good and it won't happen until the next
> > time I restart claws-mail.
> 
>   Can you install the claws-mail-dbg package and reproduce the error
> under gdb? Post back the backtrace to see what's happening on your
> system.
> 
>   There's detailed instructions to get the backtrace here:
>   http://www.claws-mail.org/faq/index.php/Debugging_Claws
> 
>   thanks in advance,



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to