https://issues.apache.org/bugzilla/show_bug.cgi?id=54782
--- Comment #3 from David Nielson <[email protected]> --- The errors you're seeing sound an awful lot like synchronization problems. Is the code you're running thread-safe, and is your mod_perl configured to be thread-safe? http://perl.apache.org/docs/2.0/user/intro/overview.html#Threads_Support If your server can handle the switch, you can try mpm_prefork. If the crashes go away, then the code and/or configuration are not thread-safe and need to be properly audited. If you need a threaded MPM, you might also consider altering your Perl software to run via CGI or FastCGI instead of through mod_perl. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
