On Tue, Jul 8, 2008 at 1:23 PM, Stephen Clouse <[EMAIL PROTECTED]> wrote:
> I have an application that ran on mod_perl 1.3 and perl 5.8 for a long time,
> that I recently ported over to a Fedora 9 box, thus moving it to mod_perl
> 2.0 and perl 5.10.

Are you running prefork, or threaded?  Did you change anything else?
The kind of problems you're seeing usually come from bad XS code.  You
might try reverting to Perl 5.8 or mod_perl 1.3 to determine what is
causing the problem.

- Perrin

Reply via email to