You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by ch...@hyperreal.org on 1999/09/01 21:47:03 UTC

cvs commit: modperl SUPPORT

cholet      99/09/01 12:47:01

  Modified:    .        SUPPORT
  Log:
  minor fix in backtrace howto
  
  Revision  Changes    Path
  1.11      +1 -1      modperl/SUPPORT
  
  Index: SUPPORT
  ===================================================================
  RCS file: /export/home/cvs/modperl/SUPPORT,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- SUPPORT	1998/10/30 04:37:30	1.10
  +++ SUPPORT	1999/09/01 19:47:01	1.11
  @@ -104,7 +104,7 @@
   Here's how to get a backtrace:
   
    % cd mod_perl-x.xx
  - % touch conf/srm.conf
  + % touch t/conf/srm.conf
    % gdb ../apache_x.xx/src/httpd
    (gdb) run -X -f `pwd`/t/conf/httpd.conf -d `pwd`/t
    [now make request that causes core dump]