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

SIGSEGV, Segmentation fault



If you have been following this mail thread for the past few days, you might
still remember about the
Bus Error problem I faced earlier.

FYI, sometimes OpenLDAP core dump with a segmentation fault and not a bus
error (depending on what kind of search I'm performing..)

-----
Program received signal SIGSEGV, Segmentation fault.
0xef5c61b0 in realfree () from /usr/lib/libc.so.1
(gdb) bt
#0  0xef5c61b0 in realfree () from /usr/lib/libc.so.1
#1  0xef5c6944 in _free_unlocked () from /usr/lib/libc.so.1
#2  0xef5c6894 in free () from /usr/lib/libc.so.1
#3  0x1af4c in charray_free (array=0x52bc8) at charray.c:70
#4  0x192dc in do_search (conn=0x59c18, op=0x52728) at search.c:161
#5  0x1870c in connection_operation (arg_v=0x58cd0) at connection.c:74
-----

I'm investigating this (yea right.., like I know C). Btw, if anyone out
there have a clue.., I would appreciate it.