Open GoogleCodeExporter opened 9 years ago
Attach screenshots from Paul C.
Original comment by paul.kimpel@digm.com
on 18 Nov 2013 at 2:20
Attachments:
Fixed an invalid address problem in TRW when the source address ended at
@77777. This was happening in Fausto Saporito's APL compile under TSMCP.
Fixed a serious problem in TRN (zone bits were not being cleared to zero) that
resulted in consistent flag bit errors in the CHECKAL Algol Master Test
program. Also fixed a problem with TFFF not being set properly by TRN when the
last character of the source string had a negative zone pattern.
Suspect there remain problems with flag bit errors occurring under heavy load.
Original comment by paul.kimpel@digm.com
on 29 Dec 2013 at 4:24
Found a stack adjustment problem in Processor.indexDescriptor(). Implemented
fix in release 1.00. Also reworked some code in OPDC and DESC operators. Left a
cc.stateDump() call in OPDC in the released code for 1.00 to try to trap this
in the wild.
This appears to have made an improvement, but we still see occasional Flag Bit
aborts, especially when running the system under heavy load. We often see it
when compiling a program with Algol, e.g., "-FLAG BIT ALGOL/CHECKAL= 2, S= 2,
A= 6". That S=2,A=6 address shows up a lot. The problem appears to occur during
procedure exit.
Original comment by paul.kimpel@digm.com
on 28 Sep 2014 at 1:17
Original issue reported on code.google.com by
paul.kimpel@digm.com
on 18 Nov 2013 at 2:05