Re: [mp2] ?Any clue when stable release comes out?

2004-06-18 Thread Stephen Clouse
hen one will be out?? mod_perl 2 is not complete (hence not having the 2.0 designation yet), but what's there is certainly production quality. We have been using it in development since July 2002, production since January 2003. I don't believe we've ever had a major problem with

Re: Apache mod_perl

2005-04-22 Thread Stephen Clouse
mod_perl.pm > in @INC (@INC ^^^ This module hasn't been updated for 2.0.0-RC5 (or if it has, you grabbed an older version). It should be looking for mod_perl2.pm. - -- Stephen Clouse <[EMAIL PROTECTED]> Senior Prog

How to debug bizarre memory corruption in mod_perl

2008-07-08 Thread Stephen Clouse
andalone app, it would be simple enough to run it through gdb and trace everything out, but in a mod_perl environment Any advice on how to proceed is greatly appreciated. -- Stephen Clouse <[EMAIL PROTECTED]>

Re: How to debug bizarre memory corruption in mod_perl

2008-07-08 Thread Stephen Clouse
Fedora currently ships with mod_perl 2.0 and perl 5.10. No good way to revert there :) -- Stephen Clouse <[EMAIL PROTECTED]>

Re: How to debug bizarre memory corruption in mod_perl

2008-07-09 Thread Stephen Clouse
this didn't manifest under Perl 5.8. Not sure if it's worth trying to develop a test case, since my...if falls into the "never do this" category anyway. -- Stephen Clouse <[EMAIL PROTECTED]>

Re: How to debug bizarre memory corruption in mod_perl

2008-07-09 Thread Stephen Clouse
=> 1); }; if ($@) { fail($file); diag("\n"); diag(qq{Perl::Critic had errors in "$file":}); diag([EMAIL PROTECTED]); } elsif (@vios) { fail($file); diag("\n"); diag(qq{Perl::Critic found these violations in "$file":});