pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/37997: OpenLDAP wreckage
The following reply was made to PR pkg/37997; it has been noted by GNATS.
From: Geert Hendrickx <ghen%telenet.be@localhost>
To: Tonnerre Lombard <tonnerre%bsdprojects.net@localhost>
Cc: Christos Zoulas <christos%zoulas.com@localhost>,
gnats-bugs%NetBSD.org@localhost
Subject: Re: pkg/37997: OpenLDAP wreckage
Date: Sun, 17 Feb 2008 00:08:58 +0100
On Sat, Feb 16, 2008 at 11:10:12PM +0100, Tonnerre Lombard wrote:
> Salut, Christos,
>
> On Mon, 11 Feb 2008 10:10:16 -0500, Christos Zoulas wrote:
> > Did you run out of stack? try unlimiting stacksize.
>
> Ugh. Shame on me that I didn't think of it. Indeed, that solved the
> problem.
>
> It is very weird though that OpenLDAP is so much stack based. Guess
> they didn't want to bother with thread safe locking...
I automated this with the following /etc/rc.conf.d/slapd:
start_precmd="set_limits"
set_limits()
{
ulimit -s 4096
}
Maybe we should just add a MESSAGE about this?
Geert
Home |
Main Index |
Thread Index |
Old Index