[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



From:     KEN@MIT-AI
Date: Tue, 17 May 78 07:55:28 GMT
Original-Date: 05/17/78 03:55:28 EDT
Subject:
    To: (BUG LISP) at MIT-AI
    The new Lisp seems to get stuck fasloading.  Its happened to me twice.
    The one that's easiest to reproduce is:
    :lisp ken;direct
    (go-fast)
    (load'((ken)obtest)) ;;about one cpu minute later it loops fasloading ken1;tutil fasl

    while the exact same sequence works fine with :olisp
    WARNING: to reproduce this you should be on a tv since it does some graphics calls first
---------
There was a bug introduced into recursive fasload's by the introduction of the
new extendable uuolinks stuffwhich has been fixed in the source and a
kludgy (but working!) patch installed to correct the problem in the running 
LISP.  I ran your example through to completion!

--Howard