On Sun, Dec 7, 2008 at 12:51 PM, Terence Monteiro
<[EMAIL PROTECTED]> wrote:
> I'm getting segmentation faults with apache child processes. I'm running a
> Catalyst application using DBIx::SearchBuilder in the backend to accesss a
> mysql database.

My guess is that you're opening database handles in the parent process
at startup and then trying to use them in child processes later on.
Check your code to make sure it doesn't keep any open database handles
from startup.

- Perrin

Reply via email to