Date: Wed, 3 Jan 2001 17:54:26 +0100 From: Nicolas Souchu <nsouch@alcove.fr> To: freebsd-current@freebsd.org Subject: missing THREAD_UNLOCK in libc? Message-ID: <20010103175425.A22841@wiliam.alcove-int>
next in thread | raw e-mail | index | archive | help
I have some troubleshootings with -current. A program that previously worked (-current of November) with -pthread now fails with an abort and a " in free(): error: recursive call" warning. I think that there may be some errors in my program and I'd like to know what was recently modified in libc or libc_r in order to track them down. While looking at the source of the warning in free(), I noticed that a THREAD_UNLOCK() may be missing in the case of a recursive call... Nicholas -- Nicolas.Souchu@alcove.fr Alcôve - Open Source Software Engineer - http://www.alcove.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010103175425.A22841>