Re: [0.95.6] core dump while sending mail

1999-06-28 Thread Stefan `Sec` Zehl
Hi, On Wed, Jun 16, 1999 at 05:34:03PM +0200, Gero Treuner wrote: > What was the value of PidListLen? (gdb) print PidListLen $1 = 2 > Hopefully the following patch fixes the problem (removed a race > condition, please try to repeat your conditions ;-) ... I will use your later patch. I fear I

Re: [0.95.6] core dump while sending mail

1999-06-16 Thread David DeSimone
Gero Treuner <[EMAIL PROTECTED]> wrote: > > --- mutt-stable/signal.c Thu Apr 22 14:54:50 1999 > +++ mutt/signal.c Wed Jun 16 17:29:41 1999 > @@ -82,9 +82,9 @@ >if (i >= PidListLen) >{ > /* quite a few children around... */ > -safe_realloc ((void **) &PidList, (PidListLen

Re: [0.95.6] core dump while sending mail

1999-06-16 Thread Anonymous
On Wed, Jun 16, 1999 at 05:34:03PM +0200, Gero Treuner wrote: > Hopefully the following patch fixes the problem (removed a race > condition, please try to repeat your conditions ;-) ... Forget about that patch, try this one. Gero --- mutt-stable/signal.cThu Apr 22 14:54:50 1999 +++ mu

Re: [0.95.6] core dump while sending mail

1999-06-16 Thread Gero Treuner
Hi! On Wed, Jun 16, 1999 at 01:17:17PM +0200, Stefan `Sec` Zehl wrote: > Whopee, just right now mutt core dumped on me while sending a mail. > (gdb) print i > $1 = 0 > (gdb) print PidList > $2 = (int *) 0x0 What was the value of PidListLen? Hopefully the following patch fixes the problem (remo