On Tue, Aug 26, 2008 at 2:04 PM, Berg, Eric <[EMAIL PROTECTED]> wrote: > We're using DBI here as well
That's going to make forking a lot more complicated. You'll need to close your DBI handles before you fork, or set InactiveDestroy on them. You need to open new ones in the forked process to do any DBI work. If you strip out the DBI stuff from the forked processes, does it still segfault? - Perrin