[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Segmentation Fault (core dumped) on Admin mail function



On Tue, 19 Feb 2002, Central Louisiana wrote:

> hmm .. I backed up the file.  Deleted the original and created a one-byte 
> file for admin.  Even that didn't nail it.  Same error.
> >    read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 

hmm, weird, i'd have thought it was a bad header, so the strace thing
again, look for a line above that one that starts with
open(somefilename) = 3
see what somefilename is, that's the file it's reading when it ills
itself, you may have a mangled config file somewhere...

gsh