On Sat, Sep 16, 2000 at 19:02:32 +0200, Zak Le Roux wrote:
> Forgot to add the CORE DUMP file (gzipped) ... sorry !
We cannot use the core file without having exactly the same
environment and the executable file as where it was made.
You can however help by analyzing the core with the gdb debugger
and sending the results. A good start would be the following gdb
commands:
$ gdb mutt core
(gdb) bt
(gdb) info locals
(gdb) quit
$
Please also send the output of "mutt -v"
> Permissions on Mutt files are as follows:-
>
> /usr/local/bin/mutt root root -rwxr-xr-x
> /usr/local/bin/mut_dotlock root mail -rwxr-xr-x
>
> Are these OK ?
No. If you have and use mutt_dotlock (with double t) it should be
setgid mail (i.e. permissions -rwxr-sr-x).
--
Byrial
http://home.worldonline.dk/~byrial/