stas        2003/03/08 22:06:46

  Modified:    src/docs/2.0/devel/debug c.pod
  Log:
  need to look at -DDEBUG_LEAKING_SCALARS perl build option
  
  Revision  Changes    Path
  1.9       +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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- c.pod     8 Mar 2003 02:25:43 -0000       1.8
  +++ c.pod     9 Mar 2003 06:06:46 -0000       1.9
  @@ -14,6 +14,12 @@
   META: there is a new directive CoreDumpDirectory in 2.0.45, need to
   check whether we should mention it.
   
  +META: there is a new compile-time option in perl-5.9.0+:
  +-DDEBUG_LEAKING_SCALARS, which prints out the addresses of leaked SVs
  +and new_SV() can be used to discover where those SVs were allocated.
  +(see perlhack.pod for more info)
  +
  +
   =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
  
  
  

Reply via email to