From 9255773c8b7326dac469530165f434c3cffdd552 Mon Sep 17 00:00:00 2001 From: Aaron Weber Date: Thu, 12 Jul 2001 20:46:49 +0000 Subject: svn path=/trunk/; revision=11063 2001-07-12 Aaron Weber * C/evolution-faq.sgml: svn path=/trunk/; revision=11063 --- doc/C/evolution-faq.sgml | 65 +++++++++++++++++++++++++++++++++++++++++++++--- doc/ChangeLog | 10 +++++++- 2 files changed, 71 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/C/evolution-faq.sgml b/doc/C/evolution-faq.sgml index 0dac339f0a..92afbf1087 100644 --- a/doc/C/evolution-faq.sgml +++ b/doc/C/evolution-faq.sgml @@ -1,6 +1,5 @@ - + Frequently Asked Questions About Ximian Evolution @@ -312,7 +311,7 @@ - + Getting and Compiling Evolution @@ -908,9 +907,69 @@ bt + + + + A component of evolution crashed, but since the rest of + evolution stayed up, I couldn't use bug-buddy to get a + stack trace. How can I use gdb to get a stack trace of + the component? + + + + + To trace a failing component (in this example, evolution-mail): + + + + Open two terminals. + + + + + In one, type gdb evolution-mail + . Replace "evolution-mail" with the name of the + component that is crashing: evolution-addresbook, + evolution-calendar, etc.) + + + + + Once gdb starts, type r and + hit enter. Give it a few seconds, to make sure it + starts up completely. + + + + + In the second terminal, type + evolution. Do whatever you did + to cause the crash in the component you used in + step two. + + + + + When the crash occurs, type 'bt' in the first + terminal. + + + + + + Cut and paste the output into your bug report. + + + + + + + + + diff --git a/doc/ChangeLog b/doc/ChangeLog index e038835bb3..572defc7ab 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,10 +1,18 @@ +2001-07-12 Aaron Weber + + * C/evolution-faq.sgml: + +2001-07-12 Aaron Weber + + * C/evolution-faq.sgml: Added "get bt for component-only crash" qandaentry. + 2001-07-10 Peter Williams * */Makefile.am (dist-hook): Clean up make dist. 2001-07-11 Aaron Weber - * C/evolution.sgml: validation on usage-mainwindow and usage-contact. + * C/evolution.sgml: validation on usage-mainwindow and usage-contact. 2001-07-11 Kevin Breit -- cgit v1.2.3