Re: [Mono-dev] Possible deadlock in sgen garbage collector

2010-05-26 Thread Rodrigo Kumpera
On Wed, May 26, 2010 at 9:39 AM, Burkhard Linke < bli...@cebitec.uni-bielefeld.de> wrote: > Hi, > > I've stumpled over a possible deadlock in boehm GC some time ago. Since the > sgen GC uses the same mechanism for stopping the world, it may also be a > problem in that implementation. > > Thread te

[Mono-dev] Possible deadlock in sgen garbage collector

2010-05-26 Thread Burkhard Linke
Hi, I've stumpled over a possible deadlock in boehm GC some time ago. Since the sgen GC uses the same mechanism for stopping the world, it may also be a problem in that implementation. Thread termination is signalled to the GC by the mean of a thread exit handler (boehm) or a thread data key d