pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/42837 (www/squid31 abort()s)



Synopsis: www/squid31 abort()s

State-Changed-From-To: open->feedback
State-Changed-By: tron%NetBSD.org@localhost
State-Changed-When: Wed, 17 Feb 2010 19:44:22 +0000
State-Changed-Why:
I can think of two reasons why "squid31" crashes:

1.) It tries to allocate more memory than it is allowed to by default.
    Can you please try to put the following into "/etc/rc.conf.d/squid"
    and check whether it makes a difference?

start_precmd="set_limits"

set_limits()
{
        ulimit -d `ulimit -d -H`
        ulimit -s `ulimit -s -H`
}

2.) "squid31" used POSIX threads at least in "diskd". And threads
    under NetBSD/sparc 4.x are known to be problematic. Can you
    eventually update that system to 5.0_STABLE?





Home | Main Index | Thread Index | Old Index