You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bu...@apache.org on 2012/08/09 16:44:49 UTC

svn commit: r828461 - in /websites/staging/httpd/trunk/content: ./ dev/debugging.html

Author: buildbot
Date: Thu Aug  9 14:44:49 2012
New Revision: 828461

Log:
Staging update by buildbot for httpd

Modified:
    websites/staging/httpd/trunk/content/   (props changed)
    websites/staging/httpd/trunk/content/dev/debugging.html

Propchange: websites/staging/httpd/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug  9 14:44:49 2012
@@ -1 +1 @@
-1370954
+1371229

Modified: websites/staging/httpd/trunk/content/dev/debugging.html
==============================================================================
--- websites/staging/httpd/trunk/content/dev/debugging.html (original)
+++ websites/staging/httpd/trunk/content/dev/debugging.html Thu Aug  9 14:44:49 2012
@@ -386,12 +386,15 @@ command-line, and enter the command <cod
 <pre>
   % gdb /usr/local/apache2/bin/httpd /tmp/core.2027
 ...
-  Core was generated by <code>/usr/local/apache2/bin/httpd -k start'
+  Core was generated by `/usr/local/apache2/bin/httpd -k start'
 ...
-  (gdb) bt full&lt;/pre&gt;
-If attempting to debug a threaded server, for example when using the</code>worker` MPM, use the following gdb command:
+  (gdb) bt full
+</pre></p>
+<p>If attempting to debug a threaded server, for example when using the
+<code>worker</code> MPM, use the following gdb command:
 <pre>
-  (gdb) thread apply all bt full</pre></p>
+  (gdb) thread apply all bt full
+</pre></p>
 <h1 id="truss">Using 'truss/trace/strace' to trace system calls and signals</h1>
 <p>Most Unix-based systems have at least one command for displaying a trace of
 system calls and signals as they are accessed by a running process. This