[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GC printing out garbage
- To: (BUG LISP) at MIT-MC, GSB at MIT-ML
- Subject: GC printing out garbage
- From: HIC at MIT-MC (Howard I. Cannon)
- Date: Sun, 18 Jun 78 21:26:00 GMT
- Original-date: 18 JUN 1978 1726-EDT
From: GSB@MIT-ML
Date: Thu, 16 Jun 78 10:44:05 GMT
Original-Date: 06/16/78 06:44:05 EDT
Subject: Re: GC printing out garbage
To: (BUG LISP) at MIT-ML
is coming from inside of the STGPNT routine inside the GCPNT2 loop.
What happens is that IFORCE clobbers F - STRT saves it, so that never
cause any problems; it only happens when IFORCE gets entered while
the gc is printing one of the numbers (either the words free or the
percent-free.)
--------
Thanks, this will be fixed in next version.