HP OpenVMS Systemsask the wizard |
The Question is:
I'm compiling GV
(http://wwwthep.physik.uni-mainz.de/~plass/gv/
) with DEC C. Everything works fine until the
compilation of the ghostview.c source file where
I get the following error:
Assertion failure: Deleting instruction with
DefinesRoutineCtx set
Instruction:
COD INSTRUCTION BEQ : NEXT=0111C3E0,
PREV=0111C660, LOCATOR={49852:6-28}, S...
DEFINES_ROUTINE_CTX, OPCODE=57,
NOT_IN_CURRENT_RTN, OP1=R0, OP2=Targ...
%GEM-F-ASSERTION, Deleting instruction with
DefinesRoutineCtx set
%TRACE-F-TRACEBACK, symbolic stack dump follows
image module routine line
rel PC abs PC
DECC$COMPILER GEM_DB GEM__DB_ASSERT_END
844
0000000000000310 0000000000587580
DECC$COMPILER GEM_CODE_CELL
gem_cn_delete_code_cell
109195
00000000000046F0 00000000004646F0
DECC$COMPILER GEM_FI_PEEP MOVE_SECTION
5685
0000000000007A68 00000000006129F8
DECC$COMPILER GEM_FI_PEEP REVERSE_CROSS_JUMP
7842
000000000000A554 00000000006154E4
DECC$COMPILER GEM_FI_PEEP
GEM_FI_PEEP_BRANCH_PROCESSING
3004
0000000000002DE4 000000000060DD74
DECC$COMPILER GEM_FI_PEEP_ALPHA
GEM_FI_PEEP_APPLY_PEEPHOLE
733
00000000000001B8 0000000000615EE8
DECC$COMPILER GEM_FI_PEEP PROCESS_PATTERN_LIST
7461
0000000000009C2C 0000000000614BBC
DECC$COMPILER GEM_FI_PEEP GEM_FI_PEEP
1528
0000000000000600 000000000060B590
DECC$COMPILER GEM_FI rtn_phase 127233
0000000000000B5C 000000000046C89C
DECC$COMPILER GEM_FI gem_fi 127406
0000000000001670 000000000046D3B0
DECC$COMPILER GEM_CO GEM_CO_COMPILE_MODULE
3429
0000000000001040 000000000052BFA0
DECC$COMPILER COMPILE gemc_be_master
85814
0000000000000DAC 00000000001A893C
DECC$COMPILER COMPILE gem_xx_compile
85033
0000000000000000 0000000000000000
DECC$COMPILER GEM_CP_VMS GEM_CP_MAIN
2551
0000000000001BD4 0000000000503714
0
FFFFFFFF866533F4 FFFFFFFF866533F4
%MMK-F-ERRUPD, error status %X19DB800C occurred
when updating target GHOSTVIEW.O
BJ_ALPHA
I found in the help for DEC C that I have to
contact the support for that kind of error. So,
here I am.
Compiler: DEC C invoked by CC/DECC
CC Qualifier:
/warnings=verbose/list/show=messages/NODEB/EXT=STRICT/PREF=ALL
I hope I will find help here or, at least an
indication of where I can find hints to solve my
problem!
Yours,
Roberto.
The Answer is : You have unfortunately contacted the OpenVMS Wizard, and not the Compaq Customer Support Center. As of this writing (in June 2001), Compaq C V6.4A is the current Compaq C compiler version. The OpenVMS Wizard is not particularly aware of any problem reports nor any incompatibilities involving recent Compaq C versions and recent GhostView (GV) and GhostScript (GS) source modules. If you wish to pursue this, you will want to contact the Compaq Customer Support Center directly, and you should expect to provide details of the compiler version -- without the compiler version, the OpenVMS Wizard is not in a position to attempt to duplicate this error. Recent versions of both GhostView and GhostScript are available on the OpenVMS Freeware V5.0 distribution -- please see the OpenVMS FAQ for pointers to the Freeware.
|