"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
>>>>> "Ben" == Ben Wing
<ben(a)xemacs.org> writes:
Ben> NOTE: This patch has been committed.
Ben> See if this fixes the crashes.
Neither of my two reasonably certain recipes for delete-window crashes
(window manager close box and file dialog cancel) produce cores any
more. Lookin' good....
Ben> src/ChangeLog addition:
2003-02-19 Ben Wing <ben(a)xemacs.org>
* eval.c (unbind_to_hairy):
Don't check_quit() unless we're unbinding a real Lisp
`unwind-protect' since check_quit() does lots of weird things and
not all callers are prepared for it.
* frame.c:
* frame.c (delete_frame_internal):
Make absolutely sure there is no quit checking while we are in a
"critical section" during frame deletion.
Lookin' good....
Me, too. Thanks, Ben.
- Vin