[Mono-list] Mono Hang

Miguel de Icaza miguel@ximian.com
Sun, 20 Mar 2005 18:45:42 -0500


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