[Mono-list] Mono Hang

Ralph Mason rm.monolist@telogis.com
Wed, 23 Mar 2005 07:40:56 +1200


Miguel de Icaza wrote:

>Hello,
>
>  
>
>>Any advice on how I could debug/solve this problem?
>>Does anybody have experienced the same kind of problem before?
>>    
>>
>
>Try attaching Mono with gdb, stop the processes, and look at all the
>thread stacks (thread apply all bt), then for all the addresses shown,
>run:
>
>	p mono_print_method_from_ip (address)
>
>And send us that.
>
>If you have a test case that we can use to reproduce, that would also be
>helpful. 
>
>Miguel
>_______________________________________________
>Mono-list maillist  -  Mono-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-list
>
>  
>
We also have been getting random deadlocks in the runtime, which we can 
never reproduce on demand. They they never happen on windows so we know 
it's not our code.

A programmer here has spend lots of time debugging the runtime, and has 
found other problem that has lead to fixes, but this dead locking is a 
show stopper for us.

We have a rather large and complicate asp.net application, that after 12 
months of trying we got working on Mono.  But we havent' managed to get 
the reliability we need, which is unfortunate.

So unfortunately, hi-ho hi-ho it's off to Bill we go.

Ralph