Closed larsbrinkhoff closed 1 year ago
I found that one of my machines running Ubuntu 22.04 exhibit this problem.
Commit | Date | Comment |
---|---|---|
fdf17b80a1725a0d5c14beb89bd9ee1dd5d5f696 | 2021-01-03 | Seems ok. |
e4882ce3bc5c51b3f76c7214931be572f611f5c8 | 2021-01-23 | First commit to introduce KS10. Halts in SALV. |
793c4cd8f01e5f1a60b56b97768be0c543dc15d7 | 2021-02-10 | Halts in SALV. |
296a7b4192ef3837a729323bf0b0aee19c2f4ea1 | 2021-02-27 | SALV ok, problem in COMPLR. |
I kinda promised to provide some way to get CPU history when ILLOPR happens.
The ITS symbol ILUUO is at 14310, so maybe something like this should work:
set cpu history=100000
break 14310
boot ptr
show @LOG cpu history
This would replace the last line in build/mchn/KA/run.
Or build/pdp10-ka/boot?
No, that doesn't work.
Try the lars/illopr branch from the ITS repository.
@rcornwell, the ILLOPR/MPV problem is fixed now, right? If so, this can be closed.
The KA10 simulator will not complete the full ITS build on some host machines (unclear which, or why). We suspect it has been this way since the introduction of KS10 support.
The observable symptom is that COMPR breaks, usually with an
MPV;
error, orILLOPR; 0>>0
.