stas        2003/11/25 23:09:38

  Modified:    src/docs/2.0/devel/debug c.pod
  Log:
  mod_backtrace and mod_whatkilledus could come useful in cases where the
  core file can't be obtained or we don't know which request has caused the
  segfault
  
  Revision  Changes    Path
  1.15      +6 -0      modperl-docs/src/docs/2.0/devel/debug/c.pod
  
  Index: c.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/debug/c.pod,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -u -r1.14 -r1.15
  --- c.pod     26 Sep 2003 22:17:32 -0000      1.14
  +++ c.pod     26 Nov 2003 07:09:38 -0000      1.15
  @@ -35,6 +35,12 @@
   the parent, and enable it only for request processing in children (or
   in one_process mode).
   
  +META: Jeff Trawick wrote a few useful debug modules, for httpd-2.1:
  +mod_backtrace (similar to bt in gdb, but doesn't require the core
  +file) and mod_whatkilledus (gives the info about the request that
  +caused the segfault).
  +http://httpd.apache.org/~trawick/exception_hook.html
  +
   =head2 Setting gdb breakpoints with mod_perl built as DSO
   
   If mod_perl is built as a DSO module, you cannot set the breakpoint in
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to