At Thu, 23 Dec 2004 20:24:41 +0000, Sumesh UdayaKumaran wrote: > I am using glibc 2.3.2 . I have run into the following > problem and am wondering if it is > glibc bug. Some random mallocs/new/free from my code hang. Can anyone tell > me if this is a issue in glibc 2.3.2. If so, can I find the patch some where
I assume you use debian glibc package. In most case, memory handling code hang without using special malloc feature is caused by user program. Valgrind is nice tool to find such problems. Regards, -- gotom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

