Patch-ID# 105591-20 Keywords: libc.so.5 libcrun.so.1 libdemangle.so.1 Synopsis: SunOS 5.6: Shared library patch for C++ Date: Jan/23/2004 Install Requirements: None Solaris Release: 2.6 SunOS Release: 5.6 Unbundled Product: libC Unbundled Release: 4.0.1 NOTE: This is patch also apply to libC 4.1, 4.2, 5.0, 5.1, 5.2, 5.3 Xref: This patch available for x86 as patch 104678 Topic: Relevant Architectures: sparc BugId's fixed with this patch: 1136478 1146175 1147044 1147577 1148647 1151825 1159647 1160084 1161999 1164100 1165177 1166414 1169658 1171426 1172054 1172379 1173166 1174107 1178171 1180564 1182934 1184772 1187592 1193580 1194462 1195674 1232305 1232579 1232632 1254838 1259645 1262573 1264396 1265054 4005413 4022750 4050876 4058012 4067988 4079317 4082776 4089011 4100612 4100882 4101606 4103581 4121018 4123883 4132688 4173766 4181458 4183435 4187260 4187325 4190043 4191439 4193618 4199857 4205763 4271402 4285270 4318566 4338406 4347621 4351467 4353299 4358182 4368974 4375346 4380359 4381048 4383064 4384942 4386796 4388216 4398422 4409167 4413674 4418755 4423447 4432338 4448928 4466915 4493832 4496576 4497997 4498279 4520126 4522461 4528281 4531069 4589227 4614582 4618537 4619221 4619891 4624113 4627871 4641533 4660290 4679619 4686364 4709155 4733569 4781016 4794587 4797953 4820555 4853946 4856138 4953582 4953639 Changes incorporated in this version: 4953582 4953639 Patches accumulated and obsoleted by this patch: 101242-13 Patches which conflict with this patch: Patches required with this patch: 107733-09 or greater Obsoleted by: Files included with this patch: /usr/include/demangle.h /usr/lib/cpu/sparcv8plus/libCstd.so.1 /usr/lib/libC.so.5 /usr/lib/libCrun.so.1 /usr/lib/libCstd.so.1 /usr/lib/libExbridge.so /usr/lib/libExbridge.so.1 /usr/lib/libdemangle.so.1 /usr/lib/libiostream.so.1 Problem Description: 4953582 stringstream::seekg() does not set the current pointer at the designated positio 4953639 istream::getline reads upto n-2 characters where n is buffer size (from 105591-19) 4853946 static template class variable must be __global when use -xldscope=symbolic 4856138 libCstd string class does not pass correct size to deallocator (from 105591-18) 4794587 ostream "internal" padding incorrect for hex 4797953 c++: -mt option causes not to catch std::bad_alloc exception. 4820555 error in InterlockedDecrement() (from 105591-17) 4781016 libCstd header : formal parameter in definition used in specializati (from 105591-16) 4619221 New C++ apps and/or libs won't run properly with legacy libs 4709155 MT program crashes in insertion operator 4733569 specific request to make the mixed-mode exception library avail. on sol 2.6 (from 105591-15) 4618537 STL vector::resize Read from unallocated 4660290 ostringstream produces incorrect results with C++ Compiler 5.3 4679619 cast fails when program is compiled using Forte 6u2 4686364 ofstream::flush() stopped working (from 105591-14) 4271402 typeid() leaks memory 4522461 g++ compiled code runs faster than f6u1 & 2 4528281 ofstream destructor closes file descriptor it did not open 4589227 phys. read() is suboptimal in ifstream::getline()/libC 4619891 __rwstd::InterlockedIncrement() broken in generic libCstd.a 4624113 C++ 5.3: std::list::splice memory management bug 4627871 libCstd: code using unique_copy doesn't compile 4641533 missing exported functions in libCstd.so nobugid Removed references to __threaded (from 105591-13) 4520126 C++ 5.3 standard string class causes memory leak 4531069 Memory leak in += operator in std:string 4614582 basic_ios::operator=() is invalid (from 105591-12) 4493832 Forte 6 compiled code with nested dlopen/dlclose fails unexpectedly on 2.6 & 2.7 4496576 missing extern C++ overloads of bsearch() and qsort() 4497997 uses an unprotected name 4498279 missing #definition for FLT_ROUNDS (from 105591-11) 4423447 poor performance of malloc causes application to run 50% slower than egcs 4466915 istream::read() reads the first input character twice (from 105591-10) 4205763 intel: abi1: c++/dbx throw object type not found 4285270 C++ 5.0, EOF not recognized when whitespace skipping is enabled 4338406 C++: Test gives incorrect results when compiled with -xO4 4347621 I/O is slow in standard iostreams 4351467 Non-member bitset operators are giving illegal operation error in STL. 4353299 Unable to output 'wchar_t' into 'wfstream' 4358182 C++ code compiled w/ -PIC fails to link due to libCstd.a compiled w/ -K pic 4368974 string assignment after update gives wrong answer 4375346 c++ std. library performs poorly for multi-threaded apps. with large no. of stri 4380359 STL std::find algorithm requires != operator 4381048 mutual exclusion not enforced in get_thr_data() 4383064 STL vector::resize returns uninitialized memory 4384942 string::npos missing from libCstd 4386796 STL vectors have high memory overhead 4388216 libiostream.a in 5.2 Compiler needs to be compiled with -KPIC or without -Kpic 4398422 Classic iostream: new[] deleted with delete instead of delete[] 4409167 CC 5.2 performance is poor compared to CC 4.2 4413674 JNI has problems with libCstd 4418755 Changes in mapping of ex_throw/__exdbg* entries breaks debugging of exceptions 4432338 /opt/SUNWspro/WS6/include/CC/Cstd/stdcomp.h conflicts with tools.h++&threads.h++ nobugid Fixed problem with list<>::merge() nobugid Add versions of libCstd.so.1 and libiostream.so.1 to package 4448928 multi-thread test program failed for Intel OS 5.8 and 5.9 only (from 105591-09) None (from 105591-08) 4318566 cpu2000 fails on 581 (from 105591-07) 4123883 Error in Exception Handling (from 105591-06) 4058012 segmentation fault in exeption handling (rethrow from unexpected) 4101606 C++ program crashes with exception in constructor when optimized 4132688 C++ 4.2 : destructor not called without -g in a exception 4190043 Test E1166414 times out (x86 only) 4193618 Wide streams (wcout, et al.) not initialized properly 4199857 Missing symbols from libCrun.so.1 (from 105591-05) 4181458 std::nothrow not defined in libCrun 4173766 dynamic cast from private base class allowed ABI1 4103581 xmsg incorrect implementation 4183435 Tagless structs need better demangling. 4187260 Demangler interprets abbreviations wrong. 4187325 demangler crashes on the following name 4191439 missing _ex_dbg functions in libC of C++ 5.0 (from 105591-04) 4079317 C++ code gives a segmentation fault at ex_throw 4082776 dynamic casting ostream() call problem - runtime core dump 4067988 C++ 4.2 copy constructor problem (from 105591-03) None (from 105591-02) 4100612 strstream not working correctly within libC.so.5 4100882 2.6 C++ 4.2 runtime library prob with strstream. 4089011 Deadlock in IOStream::InitLock while processing .init sections 4050876 dynamic_cast won't let you cast to derived type 4121018 dbx reporting RUA errors against sync_with_stdio (from 105591-01) None (from 101242-13) 4005413 throw is not thread safe (from 101242-12) 4022750 C++ multi-threaded code generates a signal fault in critical section (from 101242-11) 1265054 Using C++4.1 on 2.5 strstream gets premature EOF. 1264396 Cfront defines detach() as a member of fstreambase but C++ 4.x compiler does not 1254838 demangler bug: dbx dumps core trying to read C++ source file 1259645 ifstream class doesnt 'or' options with ios::in if options specified in ctor 1262573 Problems with the stream class contructor, c++ 4.1 1232632 Incorrect iostream behavior 1232579 ofstream::setbuf() works differently between SC2.0.1 & SC3.0.1 C++ 1232305 instance of strstream class using istream get() member function doesnt work (from 101242-10) 1174107 functions add-vector and check_addr take intensive cpu resources 1193580 Problem with binary data in iostreams 1194462 fstream .open behavior with ios::out worked at 3.0.1, is broken at 4.0.1 1195674 exception lists for shared object are MT-unsafe (from 101242-09) 1187592 The fstream class does not handle pipes (FIFO) properly. 1180564 istreams get set to EOF when a SIGALRM happens 1184772 ios formatting fails to print floating point numbers as printf() 1182934 Writing to a strstream moves the get (tellg) pointer (from 101242-08) 1178171 constructors not called for array allocated using (placement) new (from 101242-07) 1172054 strstream::seekp(val) does not actually change the put pointer 1172379 C++ 4.0 insertion into ostrstream is slow 1173166 C++ dumps core at ostream() call (from 101242-06) 1160084 When operator new throws an exception, it does not release lock 1161999 Inputting of float values does not work in French/German locales 1165177 streams tellp() method repositions input stream pointer - it shouldn't 1169658 libC.so.5 shared-lib dependencies are wrong 1164100 Destructor for some exceptions not called on exit from handler 1166414 Need to have per thread set_terminate and set_unexpected functions 1171426 Exception stack area not properly freed in MT application (from 101242-05) 1151825 bad slines for try blocks breaks dbx's whocatches 1159647 array destructors are not thread safe in C++4.0.1 (from 101242-04) 1148647 cafe mangled name change invalidates bundled libC.so.4 - patch not sufficient (from 101242-03) 1147044 Memory leak in cafe's libC 1147577 program using cin/cout in static constructor coredumps with -mt (from 101242-02) 1146175 mt programs linked dynamically with libC don't work (from 101242-01) 1136478 Need a patch for libC.so.4 on s493 Patch Installation Instructions: -------------------------------- For Solaris 5.6 release, refer to the man pages for instructions on using 'patchadd' and 'patchrm' scripts provided with Solaris. Any other special or non-generic installation instructions should be described below as special instructions. The following example installs a patch to a standalone machine: example# patchadd /var/spool/patch/104945-02 The following example removes a patch from a standalone system: example# patchrm 104945-02 For additional examples please see the appropriate man pages. Special Install Instructions: ----------------------------- README -- Last modified date: Friday, January 23, 2004