[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#4734) Segmentation fault



Full_Name: Christopher Moore
Version: 2.3.27
OS: Linux 2.4.31
URL: 
Submission from: (NULL) (62.49.7.243)


Hi,

I'm recieving a repeatable Segmentation fault when I try to connect to the ldap
server as indicated with this excerpt of gdb trace:

Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/local/BerkeleyDB.4.3/lib/libdb-4.3.so...done.
Loaded symbols for /usr/local/BerkeleyDB.4.3/lib/libdb-4.3.so
Reading symbols from /usr/local/lib/libsasl2.so.2...done.
Loaded symbols for /usr/local/lib/libsasl2.so.2
Reading symbols from /usr/local/lib/libssl.so.0.9.7...done.
Loaded symbols for /usr/local/lib/libssl.so.0.9.7
Reading symbols from /usr/local/lib/libcrypto.so.0.9.7...done.
Loaded symbols for /usr/local/lib/libcrypto.so.0.9.7
Reading symbols from /lib/libcrypt.so.1...done.
Loaded symbols for /lib/libcrypt.so.1
Reading symbols from /lib/libresolv.so.2...done.
Loaded symbols for /lib/libresolv.so.2
Reading symbols from /lib/libpthread.so.0...done.
Loaded symbols for /lib/libpthread.so.0
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/libdl.so.2...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /lib/libnss_files.so.2...done.
Loaded symbols for /lib/libnss_files.so.2
Reading symbols from /usr/local/lib/sasl2/libsasldb.so.2...done.
Loaded symbols for /usr/lib/sasl2/libsasldb.so.2
Reading symbols from /usr/local/lib/sasl2/libcrammd5.so.2...done.
Loaded symbols for /usr/lib/sasl2/libcrammd5.so.2
Reading symbols from /usr/local/lib/sasl2/libdigestmd5.so.2...done.
Loaded symbols for /usr/lib/sasl2/libdigestmd5.so.2
Reading symbols from /usr/local/lib/sasl2/libotp.so.2...done.
Loaded symbols for /usr/lib/sasl2/libotp.so.2
Reading symbols from /usr/local/lib/sasl2/libplain.so.2...done.
Loaded symbols for /usr/lib/sasl2/libplain.so.2
Reading symbols from /usr/local/lib/sasl2/libanonymous.so.2...done.
Loaded symbols for /usr/lib/sasl2/libanonymous.so.2
Reading symbols from /usr/local/lib/sasl2/liblogin.so.2...done.
Loaded symbols for /usr/lib/sasl2/liblogin.so.2
#0  is_ad_subtype (sub=0x0, super=0x81eafb0) at ad.c:489
489             for ( a = sub->ad_type; a; a=a->sat_sup ) {
(gdb) where
#0  is_ad_subtype (sub=0x0, super=0x81eafb0) at ad.c:489
#1  0x0806952e in attrs_find (a=0x8266168, desc=0x81eafb0) at attr.c:347
#2  0x0807e491 in test_filter (op=0x8265c88, e=0x8266140, f=0x40d3b14c) at
filterentry.c:797
#3  0x080c83cf in bdb_search (op=0x8265c88, rs=0x40d3a8bc) at search.c:853
#4  0x080632b9 in fe_op_search (op=0x8265c88, rs=0x40d3a8bc) at search.c:355
#5  0x08062a44 in do_search (op=0x8265c88, rs=0x40d3a8bc) at search.c:217
#6  0x08061218 in connection_operation (ctx=0x40d3a93c, arg_v=0x8265c88) at
connection.c:1307
#7  0x08133ff8 in ldap_int_thread_pool_wrapper (xpool=0x81f1558) at tpool.c:478
#8  0x40263d70 in pthread_start_thread (arg=0x40d3abe0) at manager.c:301
#9  0x4038d4a7 in __clone () from /lib/libc.so.6
(gdb)