[Openmcl-devel] A bug and a quick fix

CRLF0710 crlf0710 at gmail.com
Tue Dec 6 20:15:16 PST 2011


Under Windows environment, CCL 1.7 will raise an exception when you click
on the close button of the console window, whose exception handler will
cause further memory access violation errors by accessing through NULL
pointer (TCR_AUX(tcr)) and cause a APPCRASH.

using this patch, we can prevent the later part of the problem(memory
access violation error), and make ccl exit silently. But i think it's worth
further investment into why the exception is raised and solve it from the
source.

Here is the temporary workaround patch.

(tested under win7 ccl 1.7-r15116M, not sure if the TRUNK version has the
problem.)

-- 
Wir müssen wissen; wir werden wissen!
CrLF.0710
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20111207/ac62b01f/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ccl.patch
Type: application/octet-stream
Size: 765 bytes
Desc: not available
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20111207/ac62b01f/attachment.obj>


More information about the Openmcl-devel mailing list