summaryrefslogtreecommitdiff
path: root/debian/README.backtrace
diff options
context:
space:
mode:
authorArno Töll <debian@toell.net>2012-03-13 23:39:35 +0100
committerArno Töll <debian@toell.net>2012-03-13 23:39:35 +0100
commit5080dc13d2e2ae50023a8e2976bb911cc90b9343 (patch)
treedd4a1d6691f1e249d40d105c3dbc482e621bca45 /debian/README.backtrace
parent66d63a1381080be52ded9d1ca1e1df4ab0cdbed5 (diff)
downloadapache2-5080dc13d2e2ae50023a8e2976bb911cc90b9343.tar.gz
More docs updates
Diffstat (limited to 'debian/README.backtrace')
-rw-r--r--debian/README.backtrace6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/README.backtrace b/debian/README.backtrace
index b1513eb8..17ccb184 100644
--- a/debian/README.backtrace
+++ b/debian/README.backtrace
@@ -17,14 +17,14 @@ In case of a crash, do the following:
4) Do whatever it takes to reproduce the crash. There should now be the file
/var/cache/apache2/core .
-5) If you use apache2-mpm-prefork, execute:
-
+5) If you use a forking MPM (e.g. mod_prefork), execute:
+
gdb /usr/sbin/apache2 /var/cache/apache2/core
(gdb) bt full
...
(gdb) quit
-If you use a threaded mpm, execute:
+If you use a threaded mpm (mod_worker, mod_event), execute:
gdb /usr/sbin/apache2 /var/cache/apache2/core
(gdb) thread apply all bt full