[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problems with PCL Beta Test version 1/28/88
- To: Rob Pettengill <rcp%sw.MCC.COM@MCC.COM>
- Subject: Problems with PCL Beta Test version 1/28/88
- From: Gregor.pa@Xerox.COM
- Date: Tue, 2 Feb 88 17:09 PST
- Cc: CommonLoops.pa@Xerox.COM
- Fcc: BD:>Gregor>mail>outgoing-mail-1.text
- In-reply-to: <8802022316.AA26838@perseus>
- Line-fold: no
Date: Tue, 2 Feb 88 17:16:16 CST
From: Rob Pettengill <rcp%sw.MCC.COM@MCC.COM>
Redistributed: CommonLoops.pa
Date: Sat, 30 Jan 88 14:00:26 CST
From: Rob Pettengill <rcp%sw.MCC.COM@MCC.COM>
2. The new with-slots* does not work when new name bindings are spedified
for slots. For example:
3. I also have the following error which occurs on a trivial defmethod at
the end of a long pcl file (which compiles fine under the August
version of pcl):
->(ERROR "Received signal number ~s ~@[(~a)~]" 11 "Segmentation
violation")
Sorry, problem #2 was a red herring. It only occurs after I have
gotten the segmentation violation error, #3, in the running lisp
image.
I am glad to hear this since I was unable to reproduce it here. I
believe your segmentation violation may be happening because you are
defining a method with a non-congruent lambda list. Admittedly you
should get a better error message, but try checking to see if that is
what is causing this.
-------