<div dir="ltr">Forgot to cc the list.<br><div><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Jean-Claude Beaudoin</b> <span dir="ltr"><<a href="mailto:jean.claude.beaudoin@gmail.com">jean.claude.beaudoin@gmail.com</a>></span><br>
Date: Mon, Apr 21, 2014 at 9:42 PM<br>Subject: Re: [Asdf-devel] mkcl crashes during upgrade test<br>To: Robert Goldman <<a href="mailto:rpgoldman@sift.info">rpgoldman@sift.info</a>><br><br><br><div dir="ltr"><div class="gmail_extra">
<br><div class="gmail_quote"><div class="">On Mon, Apr 21, 2014 at 4:33 PM, Robert P. Goldman <span dir="ltr"><<a href="mailto:rpgoldman@sift.info" target="_blank">rpgoldman@sift.info</a>></span> wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On linux, all the upgrade tests just passed for me with the single<br>
exception of MKCL.  I don't know what's going on with the following:<br>
<br>
<br>
<br>
; Upgraded ASDF from version 3.0.3.0.1 to version 3.1.0.116<br>
;; ASDF, version 3.1.0.116<br>
;;; Warning: The following packages were referenced in compiled file<br>
(/home/rpg/common-lisp/asdf/bu\<br>
ild/asdf.lisp) but do not exist yet: (ASDF/PARSE-DEFSYSTEM).<br>
Testing it<br>
Excessive universal-error-handler depth! Probable infinite recursion!<br></div>
...<br>
<br></blockquote><div><br></div><div>While loading a fasl file (most probably a version of asdf.fas in this case)<br></div><div>a reference to a non-existent package was found. This should be a hard error<br>and not a mere warning. The message mentions the source file the offending<br>

file was compiled from, not the real origin of the message, which is somewhat<br>misleading.<br><br></div><div>The mention "Probable infinite recursion!" indicates that the debugger just<br></div><div>went into a tail spin and crashed (a fairly common problem in MKCL 1.1.X)<br>

</div><div>so what comes after is most probably a pile of pathological nonsense<br>and should be ignored.<br><br></div><div>BTW, package ASDF/PARSE-DEFSYSTEM does not exists in ASDF 3.0.3.<br><br></div><div>I replaced the code that produced the warning in MKCL to signal an error<br>

</div><div>instead. You'll find it in the MKCL 1.1.X git repository master head.<br><br></div><div>If you could cut-&-paste an exact transcript of what led to the message above<br></div><div>it would be quite useful to pinpoint the exact origin of the incident.<br>

<br></div><div class=""><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
When I start up MKCL, and push /home/rpg/common-lisp/asdf/ and<br>
/home/rpg/common-lisp/asdf/uiop/ onto asdf:*central-registry*, then<br>
(asdf:component-pathname (asdf:find-system "asdf")) does the right thing<br>
and (asdf:load-system "asdf") completes, returning T, and afterwards<br>
(ASDF:ASDF-VERSION) returns 3.1.0.116<br>
<br>
So it seems like this might be a bug with the test infrastructure,<br>
instead of a bug with the actual upgrade.<br>
<br></blockquote><div><br></div></div><div>It is probably as you say but MKCL 1.1.X could do a better job at not<br>obfuscating the origin of the problem.<br></div><div> </div><br></div></div></div>
</div><br></div></div>