Patch Name: PHSS_31086 Patch Description: s700_800 11.23 Integrity Unwind Library Creation Date: 04/06/25 Post Date: 04/07/14 Hardware Platforms - OS Releases: s700: 11.23 s800: 11.23 Products: N/A Filesets: OS-Core.CORE2-64SLIB,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP OS-Core.CORE2-SHLIBS,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP ProgSupport.C2-INC,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP Automatic Reboot?: No Status: General Release Critical: No Category Tags: defect_repair enhancement general_release Path Name: /hp-ux_patches/s700_800/11.X/PHSS_31086 Symptoms: PHSS_31086: JAGaf26050: Unwind express library did not properly unwind from routines with a large number of spilled registers. PHSS_30232: JAGae66019: Unwind library was not able to process exceptions thrown under low-memory conditions. PHSS_30017: JAGae93989: Unwind library previously did not support exceptions thrown from a signal handler; the application would have been aborted when an thrown exception was not caught before unwinding into a signal handler frame. Defect Description: PHSS_31086: JAGaf26050: Unwind express library did not properly decode priunat_when descriptor. PHSS_30232: JAGae66019: The unwind library needs to be able to allocate memory in order to unwind, but in low-memory conditions, it could not obtain the necessary memory. PHSS_30017: JAGae93989: The C++ standard explicitly disallows throwing exceptions from a signal handler, so the runtime support was not designed to support it. Enhancement: No (superseded patches contained enhancements) PHSS_30017: JAGae93989: This patch delivers new support for exceptions thrown from a signal handler. SR: 8606365417 8606302660 8606332874 Patch Files: OS-Core.CORE2-64SLIB,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP: /usr/lib/hpux64/libunwind.so.1 OS-Core.CORE2-SHLIBS,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP: /usr/lib/hpux32/libunwind.so.1 ProgSupport.C2-INC,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP: /usr/include/unwind.h /usr/include/uwx.h /usr/include/uwx_self.h what(1) Output: OS-Core.CORE2-64SLIB,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP: /usr/lib/hpux64/libunwind.so.1: HP-UX Unwind Library v1.33 [Tue Jun 8 18:59:44 2004 PDT] OS-Core.CORE2-SHLIBS,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP: /usr/lib/hpux32/libunwind.so.1: HP-UX Unwind Library v1.33 [Tue Jun 8 18:58:32 2004 PDT] ProgSupport.C2-INC,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP: /usr/include/unwind.h: None /usr/include/uwx.h: None /usr/include/uwx_self.h: None cksum(1) Output: OS-Core.CORE2-64SLIB,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP: 1328279616 554568 /usr/lib/hpux64/libunwind.so.1 OS-Core.CORE2-SHLIBS,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP: 2109424272 523912 /usr/lib/hpux32/libunwind.so.1 ProgSupport.C2-INC,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP: 819495338 14006 /usr/include/unwind.h 234108531 12975 /usr/include/uwx.h 1390208652 2114 /usr/include/uwx_self.h Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_30017 PHSS_30232 Equivalent Patches: None Patch Package Size: 1110 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_31086 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHSS_31086.depot By default swinstall will archive the original software in /var/adm/sw/save/PHSS_31086. If you do not wish to retain a copy of the original software, include the patch_save_files option in the swinstall command above: -x patch_save_files=false WARNING: If patch_save_files is false when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. For future reference, the contents of the PHSS_31086.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHSS_31086.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHSS_31086.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None