HP3000-L Archives

August 1996, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Reply To:
Date:
Sun, 11 Aug 1996 17:38:07 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (45 lines)
> HHAAALLLLLPPPPPPP!!!!!!!!!!
>    We get reason error -712 subsystem 104 on a call to HPGETPROCPLABEL
> to load MODULE B only if MODULE A was previously loaded. Can anyone point
> us to or actually provide the meaning of these returned values.
> Thanks! - Jim
>
> p.s. We found out why XDB couldn't locate FORTRAN source but had no problem
>      locating C source in a large mixed FORTRAN & C application. The file
>      specified for FTNXL had to be in native MPE format, not posix. When
>      posix (i.e. ./xxx/yyy/FORNAME) the info in .o file pointing to source
>      was not as XDB expected.
>
 
+++
error -712 subsystem 104 is a LDRERR 712:
 
''712''      ''MESSAGE''
 
                           Symbol = !
                           Existent file = !
                           Export SOM = !
                           New file = !
                           SOM = !
 
                      Duplicate data symbols cannot be replaced across
                      different load points.  (LDRERR 712)
 
           ''CAUSE''  A data symbol was found while dynamically loading a
                      library which requires a replacement of a
                      previously bound duplicate.  The LOADER cannot
                      replace an already bound data symbol.  The data
                      symbol attributes from the SOM in the new file
                      exceeds the data symbol attributes of the current
                      data symbol.
 
           ''ACTION'' The message gives the file and the SOM in which the
                      current data symbol exists.  Compare the data
                      symbol declarations in both SOMs.  The data symbol
                      from the export SOM in the existent file must be
                      the most stringent in all attributes (i.e .,
                      largest size, memory residence, and most restricted
                      access rights).
 
woki

ATOM RSS1 RSS2