Australia - Updated: 24-SEP-2003
hp.com home products and services support and drivers solutions how to buy
» contact hp
hp.com home hp OpenVMS ECOs

IMPORTANT NOTICE

The online distribution of OpenVMS and related product patches is being migrated to the HP ITRC (Information Technology Resource Center) patch distribution site. The new ITRC patch server will allow OpenVMS customers to take advantage of many enhanced features for patch searching and distribution.

Beginning August 1, 2003, OpenVMS and related Layered Product, publicly available patches will be available from the HP ITRC web site at

http://itrc.hp.com/service/patch/mainPage.do

The same patches will still be available from the existing patch server in Colorado Springs (http://www.support.compaq.com/patches/) through the end of October 2003, to give customers sufficient time to update their bookmarks and make the transition to the HP ITRC web site.

ECO kits will also be available by raw FTP from (ftp://ftp.itrc.hp.com/).

PLEASE UPDATE YOUR BOOKMARKS AND REGISTER ON THE NEW SITE NOW

Note: if you're having trouble connecting to the ITRC site, please delete any cookies for "itrc.hp.com" from your browser and try again. Report any difficulties with or suggestions to MrVMS

» Sydney CSC home page

Navigation
» ECOinfo main index
» Search ECOs
» Search FTP site
» Browse FTP site

ECO Indexes
» Chronological Index
» Indexed by Version
» Indexed by Rating
» Alpha Indexed by Name
» VAX Indexed by Name
» On Hold List

Associated Links
» OpenVMS Home Page
» OpenVMS News
» DIA/WIS Web Service

Feedback
» mail to CSC
.
Sydney Customer Support Centre OpenVMS ECO information
    Updated: 24-SEP-2003 (Use your browsers' Reload button to ensure you're viewing the most recent version)

VMS712_LIBRTL-V0100 Alpha V7.1-2 LIBRTL ECO Summary

To obtain this kit please call the Customer Support Centre or use the FTP site

Search for this ECO kit and dependencies
Search the Compaq FTP web site this kit (exact match)
Search the Compaq FTP web site this or related ECOs

    
      
    Copyright (c) Compaq Computer Corporation 2000.  All rights reserved.
    
    New Kit:            24-JAN-2001
    Modification Date:  06-MAR-2001
    Modification Type:  Documentation:  Corrected kit name in Kit
                                        Dependencies section.
    
    OP/SYS:     OpenVMS Alpha
    
    COMPONENT:  LIBRTL
    
    SOURCE:     Compaq Computer Corporation
    
    ECO INFORMATION:
    
         ECO Kit Name:  VMS712_LIBRTL-V0100
                        DEC-AXPVMS-VMS712_LIBRTL-V0100--4.PCSI
         ECO Kits Superseded by This ECO Kit:  None
         ECO Kit Approximate Size:  4176 Blocks
         Kit Applies To:  OpenVMS Alpha V7.1-2
         System/Cluster Reboot Necessary:  Yes
         Rolling Re-boot Supported:  Yes
         Installation Rating:  INSTALL_3
                                3 - To be installed on all systems running
                                    the listed versions of OpenVMS which
                                    are experiencing the problems described.
    
         Kit Dependencies:
    
           The following remedial kit(s) must be installed BEFORE
           installation of this kit:
    
    	     VMS712_UPDATE-V0300
                 VMS62TO71U2_PCSI-V0100
    
           In order to receive all the corrections listed in this
           kit, the following remedial kits should also be installed:
    
             None
    
    
    
    ECO KIT SUMMARY:
    
    An ECO kit exists for LIBRTL on OpenVMs Alpha V7.1-2
    This kit addresses the following problems:
    
    Problems Addressed In VMS712_LIBRTL-V0100:
    
       o  A failure to unwind properly occurs when  a  large  amount  of
          stack space is being used.  This could result in an improperly
          handled condition error, or a bad stack notification, or other
          error.
    
              Images Affected:  [SYSLIB]LIBRTL.EXE
                                [SYSLIB]LIBRTL_INSTRUMENTED.EXE
    
    
       o  A synchonization failure occurs for multithread programs using
          the DEC C RTL routine malloc and free with "long" pointers (P2
          space heap routines).  These DEC C RTL routines  in  turn  use
          the   LIBRTL  Routines  LIB$VM_MALLOC_64  and  LIB$VM_FREE_64.
          Symptoms could be varied, including "%LIB-F-MEMALRFRE,  memory
          already free" errors.
    
          For an application to see this problem it would have to do all
          of the following:
    
               -  Call the DEC C RTL routines malloc and free
    
               -  Be multithreaded
    
               -  Be compiled with the/POINTER_SIZE=LONG  and
                  /REENTRANCY=MULTITHREAD switches
    
               -  Be linked
                  /THREADS_ENABLE=(MULTIPLE_KERNEL_THREADS,UPCALLS)
    
               -  Be run on a  multiprocessor  system  with  kernel  threads
                  enabled.
    
    
              Images Affected:  [SYSLIB]LIBRTL.EXE
                                [SYSLIB]LIBRTL_INSTRUMENTED.EXE
    
    
       o  STR$DIVIDE produces incorrect results for  certain  divisions.
          For example:
    
              A:  sign =  0,  exp = -2,  digits = "41291"
              B:  sign =  0,  exp = -6,  digits = "787564"
              rndtrc = 1, totdig = 2
    
              The incorrect result is:
    
              C:  sign =  0,  exp = -2,  digits = "28147068226765"
    
              The the correct result is:
    
              C:  sign =  0,  exp = -2,  digits = "52429"
    
    
              Note that STR$DIVIDE is used by the basic RTL and this problem
              was  initially  reported  as  a  problem  with  the BASIC $QUO
              function.
    
              Images Affected:  [SYSLIB]LIBRTL.EXE
                                [SYSLIB]LIBRTL_INSTRUMENTED.EXE
    
    
       o  STR$DIVIDE will  report  a  memory  allocation  error  if  the
          TOT_DIGITS parameter is negative.
    
              Images Affected:  [SYSLIB]LIBRTL.EXE
                                [SYSLIB]LIBRTL_INSTRUMENTED.EXE
    
    
       o  STR$COPY_R may erroneously return STR$_FATINTERR under certain
          conditions  involving  freeing  the  previous  contents  of  a
          dynamic string.  This problem may also occur with the  routine
          LIB$SCOPY_R_DX.   These  routines are frequently used by other
          RTL   routines   to   return   string   values.     Therefore,
          STR$_FATINTERR  may be returned or signaled by a number of RTL
          routines, including the BASIC RTL.  The conditions needed  for
          this to occur are rare.
    
              Images Affected:  [SYSLIB]LIBRTL.EXE
                                [SYSLIB]LIBRTL_INSTRUMENTED.EXE
    
    
       o  LIB$FIND_VM_ZONE does  not  show  all  zones  when  there  are
          multiple zones created and the algorithm is VM_FIXED.
    
              Images Affected:  [SYSLIB]LIBRTL.EXE
                                [SYSLIB]LIBRTL_INSTRUMENTED.EXE
    
    
    
    RELATED ARTICLES:
    
    Detailed articles describing the problems listed above may exist in
    the OPENVMS database(s).  To view these articles,open the appropriate
    product database and perform a query using either of the following
    search strings: 'VMS712_LIBRTL-V0100' or 'VMS712_LIBRTL'.
      
    
    ECO KIT ORDERING INSTRUCTIONS:
    
    If after an evaluation you wish to obtain this kit, request it
    electronically using the appropriate Advanced Electronic Services
    (AES) Service Tool.  If you are not familiar with how to request
    kits electronically, open the DIA, WIS or DSNLINK database and
    review the article entitled:
    
         [AES] How To Electronically Request ECO Kits Using Service Tools
    
    
    INSTALLATION NOTES:
    
    This kit requires a system reboot.  Compaq strongly recommends that
    a  reboot  is performed immediately after kit installation to avoid
    system instability
    
    If you have other nodes in your OpenVMS cluster, they must also  be
    rebooted  in  order  to make use of the new image(s).  If it is not
    possible or convenient to reboot the entire cluster at this time, a
    rolling re-boot may be performed.
    
    Install this kit with the POLYCENTER Software installation  utility
    by logging into the SYSTEM account, and typing the following at the
    DCL prompt:
    
    PRODUCT INSTALL VMS712_LIBRTL /SOURCE=[location of Kit]
    
    The kit location may be a tape drive, CD, or a disk directory that
    contains the kit.
    
    Additional help on installing PCSI kits can be found by typing
    HELP PRODUCT INSTALL at the system prompt
    
    
    All trademarks are the property of their respective owners.
      
      ==========================================================================
      |                     Table of Kit Image Information                     |
      +----------------------------+----------+-----------------+--------------+
      |                            | Overall  | Image File      | Image Link   |
      | Image Name                 | Checksum | Identification  | Date/Time    |
      +----------------------------+----------+-----------------+--------------+
      | LIBRTL.EXE                 | 171DEED2 | X01-001         | 12-DEC-2000  |
      |                                       |                 | 16:37:40.89  |
      +----------------------------+----------+-----------------+--------------+
      | LIBRTL_INSTRUMENTED.EXE    | C804B90D | X01-001         | 12-DEC-2000  |
      |                                       |                 | 16:38:08.13  |
      +----------------------------+----------+-----------------+--------------+
    
privacy statement using this site means you accept its terms feedback to the webmaster
VMS rules VMS rocks OpenVMS rules OpenVMS rocks