[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Compiling slapd with debug symbols
- To: openldap-technical@openldap.org
- Subject: Compiling slapd with debug symbols
- From: Lucas Brasilino <lucas.brasilino@gmail.com>
- Date: Tue, 19 Oct 2010 12:59:58 -0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=f3j1n1ekgA36LABxMMRMT8Ko1GOybqXyCAP7Cp2lvlE=; b=XRhn7paS5ucT6buf88XRzLIxctBqVoz2GtqVcOGj4fLcgxFoyirvNRLazQFKc1siOh DAU2YxA2R2bCOk+9g27t01exfe4xN7oABX8cQSiz41dZpE51R5l02sNjeViXG2xKjW8E AGEzqWHiYwTQ7j+kjYKNxx7JrLVbgBOoQePGA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ezM2SygaBXXZtBpBr80+zTZvqY6e/bcA7W3XRguHB3gSJTSJy3HrxDKaTLhBplvq8J iymXyOnjSerjcYXlW9jWlrNwZyt9Xwj4/uR9TmVav1lsh6ETSKWPqjJOw8m3zEeKDoR0 iTIZ00+gDB5rxFryWOpWEkYwXKj0Zdw8LcT84=
Hi
I'm writing an overlay which manipulates some attributes of objects
and It is, somehow, leading to
a segfault within slapd code.
In order to debug what's going on, I'm trying to compile a
non-stripped slapd but I can't figure out how.
I've read configure.in and Makefile.in to find out a fancy way to do
it, but I have no idea.
I've also removed the STRIP option at the top level Makefile: no success.
I've removed $(STRIP) at install-slapd target at Makefile on slapd's
dir and did:
make install-slapd
No success.
I've googled around too!
How can I do that ?
regards
Lucas Brasilino