Re: 6.1 libpthread: pthread_create and _pq_insert_tail: Already in priority queue

2006-03-22 Thread Daniel Eischen
On Wed, 22 Mar 2006, Divacky Roman wrote: > On Wed, Mar 22, 2006 at 11:24:36AM +0100, Volker Stolz wrote: > > A rather largish application (the most recent version of GHC, see lang/ghc) > > fails in its runtime system with: > > > > _pq_insert_tail: Already in priority queue > > two pointers: > > 1

Re: 6.1 libpthread: pthread_create and _pq_insert_tail: Already in priority queue

2006-03-22 Thread Divacky Roman
On Wed, Mar 22, 2006 at 11:24:36AM +0100, Volker Stolz wrote: > A rather largish application (the most recent version of GHC, see lang/ghc) > fails in its runtime system with: > > _pq_insert_tail: Already in priority queue two pointers: 1) I use ghc daily without this problem 2) I got this error

Re: 6.1 libpthread: pthread_create and _pq_insert_tail: Already in priority queue

2006-03-22 Thread Julian Elischer
Volker Stolz wrote: A rather largish application (the most recent version of GHC, see lang/ghc) fails in its runtime system with: _pq_insert_tail: Already in priority queue Basically some threads and mutexes are involved, then the application forks, some more threads are created and then I ge