in reply to Segmentation fault during file open
Try running fsck on the drive?
If you have ktrace available, you might want to ktrace the execution and see if it has anything useful to say. The other option is to make sure you have perl compiled with debugging symbols enabled, and then run gdb on the core file that gets dumped.
|
|---|