[Mono-list] Garbage collection and memory usage

Miguel de Icaza miguel at ximian.com
Sat Apr 8 12:08:08 EDT 2006


Hello,

> > There are two macros, the other macro will the traces for all threads.
> > Your email only contains a more readable version of the same thread
> > (which was not useful, we know about that one).
> 
> Indeed there are two macros, but for the second one I read "Starting
> with 1.1.13.4, you can add the following gdb macro to your .gdbinit
> file.", and since I think I mentioned that I am running mono 1.1.13.2
> I never tried it.

Ok, alternatively get the stack traces for each thread.

Do this by enumerating all the threads:

	info threads

And selecting one by one:

	thread 1

Then running the command.

This is a better version of the "t a a bt" command.

Miguel


More information about the Mono-list mailing list