<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">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 class=""><div><br class=""></div><div>Just for the record, here's the fix:</div><div><br class=""></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><br class=""><blockquote type="cite" class=""><div class="">On Feb 17, 2024, at 8:48 AM, Bruce O'Neel <<a href="mailto:bruce.oneel@pckswarms.ch" class="">bruce.oneel@pckswarms.ch</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi,<br class=""></div><div class=""><br class=""></div><div class="">Thanks - this still seems like a bug though, right?<br class=""></div><div class=""><br class=""></div><div class="">As you said it also crashes on x86-64.<br class=""></div><div class=""><br class=""></div><div class="">Clozure Common Lisp Version 1.12.2 (v1.12.2-15-g79629c9d) LinuxX8664<br class=""></div><div class=""><br class=""></div><div class="">For more information about CCL, please see <a href="http://ccl.clozure.com/" class="">http://ccl.clozure.com</a>.<br class=""></div><div class=""><br class=""></div><div class="">CCL is free software. It is distributed under the terms of the Apache<br class=""></div><div class="">Licence, Version 2.0.<br class=""></div><div class="">? (finalize-inheritance (find-class 'standard-class))<br class=""></div><div class="">Unrecoverable stack overflow.<br class=""></div><div class="">? for help<br class=""></div><div class="">[31448] Clozure CL kernel debugger:<br class=""></div><div class=""><br class=""></div><div class="">Clozure Common Lisp Version 1.12.2 (v1.12.2-15-g79629c9d) DarwinX8664<br class=""></div><div class=""><br class=""></div><div class="">For more information about CCL, please see <a href="http://ccl.clozure.com/" class="">http://ccl.clozure.com</a>.<br class=""></div><div class=""><br class=""></div><div class="">CCL is free software. It is distributed under the terms of the Apache<br class=""></div><div class="">Licence, Version 2.0.<br class=""></div><div class="">? (finalize-inheritance (find-class 'standard-class))<br class=""></div><div class="">Unrecoverable stack overflow.<br class=""></div><div class="">? for help<br class=""></div><div class="">[92664] Clozure CL kernel debugger:<br class=""></div><div class=""><br class=""></div><div class="">Thanks.<br class=""></div><div class=""><br class=""></div><div class="">bruce<br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="answerContentMessage ik_mail_quote"><div class="">On 2024-02-17T01:32:02.000+01:00, Ron Garret <<a href="mailto:ron@flownet.com" class="">ron@flownet.com</a>> wrote:</div><blockquote class="ws-ng-quote"><pre style="white-space: normal;" class="">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 class=""><br class="">My apologies for the noise.<br class=""><br class="">rg</pre></blockquote></div>
</div></blockquote></div><br class=""></body></html>