On Tue, Mar 30, 1999 at 11:36:58AM -0600, David DeSimone wrote:
> Petr Hlustik <[EMAIL PROTECTED]> wrote:
> >
> > > after a couple weeks of service without a glitch, Mutt now occasionally
> > > quits on its own, when I come back from an editor (Emacs).
> >
> > Well, I found the problem. It was one of the latest entries in my .muttrc:
> >
> > fcc-save-hook '~h "Sender: [EMAIL PROTECTED]"' +dosemu
>
> Well, Mutt shouldn't "just quit". Maybe it was actually crashing.
> Like, you know, leaving a core dump. Did you look for one? Did it have
> some useful information to tell you why Mutt crashed? That would be
> the most helpful thing to look for at this point.
I said in my original post that it did not dump core. I guess the exit
status was zero, I ran this immediately after mutt quit:
cortex:~>echo $?
0
[7]+ Done rxvt +ls -n XMutt -bg black -fg white -tn
rxvt -geometry 80x60 -fn -misc-*-bold-*-normal-*-14-80-*-*-*-*-*-2 -e mutt
This is the system information:
OSF1 cortex.neurology.umaryland.edu V4.0 564 alpha
> The fact that removing this line fixes the problem suggest that there is
> a possible problem in your regular-expression libraries on your system.
I see. I thought Digital Unix 4.0 had a pretty standard regex but I may get
GNU regex. Thanks.
Regards,
Petr