I am unable to extract the exact email communication. Trying to report the issue, as I understood it.
(If I remember it right, Nikhil had fixed it at that time).
Issue 1:
Suppose someone's code contains.
MOV R0, "abx%&*" /*or some weird combination like this". */
CMP R0, R1.
MOV [LOC], R0
MOV R1, [LOC] /* one of these instructions created error - I don't remember which one */
The machine was crashing (segmentation fault core dumped).
Issue 2:
In the lab, on otherwise working file system code written by a student, when an application program (ExpL code) contained:
Create("abx%&*"), /* or something like this */
The resultant XSM code (after ExpL compilation) when run on the simulator again gave "segmentation fault core dumped".
Issue 3:
A file name "abx%&*.xsm" was created and then loaded to XFS disk. When ExpL code containing Exec("abx%&*.xsm) was
compiled and run, segmentation fault core error appeared.
Issue 4:
A file name "abx%&*.dat" was created and then loaded to the XFS disk. When ExpL code containing Open("abx%&.dat*) was
compiled and run, segmentation fault core error appeared.
In all the above, the underlying problem appears to be common.
Could you please try a few weird combinations like these once again and check. If these errors can't be reproduced, we will assume that the issue is fixed,
till someone reports it again :-)