[Mono-list] getting a thread dump on mono?

Gonzalo Paniagua Javier reply.to.the.list.iam.suscribed@notexists.ximian.com
Fri, 03 Dec 2004 03:16:50 -0500


On Fri, 2004-12-03 at 00:05 -0700, Rafael Ferreira wrote:
> Hey everyone,
> 
> I'm working on a toy distributed cache app using mono on linux and I 
> would like to get a thread dump like I would get with java doing a kill 
> -3 on a pid. Any ideas?

Some time ago, exporting MONO_DEBUG (see 'man mono') with any value made
Ctrl-C (SIGINT) behave like that.

-Gonzalo