Project

General

Profile

Bug #672

Updated by John Abbott about 9 years ago

I created a file (@CRASH.cocoa5@) containing the following:
<pre>
"^\";
</pre>
Note that the string is just 1 character long: with ASCII code 28, but Emacs prints it as @^\@.

Sending this line file to CoCoA-5 (via @C-c C-RET@) for evaluation causes a crash (after a few seconds).

Reading the file directly into CoCoA-5 seems to work OK (well, it does not crash).

Back