HP OpenVMS Systemsask the wizard |
The Question is:
On OpenVMS Alpha V7.2 when I do a CONV/FDL I get an ACCVIO. By defining
CONVSHR to use COMVSHR_OLD I am able to do the conversion OK. I have looked
in the release notes for V7.2, but I can't find anything about CONVSHR or
CONVSHR_OLD at all.
$ conv/stat/fdl=gsd1dx gsd1dx.tmp gsd1dx.dat
%SYSTEM-F-ACCVIO, access violation, reason mask=04, virtual
address=000000000013
8000, PC=FFFFFFFF804C17B4, PS=0000001B
Improperly handled condition, image exit forced.
Signal arguments: Number = 0000000000000005
Name = 000000000000000C
0000000000000004
0000000000138000
FFFFFFFF804C17B4
000000000000001B
Register dump:
R0 = 0000000000000001 R1 = 0000000000000030 R2 = 00000000000428F0
R3 = 0000000000042CF0 R4 = 0000000000052168 R5 = 00000000000182B2
R6 = 00000000000000FF R7 = 0000000000149C1B R8 = 0000000000053400
R9 = 000000000012FE0E R10 = 0000000000149C46 R11 = 001F010003E30026
R12 = 00000000001BE438 R13 = 00000000000537E8 R14 = 000000000000019C
R15 = 0000000000000007 R16 = 000000000BF70015 R17 = 0000000000000068
R18 = 0000000000151E4A R19 = 01F500000BF70015 R20 = 0000000000006CF6
R21 = 00000000001380D0 R22 = 0000000000149AC8 R23 = 0000000000053422
R24 = 0000000000000030 R25 = 0000000000053764 R26 = 000000000007FF0C
R27 = 0730FFFFFFFF0000 R28 = FF010007000001F5 R29 = 000000007AF6F950
SP = 000000007AF6F810 PC = FFFFFFFF804C17B4 PS = 100000000000001B
$ def/user convshr sys$share:convshr_old.exe;
$ conv/stat/fdl=gsd1dx gsd1dx.tmp gsd1dx.dat
CONVERT Statistics
Number of Files Processed: 1
Total Records Processed: 3510 Buffered I/O Count: 279
Total Exception Records: 0 Direct I/O Count: 1680
Total Valid Records: 3510 Page Faults: 102
Elapsed Time: 0 00:00:15.94 CPU Time: 0 00:00:04.36
$ drs SYS$COMMON:[SYSLIB]CONVSHR*.EXE
SYS$COMMON:[SYSLIB]CONVSHR.EXE;1 184 21-NOV-1998
00:43:51.94
SYS$COMMON:[SYSLIB]CONVSHR_OLD.EXE;1 475 21-NOV-1998
00:47:09.34
Is a log of CONV/FDL failing.
PS Why isn't V7.2 a valid OpenVMS version yet ?
The Answer is : Please contact the Compaq customer support center, this is a bug. Copies of the data files as well as the FDL file will likely be required.
|