<div dir="ltr">Can you use mach exceptions instead?</div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jan 3, 2019 at 1:52 AM R. Matthew Emerson <<a href="mailto:rme@acm.org">rme@acm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi everyone.<br>
<br>
As you may know, there are some compatibility issues with CCL and macOS Mojave.<br>
<br>
The symptom is that the Lisp will crash into the Lisp kernel debugger with a message like "sigreturn returned" (on 1.11.5) or else with a message like "unhandled exception 4".<br>
<br>
The GitHub issue for this is <a href="https://github.com/Clozure/ccl/issues/146" rel="noreferrer" target="_blank">https://github.com/Clozure/ccl/issues/146</a><br>
<br>
I ran CCL under a debug kernel, and I got the message:<br>
<br>
process dx86cl64[405] sigreturn token mismatch: received 0x7ffeefbff120 expected 0xb993f3f80d520774<br>
<br>
I think this is because Mojave has code to detect the case where a sigreturn doesn't match up with a signal that the kernel delivered.  Ideally, I'd like to find some way to disable this for now, until I can come up with a way change CCL so that it isn't affected by this.<br>
<br>
CCL currently does semi-naughty things like copying around signal contexts and calling sigreturn explicitly (rather than just falling off the end of a signal handler).<br>
<br>
Any suggestions or tips would be appreciated.<br>
<br>
-m<br>
<br>
_______________________________________________<br>
Openmcl-devel mailing list<br>
<a href="mailto:Openmcl-devel@clozure.com" target="_blank">Openmcl-devel@clozure.com</a><br>
<a href="https://lists.clozure.com/mailman/listinfo/openmcl-devel" rel="noreferrer" target="_blank">https://lists.clozure.com/mailman/listinfo/openmcl-devel</a><br>
</blockquote></div>