Issue222856

classification
Title: parser hangs on bad input
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn
Priority: low Keywords:

Created on 2000-11-18.19:37:05 by bckfnn, last changed 2000-11-19.22:06:33 by bckfnn.

Messages
msg163 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.19:37:05
On the following input, the interactive interpreter just *hangs*:

  f("abc"m 80)
msg164 (view) Author: Finn Bock (bckfnn) Date: 2000-11-19.22:06:33
Tested on Solaris 2.8/SunOS 5.8 with JVM's Sun 1.1.8 and Sun 1.2.1. The example works as expected.
History
Date User Action Args
2000-11-18 19:37:05bckfnncreate