<div><div dir="auto">Thx</div></div><div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le sam. 17 févr. 2024 à 19:59, Ron Garret <<a href="mailto:ron@flownet.com" target="_blank">ron@flownet.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><div style="line-break:after-white-space">Well, yeah, it's a bug, but a relatively minor one.  It's something most users will never encounter, and if they do, it's trivial to fix or work around.  This is really the least of our worries at the moment.<br><div><br></div><div>Just for the record, here's the fix:</div><div><br></div><div><div>Clozure Common Lisp Version 1.12.1 (v1.12.1-10-gca107b94) DarwinX8664</div><div>? (defmethod finalize-inheritance ((class ccl::std-class))</div><div>    (unless (class-finalized-p class) (ccl::update-class class t)))</div><div>#<STANDARD-METHOD FINALIZE-INHERITANCE (CCL::STD-CLASS)></div><div>? (finalize-inheritance (find-class 'standard-class))</div><div>NIL</div><div>? </div></div></div><div style="line-break:after-white-space"><div><br><blockquote type="cite"><div>On Feb 17, 2024, at 8:48 AM, Bruce O'Neel <<a href="mailto:bruce.oneel@pckswarms.ch" target="_blank">bruce.oneel@pckswarms.ch</a>> wrote:</div><br><div><div>Hi,<br></div><div><br></div><div>Thanks - this still seems like a bug though, right?<br></div><div><br></div><div>As you said it also crashes on x86-64.<br></div><div><br></div><div>Clozure Common Lisp Version 1.12.2 (v1.12.2-15-g79629c9d) LinuxX8664<br></div><div><br></div><div>For more information about CCL, please see <a href="http://ccl.clozure.com/" target="_blank">http://ccl.clozure.com</a>.<br></div><div><br></div><div>CCL is free software.  It is distributed under the terms of the Apache<br></div><div>Licence, Version 2.0.<br></div><div>? (finalize-inheritance (find-class 'standard-class))<br></div><div>Unrecoverable stack overflow.<br></div><div>? for help<br></div><div>[31448] Clozure CL kernel debugger:<br></div><div><br></div><div>Clozure Common Lisp Version 1.12.2 (v1.12.2-15-g79629c9d) DarwinX8664<br></div><div><br></div><div>For more information about CCL, please see <a href="http://ccl.clozure.com/" target="_blank">http://ccl.clozure.com</a>.<br></div><div><br></div><div>CCL is free software.  It is distributed under the terms of the Apache<br></div><div>Licence, Version 2.0.<br></div><div>? (finalize-inheritance (find-class 'standard-class))<br></div><div>Unrecoverable stack overflow.<br></div><div>? for help<br></div><div>[92664] Clozure CL kernel debugger:<br></div><div><br></div><div>Thanks.<br></div><div><br></div><div>bruce<br></div><div><br></div><div><br></div><div><div>On 2024-02-17T01:32:02.000+01:00, Ron Garret <<a href="mailto:ron@flownet.com" target="_blank">ron@flownet.com</a>> wrote:</div><blockquote><pre style="white-space:normal;font-family:monospace">Arrgh, please ignore this entire thread.  It turns out that this crashes on x86 too, it's just that I had a different version of the code over on my x86 machine which didn't contain the call to finalize-inheritance.<br><br>My apologies for the noise.<br><br>rg</pre></blockquote></div>

</div></blockquote></div><br></div></blockquote></div></div>
</div>