Patch Name: PHSS_19193 Patch Description: s700_800 10.26 HP C++ (A.10.45) core libraries components Creation Date: 99/09/15 Post Date: 99/10/15 Hardware Platforms - OS Releases: s700: 10.26 s800: 10.26 Products: N/A Filesets: OS-Core.CORE-SHLIBS ProgSupport.LANG-MIN Automatic Reboot?: No Status: General Release Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_19193 Symptoms: PHSS_19193: Port of 10.20 PHSS_18298 (PHSS_18298:) 1. istream::get and getline doesn't work with 8bit delimiter char (PHSS_16605:) 1. A memory fault occurs when there is a throw in a constructor. (PHSS_14731:) 1. When using istrstream to read numbers or a character string at the end of the buffer, the setting of the eof bit is inconsistent. With numbers eof bit is not set. (PHSS_12782:) The following symptoms correspond to the descriptions in the defect descriptions field for PHSS_12782: 1. Incorrect results will occur for strstreambuf::out_waiting() if called after the buffer is expanded. (PHSS_11616:) The following symptoms correspond to the descriptions in the defect descriptions field for PHSS_11616: 1. Index out of range runtime error, MAXINT in user class (PHSS_10767:) The following symptoms correspond to the descriptions in the defect descriptions field for PHSS_10767: 1. Addition of OpenGL support. (PHSS_9096:) The following symptoms correspond to the descriptions in the defect descriptions field for PHSS_9096: 1. iword/pword not initialized according to latest standards 2. Runtime Internal Error: cannot allocate space, leak with +eh & threads 3. sync_with_stdio loses data if sent to a pipe, ESPIPE (PHSS_7497:) 1. Using double/float and >> ws sets failbit for istrstream 2. Threads problems allocating internal storage when many threads are used 3. long long support (PHSS_6469:) The following symptoms correspond to the descriptions in the defect descriptions field for PHSS_6469: 1. Index out of range: GOTOs and +eh don't work together 2. << endl or << flush on ostrstream sets badbit 3. INTERNAL C++ EH RUNTIME THREADS ERROR - SHOULDN'T BE HERE 4. ios::sync_with_stdio() leaks memory 5. -D_THREAD_SAFE breaks cout and cerr, output lost (PHSS_6205:) The following symptoms correspond to the descriptions in the defect descriptions field for PHSS_6205: 1. Problem with iostreams, X::sync() not called for ostream 2. Can't rethrow an exception from within a shared library 3. Destructor without matching constructor when using +eh on nested call 4. Bus error when using ios::sync_with_stdio() Defect Description: PHSS_19193: Port of 10.20 PHSS_18298 (PHSS_18298:) 1. The istream member functions get and getline do not allow the delimiter character to be an 8 bit character. Resolution: The delimiter should be cast to a unsigned char internally. SR: 1653118141 1653141390 5003267732 5003278093 1653149351 4701311159 4701308817 4701276600 1653157487 5003297481 4701225052 4701339895 5003338392 5003371096 1653165225 1653254425 5003421727 Patch Files: /usr/lib/libC.a /usr/lib/libC.ansi.a /usr/lib/libC.1 /usr/lib/libC.ansi.1 what(1) Output: /usr/lib/libC.a: HP C++ HPCPLUSPLUS A.10.45 (990416) /usr/lib/libC.ansi.a: HP C++ HPCPLUSPLUS A.10.45 (990416) /usr/lib/libC.1: HP C++ HPCPLUSPLUS A.10.45 (990416) /usr/lib/libC.ansi.1: HP C++ HPCPLUSPLUS A.10.45 (990416) cksum(1) Output: 511446136 177980 /usr/lib/libC.a 1896487302 178008 /usr/lib/libC.ansi.a 463777765 180224 /usr/lib/libC.1 2840221175 180224 /usr/lib/libC.ansi.1 Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: None Equivalent Patches: PHSS_18298: s700: 10.20 s800: 10.20 Patch Package Size: 760 KBytes Installation Instructions: Please review all instructions and the Hewlett-Packard SupportLine User Guide or your Hewlett-Packard support terms and conditions for precautions, scope of license, restrictions, and, limitation of liability and warranties, before installing this patch. ------------------------------------------------------------ 1. Back up your system before installing a patch. 2. Login as root. 3. Copy the patch to the /tmp directory. 4. Move to the /tmp directory and unshar the patch: cd /tmp sh PHSS_19193 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_19193.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHSS_19193. If you do not wish to retain a copy of the original software, you can create an empty file named /var/adm/sw/patch/PATCH_NOSAVE. WARNING: If this file exists when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. It is recommended that you move the PHSS_19193.text file to /var/adm/sw/patch for future reference. To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHSS_19193.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None