[wiki] [official] use gdb --quiet || Matthias-Christian Ott
changeset: 148:2273f4793f1b
parent: 139:d66dce557d0f
user: Matthias-Christian Ott <ott_AT_enolink.de>
date: Tue Sep 02 17:12:25 2008 +0200
files: common/bugs.md
description:
use gdb --quiet
diff -r d66dce557d0f -r 2273f4793f1b common/bugs.md
--- a/common/bugs.md Sat Aug 30 22:11:28 2008 +0200
+++ b/common/bugs.md Tue Sep 02 17:12:25 2008 +0200
_AT_@ -15,14 +15,12 @@
After the program crashes, do the following:
- $ gdb `which program` /path/to/core
- [Irrelevant output elided]
+ $ gdb --quiet `which program` /path/to/core
gdb> bt full
If you encounter freezes (no crash at all) of the program, you can debug as follows:
- $ gdb `which program` pid
- [Irrelevant output elided]
+ $ gdb --quiet `which program` pid
gdb> bt full
Send the output of that command to the mailinglist along with the output of
Received on Sun Sep 14 2008 - 10:49:24 CEST
This archive was generated by hypermail 2.3.0
: Thu Sep 13 2012 - 19:30:26 CEST