[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference vaxuum::document_ft

Title:DOCUMENT T1.0
Notice:**New notesfile (DOCUMENT.NOTE) now available (see note 897)**
Moderator:CLOSET::ADLER
Created:Mon Feb 09 1987
Last Modified:Thu Oct 31 1991
Last Successful Update:Fri Jun 06 1997
Number of topics:897
Total number of notes:4397

299.0. "%SYSTEM-F-ACCVIO" by MARTY::FRIEDMAN () Fri Apr 24 1987 10:41

Has anyone seen an error like this before? The file processes fine on VMS 4.4
systems, but on this 4.5 system we get the following:

--------------------------------------------------------------------------------

$ document/symb=s725gdf.gnc/pro=s725pro s725c1 layered ln03/noprint
%DOC-I-IDENT, VAX DOCUMENT T1.0-001
[ T a g   T r a n s l a t i o n ]...
%TAG-I-TAG_IDENT, T1.0
%TAG-I-DEFSLOADD, End of Loading of Tag Definitions
%SYSTEM-F-ACCVIO, access violation, reason mask=05, virtual address=02343704, PC=0023B0B9, PSL=03C00004

  Improperly handled condition, image exit forced.

	Signal arguments	      Stack contents

%SYSTEM-F-ROPRAND, reserved operand fault at PC=80000010, PSL=03C00000

  Improperly handled condition, image exit forced.

	Signal arguments	      Stack contents

	Number = 00000003		 80017E92
	Name   = 00000454		 00000002
		 80000010		 7FF3E1A0
		 03C00000		 7FF3E188
					 00000004
					 7FF3DFB8
					 00000001
					 7FF3DF99
					 7FF3DFB4
					 03000001

	Register dump

	R0 = 7FF3DFB9  R1 = 7FFE6403  R2 = 000000FC  R3 = 7FF3E2EC
	R4 = 00000000  R5 = 00000004  R6 = 7FF3E3EC  R7 = 7FF3E26D
	R8 = 7FF3E400  R9 = 7FF3E254  R10= 7FF3E2EC  R11= 7FF3E2A8
	AP = 7FF3E144  FP = 7FF3E104  SP = 7FF3E178  PC = 80000010
	PSL= 03C00000

T.RTitleUserPersonal
Name
DateLines
299.1Several timesCLT::KAVANAGHFri Apr 24 1987 11:2911
    
    
    
    I have.  It turned out to be a problem with the queue.
    You can test it by submitting the same job on two different
    batch or build queues.  I have never seen that error when
    using DOCUMENT interactively.
    
    eileen

    
299.2Wish it was that simple...MARTY::FRIEDMANFri Apr 24 1987 11:443
We get the problem when running DOCUMENT interactively.

Marty
299.3it is a tough oneCLOSET::ANKLAMFri Apr 24 1987 13:239
    
    We had this problem on another V4.5 machine, and still haven't
    tracked it down. At least, it may be the same problem if:
    
    the file contains <table> tags
    a one-line file (no <table> tags) processes ok.
    
    -pa
    
299.4More InfoMARTY::FRIEDMANFri Apr 24 1987 14:5328
    -The file has no <TABLE> tags.
    -I ran a file containing only a table and it processed ok.
    -The node in question is on a cluster, with one other node.
    
    According to the VMS System Message Manual, this error means one
    of two things:
    
    1. An image attempted to read from or write to a memory location
    that is protected from the current mode.
    
    2. An attempt has been made to make the user stack larger than the
    user's virtual address space.
    
    I tried upping all relevant process and system parameters:
    
    PROCESS: pgflquo,wsdef,wsquo,wslim
    SYSTEM:  virtualpagecnt
    
    No luck here. So I figure the problem must be #1.
    
    The message appeared during pass 2 of the text translator. What
    image is involved here that might be trying to read from or write to
    a protected memory location? 
    
    Thanks.
                                                             
    
    Marty
299.5pass 1? pass 2?VAXUUM::KOHLBRENNERFri Apr 24 1987 15:375
    Marty, the tag translator hasn't even finished pass 1,
    why did you think it was in pass 2?
    
    bill
    
299.6MARTY::FRIEDMANFri Apr 24 1987 16:204
    Sorry, I thought that when you get the message "End of Loading of
    Tag Definitions" that pass 1 was completed. My mistake.
    
    M