Comment 6 for bug 1605650

Revision history for this message
Robert P. Goldman (rpgoldman) wrote :

My fix #1 causes breakage on CCL. CCL uses a SERIOUS-CONDITION called RESET-PROCESS in its shutdown. For now I have a patch to mask this serious condition from being treated as a FATAL-CONDITION, and that fixes all the tests. I'm waiting to see if the Clozure folks have any suggestions about this before proceeding: I'm not sure why this is a SERIOUS-CONDITION in CCL, since it doesn't seem like something that should be handled interactively if not handled automatically.