Re: [Mono-dev] Occasional native stack trace in mono

2009-08-05 Thread Zoltan Varga
Hi, This happens during shutdown, mono asks the finalizer thread to stop, but it doesn't stop, most likely because a finalizer goes into an infinite loop or something, so we continue with the shutdown, freeing stuff which are still used, causing errors like the one below. Zolt

Re: [Mono-dev] Occasional native stack trace in mono

2009-08-05 Thread Maciej Paszta
On Wed, Aug 5, 2009 at 2:21 PM, Rodrigo Kumpera wrote: > This can only be caused by either a very badly compiled mono or a pretty > broken libpthreads. > > Are you running mono standard alone or embbedded on another program? >> >> This is mono standalone. I don't use any special flags for compila

Re: [Mono-dev] Occasional native stack trace in mono

2009-08-05 Thread Rodrigo Kumpera
This can only be caused by either a very badly compiled mono or a pretty broken libpthreads. Are you running mono standard alone or embbedded on another program? On Wed, Aug 5, 2009 at 8:26 AM, Maciej Paszta wrote: > > > On Tue, Aug 4, 2009 at 3:46 PM, Maciej Paszta wrote: > >> >> >> On Tue,

Re: [Mono-dev] Occasional native stack trace in mono

2009-08-05 Thread Maciej Paszta
On Tue, Aug 4, 2009 at 3:46 PM, Maciej Paszta wrote: > > > On Tue, Aug 4, 2009 at 3:40 PM, Maciej Paszta wrote: > >> >> Maybe you don't have GDB installed, which is used to get a richer crash >>> dump. >>> >> >> GDB is installed but when debug info from GDB is about to be generated - >> everythi