in reply to Segfault: forks and DBI

From the fork docs:

Since forks overrides core Perl functions, you are *strongly* encouraged to load the forks module before any other Perl modules. This will insure the most consistent and stable system behavior.

I'd say a segfault might be related to *strongly* encouraged to load forks first.

G. Wade

Replies are listed 'Best First'.
Re^2: Segfault: forks and DBI
by jdrago_999 (Hermit) on Nov 25, 2008 at 20:01 UTC
    Thanks for pointing that out :)