in reply to Forking server getting Bus Errors

What operating system? What version of Perl? Can you generate a core file and debug it to find where it is crashing? Are you using any extensions from your code?

Perl interpreter crashing is a bug in Perl, the operating system, or binary extensions. Binary extensions are frequently a problem area.