Bug#279612: Too many fonts = crash

Loïc Minier Loïc Minier , 279612@bugs.debian.org
Thu, 4 Nov 2004 15:19:10 +0100


Pavel Fedin <sonic_amiga@rambler.ru> - Thu, Nov 04, 2004:

> > If this is gnome-session, can you attach a gdb to it and show me the
> > backtrace? (run gdb /usr/bin/gnome-session, then type attach <pid>)
> 
>  Yes, i can do it, but i'd like to ask you what process can it be
>  exactly. I don't know GNOME internals yet. And how can i dump a
>  backtrace? I don't know gdb either.

 Once you "attach", the processus will be interrupted and you have to
 type "thread apply all bt" to get a backtrace for all threads.

 If you want to continue execution, type "continue", and enter ^C when
 you want the execution to stop again.

-- 
Loïc Minier <lool@dooz.org>