[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
losing with newly released STRING
- To: BUG-LISP at MIT-MC
- Subject: losing with newly released STRING
- From: George J. Carrette <GJC at MIT-MC>
- Date: Mon, 9 Nov 81 06:53:00 GMT
- Original-date: 9 November 1981 01:53-EST
After enough consing/garbage-collection the pnames of strings change.
One way to exhibit the bug:
:NVASL
;; note the value of the following variable
STATUS-SSTATUS-FUNCTION-ALIST
;; then compile a file
(comfile "jl;emacs")
;; about 10% through the file a function which depends on using STRING-EQUAL
;; signals an error, now look at the list
STATUS-SSTATUS-FUNCTION-ALIST
-gjc