On Sat 07 Apr 2007, Brian wrote: > > Core was generated by `/opt/bin/perl /opt/sbin/dirvish --vault IBM-rexx'. > Program terminated with signal 11, Segmentation fault. > Cannot access memory at address 0x4015cef4 > (gdb) bt > Error accessing memory address 0x4015cef4: No such file or directory. > > I guess I now need to read up on using gdb. Was this Perl or dirvish > that actually got the segmentation fault?
As dirvish is only a script running in the perl interpreter, it's perl that crashed; otherwise you would have had a nice perl error message :) Gdb also says it's /opt/bin/perl (with some additional options). That means it's fairly out of the scope of dirvish; either the perl port is buggy, or there are deeper problems with the system (shared libs, kernel, memory...) Paul Slootman _______________________________________________ Dirvish mailing list [email protected] http://www.dirvish.org/mailman/listinfo/dirvish
