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

losing with newly released STRING



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