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

Re: SIGSEGV, Segmentation fault



I did... Infact I have tried everything, including using third-party thread
library (pthread..etc..).
I don't think this have anything to do with OpenLDAP itself, but the fault
is my Solaris.

Yesterday I tried to compile gcc-2.95.2 on the Solaris, and guess what? the
compiler (gcc-2.95.1) core dumped while compiling... *sigh!*

I just asked the server operator (root) to install a patch from Solaris that
mention something about a bug in libaio, libc & watchmalloc in Solaris
(http://access1.sun.com/patch.public/cgi-bin/readme2html.cgi?patch=105210&ty
pe=rec).

 I don't know if this has anything to do with my problem, but who knows...

I'm still waiting the root user to install the patch. Hope that is going to
help me...



Rosdi.


----- Original Message -----
From: "Kurt D. Zeilenga" <Kurt@OpenLDAP.Org>
To: "Rosdi Kasim" <rosdi@snt.com.my>
Cc: <openldap-software@OpenLDAP.Org>
Sent: Wednesday, December 29, 1999 9:26 AM
Subject: Re: SIGSEGV, Segmentation fault


> Try ./configure --without-threads
>
>
> At 09:48 AM 12/27/99 +0800, Rosdi Kasim wrote:
> >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.
> >
> >
> >
> >
> >
>