emacs-devel
[Top][All Lists]
Advanced

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

Re: abort in `make-frame'


From: Jan D.
Subject: Re: abort in `make-frame'
Date: Thu, 22 Jul 2004 15:26:20 +0200

            * widget.c (EmacsFrameDestroy): Don't abort if normal_gc
              is 0.

This also fixes the immediate problem (by simply removing the call to
`abort'),  but if I understood Jan's message correctly, causes some
other problems.  So I guess your patch is superior.  I tested that it
works by reverting to Rev1.70 of widget.c (that is, the one just
before Jan's patch).

There is no need to revert my change.  There is no reason to abort
just because normal_gc is 0.  x_free_gcs, which EmacsFrameDestroy calls
just after the abort, checks for this also.

        Jan D.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]