Date: Tue, 27 May 2003 15:52:05 +0300 From: Petri Helenius <pete@rommon.com> To: freebsd-threads@freebsd.org Subject: malloc(): error: recursive call Message-ID: <3ED35F75.1000902@rommon.com>
next in thread | raw e-mail | index | archive | help
I'm using libkse cvsupped+built on 24th May and seem to run into these messages: malloc(): error: recursive call It seems that I get these when the call goes through libc functions like strdup, asprintf, etc. but so far none happened with direct call to malloc from my code. Is there some linking trick I need to perform (apart from putting -lkse to the end of the Makefile line) to get the locking work properly ? Pete
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ED35F75.1000902>