summaryrefslogtreecommitdiff
path: root/Distrib/DebianFAQ.mdwn
diff options
context:
space:
mode:
authorMichael Banck <mbanck@gmx.net>2006-11-15 16:24:00 +0000
committerMichael Banck <mbanck@gmx.net>2006-11-15 16:24:00 +0000
commit5d0da2dd825620c6984bd6ea2d2bbc496a9ef6a6 (patch)
tree722fcd41e6a87e8703e4643808575415aba4464d /Distrib/DebianFAQ.mdwn
parent9546484f97bc8748f66f330fc24f97def3ca4d02 (diff)
none
Diffstat (limited to 'Distrib/DebianFAQ.mdwn')
-rw-r--r--Distrib/DebianFAQ.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/Distrib/DebianFAQ.mdwn b/Distrib/DebianFAQ.mdwn
index 3878acc4..5c3edb12 100644
--- a/Distrib/DebianFAQ.mdwn
+++ b/Distrib/DebianFAQ.mdwn
@@ -38,6 +38,10 @@ You need to run \`dpkg-reconfigure xserver-common' and select \`Anybody' for sta
## <a name="reporting_Bugs"> reporting Bugs </a>
+Please try to reproduce bugs which are not obviously Hurd-specific on Debian GNU/Linux and then file them there.
+
+If you find a genuine issue in Debian GNU/Hurd, please file it in our Alioth bug tracker at [http://alioth.debian.org/tracker/?atid=411594&amp;group\_id=30628&amp;func=browse](http://alioth.debian.org/tracker/?atid=411594&group_id=30628&func=browse) If you find a bug in the Hurd or GNU Mach themselves, either file a bug against the respective Debian packages, or directly at <http://savannah.gnu.org/bugs/?group=hurd>
+
## <a name="ps_hangs"> ps hangs </a>
If \`ps' hangs, try \`ps -M' which usually still works.
@@ -46,7 +50,7 @@ If \`ps' hangs, try \`ps -M' which usually still works.
## <a name="debugging_glibc"> debugging glibc </a>
-To get debugging information for glibc, you need to install the libc0.3-dbg package. At the place gdb looks for debugging symbols by default (/usr/lib/debug/lib/), Debian's libc0.3-dbg stores only frame unwind information. If you want to step into glibc while debugging, you need to add LD\_LIBRARY\_PATH=/usr/lib/debug to gdb's environment.
+To get debugging information for glibc, you need to install the libc0.3-dbg package. At the place gdb looks for debugging symbols by default (/usr/lib/debug/lib/), Debian's libc0.3-dbg stores only frame unwind information. If you want to step into glibc while debugging, you need to add LD\_LIBRARY\_PATH=/usr/lib/debug to gdb's environment. If that still does not work, try LD\_PRELOAD=/usr/lib/debug/libc.so.0.3 instead. You can add to gdb's environment via "set env FOO bar" from the gdb command line.
## <a name="debugging_translators"> debugging translators </a>