Page 1 of 1

PASCAL compiler error during FMS VMSINSTAL Sample Application Program installation

Posted: Wed May 24, 2023 12:49 pm
by ddkrahn
I was installing VSIFMS026 after PASCAL-X86-64-X63-137 had just been successfully installed - the following error was thrown during VMSINSTAL of the Sample Application Programs, but the FMS installation continued on and concluded with a successful install anyway.

Code: Select all

%VSIFMS-I-STARTSAMP, Starting the Sample Application Programs installation...
assert error: expression = PointeeType == cast<PointerType>(Ptr->getType()->getScalarType())->getElementType(), in file /llvm$root/include/llvm-project-10/llvm/
include/llvm/IR/Instructions.h at line 945
VSI Pascal Fatal Error has occurred
%SYSTEM-F-OPCCUS, opcode reserved to customer fault at PC=FFFF830008F336AF, PS=0000001B

  Improperly handled condition, image exit forced.
    Signal arguments:   Number = 0000000000000003
                        Name   = 0000000000000434
                                 FFFF830008F336AF
                                 000000000000001B
    Register dump:
    RAX = 0000000000002EFA  RDI = 0000000000000434  RSI = 0000000000000000
    RDX = 0000000000000000  RCX = 00000000FFFFFFFA  R8  = 0000000000000000
    R9  = 0000000000000000  RBX = 00000000039F6FB0  RBP = 000000007AC35580
    R10 = 0000000000000001  R11 = 0000000000000202  R12 = 00000000038AD258
    R13 = 0000000000000080  R14 = 00000000039F6FB0  R15 = 000000007AC374E8
    RIP = FFFF830008F336AF  RSP = 000000007AC354C0  SS  = 000000000000001B

The PASCAL version of the FMS Sample Application failed
to compile or link.  See the FMS Installation Guide for
error recovery.

%VSIFMS-I-CONTINUE, The installation procedure is continuing...
%VSIFMS-S-SAMPBUILT, Sample Application Programs have built successfully, continuing...
%VSIFMS-I-CONTINUE, Starting Modifiable Message File Procedures installation ...

Re: PASCAL compiler error during FMS VMSINSTAL Sample Application Program installation

Posted: Wed May 24, 2023 1:43 pm
by jreagan
We've already fixed that regression. We'll be updating the compiler kits soon. And I'll make sure this example compiles.

John