From 374ae053c2dcc153ebfcc2adf9e46b3113ebc356 Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Wed, 17 Apr 2002 15:08:47 +0000 Subject: [PATCH] 0.7.2.14: new bug report from Robert E. Brown --- BUGS | 17 +++++++++++++++++ version.lisp-expr | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/BUGS b/BUGS index 5d4a779..fc6d731 100644 --- a/BUGS +++ b/BUGS @@ -1311,6 +1311,23 @@ WORKAROUND: that the function could cause an error; e.g. (TYPEP #\! '(SATISFIES FBOUNDP)) raises an error when it should return NIL. +162: + When a function is called with too few arguments, causing the + debugger to be entered, the uninitialized slots in the bad call frame + seem to cause GCish problems, being interpreted as tagged data even + though they're not. In particular, executing ROOM in the + debugger at that point causes AVER failures: + * (machine-type) + "X86" + * (lisp-implementation-version) + "0.7.2.12" + * (typep 10) + ... + 0] (room) + ... + failed AVER: "(SAP= CURRENT END)" + (reported by Robert E. Brown 2002-04-16) + DEFUNCT CATEGORIES OF BUGS IR1-#: These labels were used for bugs related to the old IR1 interpreter. diff --git a/version.lisp-expr b/version.lisp-expr index 4f6f89a..0cd9fb3 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -18,4 +18,4 @@ ;;; for internal versions, especially for internal versions off the ;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.7.2.13" +"0.7.2.14" -- 1.7.10.4