[Info-vax] SYSTEM-W-REGISFULL, specified region is full
hb
end.of at inter.net
Fri Jun 26 17:16:21 EDT 2015
On 06/26/2015 08:55 PM, Stephen Hoffman wrote:
> On 2015-06-26 17:33:56 +0000, smitty3501 at yahoo.com said:
>
>> Looking for help in resolving an issue. We are migrating from Alpah to
>> Itanium, and as code is recompiled and tested the developers ran into
>> this issue.
>> ...
>> -SYSTEM-W-REGISFULL, specified region is full
>> ...
>> Any ideas on how to figure out what region its talking about ? Going
>> to try and get help from Oracle but as this is for openvms not really
>> holding my breath
>
> It would appear that you're blowing out the address space available.
> Get to OpenVMS V8.4 and patch to current, as there've been a few bugs
> over the years.
>
> Since it's apparently at image activation time, look at or post the link
> maps for the executable image and those for its shareable image
> components. See if you have any ginormous images.
>
It rather looks like the images (main and shared - maybe with debug
info) exceed the limit of P0. If you don't have a map, an ANALYZE/IMAGE
of the main image and all the shareable image should show how big they
are and in which region the VA is allocated. The info is in the PROGRAM
SEGMENT SUMMARY. For each image there is a "Shareable Image List"
printed on the first page, so you should be able to find them all.
ANAYZE/IMAGE is your friend! (Or ask Google to find the tool SHIML -
SHareable IMage List, which lists all the shareable images an image
depends on.)
More information about the Info-vax
mailing list