|
From: Tom H. <th...@cy...> - 2004-02-29 22:20:46
|
In message <1078091257.30493.82.camel@localhost.localdomain>
Jeremy Fitzhardinge <je...@go...> wrote:
> my_malloc ends up calling real malloc(), which on some libc's ends up
> calling init_libc_tsd_keys recursively. The mutex is already held, so
> it fails the second time through.
Doesn't init_libc_tsd_keys already check for recursive calls before
trying to do the lock though?
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|