Re: missing THREAD_UNLOCK in libc?

2001-01-04 Thread Nicolas Souchu
On Wed, Jan 03, 2001 at 10:00:22AM -0800, David O'Brien wrote: > On Wed, Jan 03, 2001 at 05:54:26PM +0100, Nicolas Souchu wrote: > > A program that previously worked (-current of November) with -pthread now > > fails with an abort and a " in free(): error: recursive call" warning. > > I need a co

Re: missing THREAD_UNLOCK in libc?

2001-01-03 Thread David O'Brien
On Wed, Jan 03, 2001 at 05:54:26PM +0100, Nicolas Souchu wrote: > A program that previously worked (-current of November) with -pthread now > fails with an abort and a " in free(): error: recursive call" warning. I need a copy of this program (source form) to test with. -- -- David ([EMAIL PR

Re: missing THREAD_UNLOCK in libc?

2001-01-03 Thread Will Andrews
On Wed, Jan 03, 2001 at 05:54:26PM +0100, Nicolas Souchu wrote: > A program that previously worked (-current of November) with -pthread now > fails with an abort and a " in free(): error: recursive call" warning. FWIW, WindowMaker 0.62.1 also crashes like this ocassionally (usually when I open a

missing THREAD_UNLOCK in libc?

2001-01-03 Thread Nicolas Souchu
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 lib