Port-sparc archive

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

Re: [NetBSD 5.99.23] kern_lwp cannot allocate memory



On Mon, Jan 18, 2010 at 02:22:14PM +0100, BERTRAND Joel wrote:
> >perl: _lwp_ctl: Cannot allocate memory

_lwp_ctl will fail for multithreaded programs (as it basically is a
libpthread internal interface). Please check if the test program is linked
against libpthread (ldd will tell you), or check the compiler command line
in the build log.

Can you reproduce the failure with a small standalone test program?

Martin


Home | Main Index | Thread Index | Old Index