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

More info on STRING bug.



	It is always the last word of a string that gets
garbaged, and it is NOT always zeroed; try doing:
	NILE$$^S
	NILAID^K
	(load 'debug)

When it blows out, take a look at STR:GCMARRAY.  You
will find that the majority of strings have had their
last word garbaged, with completely random stuff.

This bug exists in NILAID 1049 AND NILAID 1050, but
NOT in NILAID 1048.  Therefore PLEASE do not delete
NADMP 1048.

	-- Richard