Sujet : Re: Xephyr (on Linux host) and VMS keyboard
De : volker_halle (at) *nospam* hotmail.com (Volker Halle)
Groupes : comp.os.vmsDate : 17. Jun 2025, 15:33:24
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <102rubl$2emum$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Mozilla Thunderbird
Am 17.06.2025 um 13:52 schrieb JKB:
$ analyze /process_dump DECW$WSINIT.DMP
...
%DEBUG-I-NOSOURCE, No source for address: 800000101
Now try:
EXA/INS 80000010
This is a system space address and will show (you can also use SDA to examine the insturction at this address):
SDA> exa/ins 80000010
EXE$QIOW_3: CALLG 04(SP),(R1)
And R1 contains an invalid address value, so the ACCVIO happens.
Volker.