[wiki] [official] merge || Matthias-Christian Ott

From: <hg_AT_suckless.org>
Date: Sun, 14 Sep 2008 09:49:26 +0100 (BST)

changeset: 152:6d5ae667de77
parent: 151:b2ce1ca85a54
parent: 149:0d33cfbbb4a5
user: Matthias-Christian Ott <ott_AT_enolink.de>
date: Sat Sep 13 20:54:14 2008 +0200
description:
merge


diff -r b2ce1ca85a54 -r 6d5ae667de77 common/bugs.md
--- a/common/bugs.md Sat Sep 13 20:51:15 2008 +0200
+++ b/common/bugs.md Sat Sep 13 20:54:14 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` `pidof -s program`
     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:26 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:30:26 CEST