Are there any differences betwen VMWare Pro 17.5.2 and ESXI 8.02 which would result in an application running correctly one VM platform, but failing on the other?
The application in question relies on the network and I think uses threads under Pascal. It works fine under VMware Pro 17.5.2 but gives crashes out messily under ESXi.
Code: Select all
$ Set NoOn
$ VERIFY = F$VERIFY(F$TRNLNM("SYLOGIN_VERIFY"))
%SYSTEM-F-ACCVIO, access violation, reason mask=05, virtual address=000000007ACBE000, PC=FFFF830006C0DC8B, PS=0000001B
Improperly handled condition, image exit forced by last chance handler.
Signal arguments: Number = 0000000000000005
Name = 000000000000000C
0000000000000005
000000007ACBE000
FFFF830006C0DC8B
000000000000001B
Register dump:
RAX = 0000000000000000 RDI = 000000007FF7BC20 RSI = 0000000000000001
RDX = 0000000000000000 RCX = 000000007ACBDE28 R8 = 00000000402B2000
R9 = 0000000000000000 RBX = FFFFFFFF804BA3A0 RBP = 000000007ACBCEC0
R10 = 0000000000002800 R11 = 0000000000000246 R12 = 0000000000000000
R13 = FFFFFFFF804BA220 R14 = FFFFFFFF804BA388 R15 = FFFFFFFF804BA370
RIP = FFFF830006C0DC8B RSP = 000000007ACBCB50 SS = 000000007B258210
%SYSTEM-F-ACCVIO, access violation, reason mask=06, virtual address=000000000000002C, PC=FFFF830008CF33AA, PS=0000001B
Improperly handled condition, image exit forced.
Signal arguments: Number = 0000000000000005
Name = 000000000000000C
0000000000000006
000000000000002C
FFFF830008CF33AA
000000000000001B
Register dump:
RAX = 0000000000000000 RDI = 0000000000000001 RSI = 000000007B3E4101
RDX = 0000000000000004 RCX = 000000007ACBA6F0 R8 = 000000007B3E4101
R9 = 0000000001100000 RBX = 000000007B596738 RBP = 000000007ACBA830
R10 = 000000007ACBA6F0 R11 = 0000000000000202 R12 = 0000000000000002
R13 = 000000007B59B148 R14 = 000000007B59B150 R15 = 000000007B59E010
RIP = FFFF830008CF33AA RSP = 000000007ACBA690 SS = 0000000000261280
MID_99_SYS job terminated at 23-SEP-2024 13:14:26.25
Accounting information:
Buffered I/O count: 99 Peak working set size: 13856
Direct I/O count: 49 Peak virtual size: 287472
Page faults: 933 Mounted volumes: 0
Charged CPU time: 0 00:00:00.04 Elapsed time: 0 00:00:00.17
The ESXi machine should be a copy of the VMWare Pro machine.