problem with 3.0.1 beta, "processing check-types agenda"
Hans Chalupsky <[email protected]>
| Newsgroups | gmane.comp.ai.powerloom |
|---|---|
| Message-ID | <[email protected]> |
Peter,
I am not able to reproduce your problem, probably because I am using an
older version of CMUCL (18c). One thing you could try is to run the
commands at the Lisp top-level and send me the error you get. Just do
(in-package "STELLA")
(cc pl-user)
and then type your commands. Our `powerloom' command loop is overly
zealous in catching exceptions which probably doesn't make that much
sense in Lisp. Also, you still won't get the clash you are looking
for, but we'll fix that.
Hans
>>>>> Peter Denno <[email protected]> writes:
> Hi,
> I am running under cmucl: CMU Common Lisp CVS Head 2003-09-14 16:41:12.
> I seem to be able to get through all of the powerloom-run-test tests... pretty
> much. However, the following kicks me out of powerloom without a chance to
> look at the stack:
> (powerloom)
> Welcome to PowerLoom 3.0.1.beta
> Copyright (C) USC Information Sciences Institute, 1997-2003.
> PowerLoom is a trademark of the University of Southern California.
> PowerLoom comes with ABSOLUTELY NO WARRANTY!
> Type `(copyright)' for detailed copyright information.
> Type `(help)' for a list of available commands.
> Type `(demo)' for a list of example applications.
> Type `bye', `exit', `halt', `quit', or `stop', to exit.
> |= (defconcept Primary-Color (?c)
> :<<=>> (member-of ?c (setof Red Green Blue)))
> |c|PRIMARY-COLOR
> |= (defconcept Snark (?x))
> |c|SNARK
> |= (defrelation Boojum ((?x Snark) (?y Primary-Color)))
> |r|BOOJUM
> |= (assert (Snark Fred))
> |P|(SNARK FRED)
> |= (assert (Boojum Fred Olive-Drab))
> |P|(BOOJUM FRED OLIVE-DRAB)
> |= (retrieve all (?x) (Primary-Color ?x))
> Processing check-types agenda...
> ; Caught native non-STELLA exception #<TYPE-ERROR {488DB315}> at top level.
> 0: (DEBUG:BACKTRACE 536870911 #<Synonym Stream to SYSTEM:*STDERR*>)
> 1: (STELLA::%%PRINT-EXCEPTION-CONTEXT #<unavailable-arg> #<unavailable-arg>)
> 2: (STELLA::PRINT-EXCEPTION-CONTEXT #<unavailable-arg> #<unavailable-arg>)
> 3: (STELLA::POWERLOOM)
> 4: (INTERACTIVE-EVAL (POWERLOOM))
> 5: (LISP::%TOP-LEVEL)
> 6: ((LABELS LISP::RESTART-LISP
> SAVE-LISP))
> Exiting PowerLoom.
> NIL
> *
> --
> Best Regards,
> - Peter
> Peter Denno
> National Institute of Standards and Technology,
> Manufacturing System Integration Division,
> 100 Bureau Drive, Mail Stop 8264 Tel: +1 301-975-3595
> Gaithersburg, MD, USA 20899-8264 FAX: +1 301-975-4694
> _______________________________________________
> powerloom-forum mailing list
> [email protected]
> http://mailman.isi.edu/mailman/listinfo/powerloom-forum