Re: [Mono-dev] SIGSEGV when using WeakReferences in multi-threaded application

2009-12-09 Thread Daniel Weuthen
Hi, Sorry about that. I tried debugging it back then, but couldn't find out the cause of the problem, it seemed like memory corruption inside the GC data structures. thanks for your comment on that. Although we added a workaround for that particular problem in our software, this cannot be

[Mono-dev] SIGSEGV when using WeakReferences in multi-threaded application

2009-12-08 Thread Daniel Weuthen
Hi, I am starting this thread, as we filed a bug at Bugzilla five month ago but there was no solution for the problem yet. A simplified test case was created and is attached to the bug entry which can be found at https://bugzilla.novell.com/show_bug.cgi?id=522233 Hope there is someone out there

Re: [Mono-dev] SIGSEGV when using WeakReferences in multi-threaded application

2009-12-08 Thread Zoltan Varga
Hi, Sorry about that. I tried debugging it back then, but couldn't find out the cause of the problem, it seemed like memory corruption inside the GC data structures. Zoltan On Tue, Dec 8, 2009 at 7:09 PM, Daniel Weuthen daniel.weuthen...@deepinvent.com wrote: Hi, I am