Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 1997 11:24:26 +0200
From:      Poul-Henning Kamp <phk@dk.tfs.com>
To:        joerg_wunsch@interface-business.de (Joerg Wunsch)
Cc:        bugs@FreeBSD.ORG
Subject:   Re: malloc(): recursive call 
Message-ID:  <2391.863429066@critter>
In-Reply-To: Your message of "Mon, 12 May 1997 10:16:48 %2B0200." <19970512101647.UD18700@ida.interface-business.de> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <19970512101647.UD18700@ida.interface-business.de>, J Wunsch writes:

>mail in malloc(): error: recursive call.
>Abort trap - core dumped
>
>Anybody ever seen such?

Yes, usually means that a signal handler tried to malloc(), despite the
fact that the signal happened inside malloc's implementation.

Could be something as simple as a fprintf :-(

--
Poul-Henning Kamp           | phk@FreeBSD.ORG       FreeBSD Core-team.
http://www.freebsd.org/~phk | phk@login.dknet.dk    Private mailbox.
whois: [PHK]                | phk@tfs.com           TRW Financial Systems, Inc.
Power and ignorance is a disgusting cocktail.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2391.863429066>