in reply to Techniques for isolating bugs in perl

Try to run the script under control of gdb and backtrace if it segfaults, to get a hint what triggers the segfault.
Boris
  • Comment on Re: Techniques for isolating bugs in perl