The crash appears to happen whether or not a Makefile is present. The crash appears to
happen when the subprocess exiting is handled by compilation-sentinal.
I tested this under three conditions - no Makefile, Makefile and make succeeds, and
Makefile and make fails. I get the same crash in all three cases.
-----Original Message-----
From: Adrian Aichner [mailto:adrian@xemacs.org]
Sent: Wednesday, January 16, 2002 12:07 PM
To: Jarl Friis
Cc: Paul Stodghill; Xemacs-Beta(a)Xemacs.Org (E-mail)
Subject: Re: Recipe for disaster - reproducible crash
>>>> "Jarl" == Jarl Friis <jarl(a)diku.dk>
writes:
Hi Jarl,
do you have a makefile in that directory?
If yes, please send us a minimal version that still exposes the crash.
Best regards,
Adrian
Jarl> "Paul Stodghill" <stodghil(a)cs.cornell.edu> writes:
> I managed to reproduce this with 21.4.6 and 21.5.4 under cygwin
and 21.4.5 under Linux.
>
> quimby$ cat foo.el
> (let* ((buf (compile "make"))
> (proc (get-buffer-process buf)))
> (while (= 0 (process-exit-status proc))
> (sleep-for 1))
> (message "%s" (buffer-string buf)))
> quimby$
> quimby$
> quimby$ xemacs -vanilla -batch -load foo.el
Jarl> This one even crashes my 21.1.14 !
Jarl> Jarl
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/