Re: Xephyr (on Linux host) and VMS keyboard

Liste des GroupesRevenir à co vms 
Sujet : Re: Xephyr (on Linux host) and VMS keyboard
De : mw40171 (at) *nospam* mucweb.de (hb0815)
Groupes : comp.os.vms
Date : 19. Jun 2025, 11:55:27
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <1030qav$3qpvm$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13
User-Agent : Mozilla Thunderbird
On 6/18/25 12:33, JKB wrote:
...
Thanks, I have set term/inquire in sys$login:login.com. Modification
done, but doesn't fix access violation error.
...
I didn't expect this to fix the ACCVIO. To me, it only proves that your login.com is being executed here.

$ analyze /process_dump DECW$WSINIT.DMP
Condition signalled to take dump:
%SYSTEM-F-ACCVIO, access violation, reason mask=01, virtual address=1211100F, PC
=80000010, PSL=03C00004
          OpenVMS VAX Debug Version V7.3-017
  DBG> examine/instruction 2147483664
2147483664:     CALLG    B^4(SP),(R1)
DBG> display reg
DBG>
  How can I display registers ?
You already know their exact contents from the register dump.
To match with the register dump and/or the above ACCVIO message:
DBG> set rad hex
To see all register contents
DBG> ex %r0:r15
The CALLG uses an argument list, which is on the stack. Maybe you can find something useful on the stack.

In the log file, is there any message about not being able to create a process dump?
>
  Nope 🙁
You connect to XDM on the VAX, correct? That is, DECW$WSINIT runs in the context of the TCPIP$XDM user. In case there is a resource problem, it may not be possible to write a process dump, just because doing so requires resources, too. It's not obvious whether that is the case or not. The fact that you get a process dump for the same ACCVIO when running DECW$WSINIT interactively, indicates that the underlying problem for the ACCVIO is not a resources problem.

I have set accounting before posting. Strangely, all ACCVIO are
not loggued.
I'm not sure I understand what you mean.

 DECW$WSINIT Image Termination
-----------------------------
Username:          BERTRAND          UIC:               [BERTRAND]             Account:                             Finish time:       14-JUN-2025 15:23:09.75
Process ID:        00000131          Start time:        14-JUN-2025 15:23:07.67
Owner ID:                            Elapsed time:                0 00:00:02.08
Terminal name:                       Processor time:              0 00:00:01.52
Remote node addr:                    Priority:          4  Remote node name:                    Privilege <31-00>: 00108000
Remote ID:                           Privilege <63-32>: 00000000
Remote full name:                                                              Queue entry:                         Final status code: 1000000C
Queue name:                                       Job name:                                                 Final status text: %SYSTEM-F-ACCVIO, access violation, reason mask=!XB, virtual
 Page faults:              939        Direct IO:                  8
Page fault reads:          42        Buffered IO:              121
Peak working set:        1482        Volumes mounted:            0
Peak page file:          2578        Images executed:            3
                                                                              Image name: FERMAT$DUA0:[SYS0.SYSCOMMON.][SYSEXE]DECW$WSINIT.EXE       
The ACCVIO is logged - as well as it can be logged by the accounting facility. The “Final status code” is translaated to “%SYSTEM-F-ACCVIO”, but information about the PC etc. is not available at the time the program terminates.

Date Sujet#  Auteur
10 Jun 25 * Xephyr (on Linux host) and VMS keyboard35JKB
10 Jun 25 +* Re: Xephyr (on Linux host) and VMS keyboard33Simon Clubley
13 Jun 25 i`* Re: Xephyr (on Linux host) and VMS keyboard32JKB
13 Jun 25 i `* Re: Xephyr (on Linux host) and VMS keyboard31Simon Clubley
13 Jun 25 i  +* Re: Xephyr (on Linux host) and VMS keyboard6Robert A. Brooks
14 Jun 25 i  i`* Re: Xephyr (on Linux host) and VMS keyboard5Arne Vajhøj
14 Jun 25 i  i `* Re: Xephyr (on Linux host) and VMS keyboard4Arne Vajhøj
14 Jun 25 i  i  `* Re: Xephyr (on Linux host) and VMS keyboard3Lawrence D'Oliveiro
14 Jun 25 i  i   `* Re: Xephyr (on Linux host) and VMS keyboard2Arne Vajhøj
16 Jun 25 i  i    `- Re: Xephyr (on Linux host) and VMS keyboard1Arne Vajhøj
14 Jun 25 i  `* Re: Xephyr (on Linux host) and VMS keyboard24JKB
14 Jun 25 i   +- Re: Xephyr (on Linux host) and VMS keyboard1hb0815
14 Jun 25 i   `* Re: Xephyr (on Linux host) and VMS keyboard22hb0815
15 Jun 25 i    +- Re: Xephyr (on Linux host) and VMS keyboard1Lawrence D'Oliveiro
16 Jun 25 i    `* Re: Xephyr (on Linux host) and VMS keyboard20JKB
16 Jun 25 i     +* Re: Xephyr (on Linux host) and VMS keyboard2Craig A. Berry
16 Jun 25 i     i`- Re: Xephyr (on Linux host) and VMS keyboard1Craig A. Berry
16 Jun 25 i     `* Re: Xephyr (on Linux host) and VMS keyboard17hb0815
17 Jun 25 i      `* Re: Xephyr (on Linux host) and VMS keyboard16JKB
17 Jun 25 i       +* Re: Xephyr (on Linux host) and VMS keyboard7Volker Halle
17 Jun 25 i       i`* Re: Xephyr (on Linux host) and VMS keyboard6JKB
17 Jun 25 i       i `* Re: Xephyr (on Linux host) and VMS keyboard5JKB
17 Jun 25 i       i  `* Re: Xephyr (on Linux host) and VMS keyboard4Volker Halle
17 Jun 25 i       i   `* Re: Xephyr (on Linux host) and VMS keyboard3JKB
17 Jun 25 i       i    `* Re: Xephyr (on Linux host) and VMS keyboard2Volker Halle
17 Jun 25 i       i     `- Re: Xephyr (on Linux host) and VMS keyboard1JKB
17 Jun 25 i       `* Re: Xephyr (on Linux host) and VMS keyboard8Lawrence D'Oliveiro
18 Jun 25 i        `* Re: Xephyr (on Linux host) and VMS keyboard7JKB
18 Jun 25 i         `* Re: Xephyr (on Linux host) and VMS keyboard6Volker Halle
18 Jun 25 i          `* Re: Xephyr (on Linux host) and VMS keyboard5JKB
19 Jun 25 i           +* Re: Xephyr (on Linux host) and VMS keyboard2hb0815
19 Jun 25 i           i`- Re: Xephyr (on Linux host) and VMS keyboard1JKB
19 Jun 25 i           `* Re: Xephyr (on Linux host) and VMS keyboard2Simon Clubley
19 Jun 25 i            `- Re: Xephyr (on Linux host) and VMS keyboard1JKB
11 Jun 25 `- Re: Xephyr (on Linux host) and VMS keyboard1Lawrence D'Oliveiro

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal