Sun C++ compiler dumps core during compiling mozilla!

I have tried to build mozilla 0.9.6 using Sun compiler, but it dumps core:
CC -o nsDOMClassInfo.o -c -DOSTYPE=\"SunOS5\" -DOSARCH=\"SunOS\" -DOJI -D_IMPL_NS_DOM -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/webbrwsr -I../../../dist/include/js -I../../../dist/include/widget -I../../../dist/include/gfx -I../../../dist/include/layout -I../../../dist/include/content -I../../../dist/include/content_xsl -I../../../dist/include/caps -I../../../dist/include/docshell -I../../../dist/include/xpconnect -I../../../dist/include/pref -I../../../dist/include/oji -I../../../dist/include/necko -I../../../dist/include/java -I../../../dist/include/locale -I../../../dist/include/uriloader -I../../../dist/include/sidebar -I../../../dist/include/xuldoc -I../../../dist/include/timer -I../../../dist/include/webshell -I../../../dist/include/view -I../../../dist/include/uconv -I../../../dist/include/shistory -I../../../dist/include/plugin -I../../../dist/include/windowwatcher -I../../../dist/include/htmlparser -I../../../dist/include/chardet -I../../../dist/include/transformiix -I../../../dist/include/xmlextras -I../../../dist/include/find -I../../../dist/include/appshell -I../../../dist/include/dom -I../../../dist/include -I/usr/local/src/mozilla/mozilla/dist/include/nspr -I/usr/openwin/include -KPIC -I/usr/openwin/include -mt -xO3 -DDEBUG -DDEBUG_root -DTRACING -g -I./../build -I/usr/openwin/include -DMOZILLA_CLIENT -DBROKEN_QSORT=1 -DNSCAP_DISABLE_DEBUG_PTR_TYPES=1 -DD_INO=d_ino -DSTDC_HEADERS=1 -DHAVE_ST_BLKSIZE=1 -DHAVE_INT16_T=1 -DHAVE_INT32_T=1 -DHAVE_INT64_T=1 -DHAVE_UINT=1 -DHAVE_UINT_T=1 -DHAVE_UINT16_T=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_BYTEORDER_H=1 -DHAVE_MEMORY_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_X11_XKBLIB_H=1 -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_STATFS_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_SYS_MOUNT_H=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1 -DHAVE_LIBSOCKET=1 -D_REENTRANT=1 -DHAVE_RANDOM=1 -DHAVE_STRERROR=1 -DHAVE_LCHOWN=1 -DHAVE_FCHMOD=1 -DHAVE_SNPRINTF=1 -DHAVE_LOCALTIME_R=1 -DHAVE_STATVFS=1 -DHAVE_MEMMOVE=1 -DHAVE_RINT=1 -DHAVE_NL_LANGINFO=1 -DHAVE_STRTOK_R=1 -DHAVE_IOS_BINARY=1 -DHAVE_CPP_EXPLICIT=1 -DHAVE_CPP_SPECIALIZATION=1 -DHAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX=1 -DHAVE_CPP_PARTIAL_SPECIALIZATION=1 -DHAVE_CPP_ACCESS_CHANGING_USING=1 -DHAVE_CPP_AMBIGUITY_RESOLVING_USING=1 -DHAVE_CPP_NAMESPACE_STD=1 -DHAVE_CPP_UNAMBIGUOUS_STD_NOTEQUAL=1 -DHAVE_CPP_NEW_CASTS=1 -DHAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR=1 -DNEED_CPP_UNUSED_IMPLEMENTATIONS=1 -DHAVE_I18N_LC_MESSAGES=1 -DMOZ_DEFAULT_TOOLKIT=\"gtk\" -DMOZ_WIDGET_GTK=1 -DMOZ_ENABLE_XREMOTE=1 -DMOZ_X11=1 -DIBMBIDI=1 -DACCESSIBILITY=1 -DMOZ_LOGGING=1 -DDETECT_WEBSHELL_LEAKS=1 -DMOZ_USER_DIR=\".mozilla\" -DMOZ_XUL=1 -DINCLUDE_XUL=1 -DNS_MT_SUPPORTED=1 -DUSE_IMG2=1 -DMOZ_DLL_SUFFIX=\".so\" -DXP_UNIX=1 -DUNIX_ASYNC_DNS=1 -DJS_THREADSAFE=1 -DNS_PRINT_PREVIEW=1 -DMOZ_REFLOW_PERF=1 -DMOZ_REFLOW_PERF_DSP=1 nsDOMClassInfo.cpp
"nsDOMClassInfo.cpp", line 2653: Warning (Anachronism): Formal argument call of type extern "C" int(*)(JSContext*,JSObject*,unsigned,long*,long*) in call to JS_DefineFunction(JSContext*, JSObject*, const char*, extern "C" int(*)(JSContext*,JSObject*,unsigned,long*,long*), unsigned, unsigned) is being passed int(*)(JSContext*,JSObject*,unsigned,long*,long*).
"nsDOMClassInfo.cpp", line 2804: Warning (Anachronism): Formal argument call of type extern "C" int(*)(JSContext*,JSObject*,unsigned,long*,long*) in call to JS_DefineFunction(JSContext*, JSObject*, const char*, extern "C" int(*)(JSContext*,JSObject*,unsigned,long*,long*), unsigned, unsigned) is being passed int(*)(JSContext*,JSObject*,unsigned,long*,long*).
"nsDOMClassInfo.cpp", line 3810: Warning (Anachronism): Formal argument call of type extern "C" int(*)(JSContext*,JSObject*,unsigned,long*,long*) in call to JS_DefineFunction(JSContext*, JSObject*, const char*, extern "C" int(*)(JSContext*,JSObject*,unsigned,long*,long*), unsigned, unsigned) is being passed int(*)(JSContext*,JSObject*,unsigned,long*,long*).
3 Warning(s) detected.
CC: Fatal error in ir2hf: Segmentation Fault (core dumped)
make[3]: *** [nsDOMClassInfo.o] Error 1
make[3]: Leaving directory `/usr/local/src/mozilla/mozilla/dom/src/base'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/usr/local/src/mozilla/mozilla/dom/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/usr/local/src/mozilla/mozilla/dom'
make: *** [install] Error 2
root[mozilla]>CC -V
CC: Sun WorkShop 6 update 2 C++ 5.3 2001/05/15
root[mozilla]>uname -a
SunOS bobotov-kuk 5.8 Generic_108529-12 i86pc i386 i86pc
root[mozilla]>showrev -p
Patch: 109619-01 Obsoletes: Requires: Incompatibles: Packages: SUNWeuxwe, SUNWeuezt, SUNWeudlg, SUNWeudda
Patch: 108726-02 Obsoletes: 109580-01 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWhea
Patch: 108826-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 108876-07 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWarc, SUNWcstl, SUNWhea
Patch: 108900-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 108980-05 Obsoletes: 109297-05 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWhea
Patch: 108986-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 109044-02 Obsoletes: Requires: 109042-01 Incompatibles: Packages: SUNWcsu
Patch: 109046-02 Obsoletes: Requires: 109042-01 Incompatibles: Packages: SUNWcsu
Patch: 109092-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 109138-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 109146-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 109148-06 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWtoo, SUNWarc, SUNWbtool, SUNWhea, SUNWosdem
Patch: 109150-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 109278-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 109280-06 Obsoletes: 109049-06 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWhea
Patch: 109325-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr
Patch: 109572-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 109577-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr
Patch: 109730-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 109784-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 109804-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWxcu4
Patch: 109808-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 109810-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 109903-01 Obsoletes: 109059-01 Requires: 109280-05 Incompatibles: Packages: SUNWcsu
Patch: 108529-03 Obsoletes: 109292-05, 109310-02 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcar, SUNWpmu, SUNWpmr, SUNWhea, SUNWmdb, SUNWsrh, SUNWtnfc
Patch: 108965-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWhea
Patch: 108976-03 Obsoletes: Requires: 108969-01, 108978-01 Incompatibles: Packages: SUNWcsu, SUNWvolu
Patch: 108990-02 Obsoletes: Requires: 108529-01 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWhea
Patch: 109004-01 Obsoletes: Requires: 108990-01, 108992-02, 108529-01 Incompatibles: Packages: SUNWcsu, SUNWcsr
Patch: 109006-01 Obsoletes: Requires: 108998-01, 108990-01, 108992-02, 108994-01, 108529-01 Incompatibles: Packages: SUNWcsu, SUNWcsr
Patch: 109008-02 Obsoletes: Requires: 108529-01, 108990-01, 108992-02, 108994-01, 108998-01 Incompatibles: Packages: SUNWcsu, SUNWesu
Patch: 109010-01 Obsoletes: Requires: 108990-01, 108992-02, 108529-01 Incompatibles: Packages: SUNWcsu, SUNWcsr
Patch: 109012-01 Obsoletes: Requires: 108998-01, 108990-01, 108992-02, 108994-01, 108529-01 Incompatibles: Packages: SUNWcsu, SUNWxcu4
Patch: 109016-01 Obsoletes: Requires: 108998-01, 108990-01, 108992-02, 108994-01, 108529-01 Incompatibles: Packages: SUNWcsu
Patch: 109018-01 Obsoletes: Requires: 108998-01, 108994-01 Incompatibles: Packages: SUNWcsu
Patch: 109020-01 Obsoletes: Requires: 108990-01, 108992-02, 108529-01 Incompatibles: Packages: SUNWcsu
Patch: 109022-01 Obsoletes: Requires: 108998-01, 108990-01, 108992-02, 108994-01, 108529-01 Incompatibles: Packages: SUNWcsu
Patch: 109024-01 Obsoletes: Requires: 108998-01, 108990-01, 108992-02, 108994-01, 108529-01 Incompatibles: Packages: SUNWcsu
Patch: 109028-01 Obsoletes: Requires: 108990-01, 108992-02, 108529-01 Incompatibles: Packages: SUNWcsu
Patch: 109032-01 Obsoletes: Requires: 109030-01, 108998-01, 108994-01 Incompatibles: Packages: SUNWcsu
Patch: 109034-01 Obsoletes: Requires: 108998-01, 108994-01 Incompatibles: Packages: SUNWcsu
Patch: 109036-01 Obsoletes: Requires: 108998-01, 108990-01, 108992-02, 108994-01, 108529-01 Incompatibles: Packages: SUNWcsu
Patch: 109897-02 Obsoletes: 109315-03 Requires: 108529-03, 108980-05, 109884-01 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWusb, SUNWusbu
Patch: 109907-01 Obsoletes: 109063-01 Requires: 109743-02, 109905-01 Incompatibles: Packages: SUNWcsu, SUNWcsr
Patch: 108876-10 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWarc, SUNWcstl, SUNWhea
Patch: 110284-05 Obsoletes: 110333-01 Requires: Incompatibles: Packages: SUNWcsu
Patch: 110663-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 110952-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWsutl
Patch: 109280-18 Obsoletes: 109049-06, 110181-01, 110553-01, 111542-02 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWhea, SUNWmdb
Patch: 110899-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 109092-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 111233-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 111235-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 110402-03 Obsoletes: 110236-01 Requires: Incompatibles: Packages: SUNWcsu
Patch: 109327-06 Obsoletes: 110515-01 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWarc, SUNWcstl, SUNWhea
Patch: 111326-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 109325-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr
Patch: 110946-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 111505-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 111827-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 109148-12 Obsoletes: 110792-01 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWtoo, SUNWarc, SUNWbtool, SUNWhea, SUNWosdem
Patch: 111875-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 109278-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 111660-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWnisu, SUNWhea
Patch: 110904-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWxcu4
Patch: 109905-05 Obsoletes: 109061-02, 110183-01, 111538-01 Requires: 109280-16 Incompatibles: Packages: SUNWcsu, SUNWcsr
Patch: 111099-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
Patch: 108976-05 Obsoletes: Requires: 108969-01, 108978-01 Incompatibles: Packages: SUNWcsu, SUNWvolu
Patch: 108986-03 Obsoletes: Requires: 111328-02 Incompatibles: Packages: SUNWcsu
Patch: 110935-04 Obsoletes: 109138-01, 110950-01, 111364-01 Requires: 110403-03 Incompatibles: Packages: SUNWcsu, SUNWarc
Patch: 109907-06 Obsoletes: 109063-01, 110187-02, 110596-01, 110933-01, 111055-02 Requires: 109280-07, 111311-01, 109743-02, 109905-02 Incompatibles: Packages: SUNWcsu, SUNWcsr
Patch: 108529-12 Obsoletes: 108883-03, 108967-06, 109237-01, 109292-05, 109310-02, 109572-02, 109802-02, 110097-05, 110232-01, 110518-03, 109909-01, 109042-04, 111051-03, 111206-02, 110227-01, 108980-14, 109297-05, 110107-02, 110119-03, 110575-01, 110789-01, 109349-02, 110106-01, 109886-02, 110102-01, 110563-01, 110398-05, 111458-04, 111457-01 Requires: 109907-05, 110397-01, 111294-01 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcar, SUNWos86r, SUNWpmu, SUNWpmr, SUNWscpu, SUNWarc, SUNWcpc, SUNWcstl, SUNWhea, SUNWmdb, SUNWsrh, SUNWtnfc
Patch: 108726-06 Obsoletes: 109580-01, 111450-01 Requires: 108529-11 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWhea
Patch: 109008-06 Obsoletes: Requires: 108529-01, 108990-01, 108992-02, 108994-01, 108998-01 Incompatibles: Packages: SUNWcsu, SUNWesu
Patch: 108724-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
Patch: 108902-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
Patch: 108978-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWvolu, SUNWhea
Patch: 109042-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWhea
Patch: 109155-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcar
Patch: 109182-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWhea
Patch: 109237-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWhea
Patch: 109455-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
Patch: 109459-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
Patch: 109473-03 Obsoletes: 109055-02 Requires: Incompatibles: Packages: SUNWcsr, SUNWhea
Patch: 109741-02 Obsoletes: 109057-01 Requires: Incompatibles: Packages: SUNWcsr
Patch: 109743-02 Obsoletes: 109053-01 Requires: Incompatibles: Packages: SUNWcsr
Patch: 109765-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
Patch: 109884-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWhea
Patch: 109899-01 Obsoletes: 109051-01 Requires: Incompatibles: Packages: SUNWcsr
Patch: 109909-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
Patch: 110076-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
Patch: 108973-04 Obsoletes: Requires: 109644-01 Incompatibles: Packages: SUNWcsr
Patch: 108728-04 Obsoletes: Requires: 108529-01 Incompatibles: Packages: SUNWcsr, SUNWhea
Patch: 108967-03 Obsoletes: Requires: 108529-01 Incompatibles: Packages: SUNWcsr, SUNWhea
Patch: 108969-02 Obsoletes: Requires: 108978-01 Incompatibles: Packages: SUNWcsr, SUNWesu, SUNWvolu, SUNWhea
Patch: 108992-05 Obsoletes: Requires: 108529-01, 108990-01, 109237-01 Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWarc, SUNWcstl, SUNWdpl
Patch: 108994-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWnisu, SUNWhea
Patch: 108996-01 Obsoletes: Requires: 108529-01 Incompatibles: Packages: SUNWcsr, SUNWcsl
Patch: 108998-03 Obsoletes: Requires: 108994-01 Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWarc, SUNWcstl, SUNWhea
Patch: 109000-01 Obsoletes: Requires: 108998-01, 108990-01, 108992-02, 108994-01, 108529-01 Incompatibles: Packages: SUNWcsr, SUNWcsl
Patch: 109786-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
Patch: 109901-01 Obsoletes: 109065-01 Requires: Incompatibles: Packages: SUNWcsr
Patch: 109905-01 Obsoletes: 109061-02 Requires: 109280-05 Incompatibles: Packages: SUNWcsr
Patch: 109955-01 Obsoletes: Requires: 108529-01 Incompatibles: Packages: SUNWcsr
Patch: 109368-07 Obsoletes: Requires: 109875-01, 108529-03 Incompatibles: Packages: SUNWcsr, SUNWcsd, SUNWaudd, SUNWnisr, SUNWpmr, SUNWusb, SUNWaudh, SUNWncar
Patch: 109899-05 Obsoletes: 109051-01 Requires: Incompatibles: Packages: SUNWcsr
Patch: 109743-05 Obsoletes: 109053-01, 110557-01 Requires: 109280-10 Incompatibles: Packages: SUNWcsr
Patch: 110902-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
Patch: 109182-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWhea
Patch: 111070-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
Patch: 110616-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWsndmr, SUNWsndmu
Patch: 110397-02 Obsoletes: 110099-01 Requires: Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWarc, SUNWcstl, SUNWhea
Patch: 111294-03 Obsoletes: 111053-01 Requires: Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWarc, SUNWcstl, SUNWhea
Patch: 111311-01 Obsoletes: 111165-01 Requires: Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWcstl
Patch: 111328-02 Obsoletes: Requires: 109327-05 Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWarc, SUNWcstl
Patch: 110403-03 Obsoletes: 110241-01 Requires: Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWarc, SUNWcstl
Patch: 108969-05 Obsoletes: Requires: 108978-01 Incompatibles: Packages: SUNWcsr, SUNWesu, SUNWvolu, SUNWhea
Patch: 108728-09 Obsoletes: Requires: 108529-01 Incompatibles: Packages: SUNWcsr, SUNWhea
Patch: 108992-18 Obsoletes: 109681-01, 110590-02, 111218-02 Requires: 108529-07, 108990-01 Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWarc, SUNWcstl, SUNWdpl, SUNWhea
Patch: 108994-04 Obsoletes: Requires: 108992-12 Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWnisu, SUNWhea
Patch: 108821-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
Patch: 108828-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
Patch: 109224-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl, SUNWgss, SUNWcstl
Patch: 109323-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl, SUNWarc, SUNWcstl
Patch: 109327-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl, SUNWcstl
Patch: 109385-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
Patch: 109462-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
Patch: 109681-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
Patch: 109802-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
Patch: 109806-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
Patch: 110459-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl, SUNWarc, SUNWcstl
Patch: 111091-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
Patch: 108828-13 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
Patch: 111178-06 Obsoletes: 109462-03, 111642-01 Requires: Incompatibles: Packages: SUNWcsl, SUNWarc, SUNWcstl
Patch: 109323-09 Obsoletes: Requires: 108992-07 Incompatibles: Packages: SUNWcsl, SUNWarc, SUNWcstl
Patch: 109160-01 Obsoletes: Requires: Incompatibles: Packages: SUNWciu8
Patch: 108822-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcar
Patch: 108883-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcar
Patch: 109929-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcar, SUNWpcmem, SUNWhea
Patch: 109886-01 Obsoletes: 109349-02 Requires: 108529-03 Incompatibles: Packages: SUNWcar, SUNWhea
Patch: 109644-02 Obsoletes: Requires: Incompatibles: Packages: SUNWos86r
Patch: 108653-15 Obsoletes: Requires: Incompatibles: Packages: SUNWxwfnt, SUNWxwplt, SUNWxwinc, SUNWxwman, SUNWxwpmn, SUNWxwslb
Patch: 108653-34 Obsoletes: Requires: Incompatibles: Packages: SUNWxwfnt, SUNWxwice, SUNWxwplt, SUNWxwdxm, SUNWxwinc, SUNWxwman, SUNWxwpmn, SUNWxwslb
Patch: 108941-09 Obsoletes: Requires: Incompatibles: Packages: SUNWmfrun
Patch: 108961-01 Obsoletes: Requires: Incompatibles: Packages: SUNWadmap
Patch: 109222-02 Obsoletes: Requires: Incompatibles: Packages: SUNWadmap
Patch: 110454-01 Obsoletes: Requires: Incompatibles: Packages: SUNWadmap
Patch: 109319-23 Obsoletes: 108811-01, 108959-05, 108961-01, 109222-06, 110621-01, 110630-02, 110634-03, 110715-01, 109588-04, 110078-03, 110623-01, 110632-01 Requires: 108529-05, 110397-01, 110406-01, 111099-01 Incompatibles: Packages: SUNWadmap, SUNWadmc, SUNWinst
Patch: 109319-04 Obsoletes: 108811-01, 108959-05 Requires: Incompatibles: Packages: SUNWadmc, SUNWinst
Patch: 109588-02 Obsoletes: Requires: Incompatibles: Packages: SUNWadmc
Patch: 108963-01 Obsoletes: Requires: Incompatibles: Packages: SUNWadmj
Patch: 111334-01 Obsoletes: Requires: Incompatibles: Packages: SUNWadp
Patch: 108824-01 Obsoletes: Requires: Incompatibles: Packages: SUNWesu
Patch: 108971-01 Obsoletes: Requires: Incompatibles: Packages: SUNWesu
Patch: 109937-01 Obsoletes: Requires: Incompatibles: Packages: SUNWesu
Patch: 109014-02 Obsoletes: Requires: 108529-01, 108990-01, 108992-02, 108994-01, 108998-01 Incompatibles: Packages: SUNWesu
Patch: 111112-01 Obsoletes: Requires: Incompatibles: Packages: SUNWesu
Patch: 110917-02 Obsoletes: Requires: Incompatibles: Packages: SUNWesu, SUNWxcu4
Patch: 108436-02 Obsoletes: Requires: Incompatibles: Packages: SUNWlibC
Patch: 110701-01 Obsoletes: Requires: Incompatibles: Packages: SUNWatfsu
Patch: 110287-04 Obsoletes: Requires: Incompatibles: Packages: SUNWtltk
Patch: 108715-02 Obsoletes: Requires: Incompatibles: Packages: SUNWdtbas
Patch: 108950-03 Obsoletes: Requires: Incompatibles: Packages: SUNWdtbas
Patch: 109143-03 Obsoletes: Requires: Incompatibles: Packages: SUNWdtbas
Patch: 108920-02 Obsoletes: Requires: Incompatibles: Packages: SUNWdtdte
Patch: 109166-06 Obsoletes: Requires: 108978-01 Incompatibles: Packages: SUNWdtdte, SUNWdticn, SUNWdtdst, SUNWdthev, SUNWdtma
Patch: 111549-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdoc
Patch: 108836-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtdst
Patch: 109583-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtdst
Patch: 109614-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtdst
Patch: 109749-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtdst
Patch: 110089-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtdst
Patch: 109170-08 Obsoletes: Requires: 108922-02 Incompatibles: Packages: SUNWdtezt, SUNWdthez, SUNWdtmaz
Patch: 109471-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtezt
Patch: 109961-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtezt
Patch: 109471-02 Obsoletes: Requires: Incompatibles: Packages: SUNWdtezt
Patch: 109168-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdthev
Patch: 109932-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtim
Patch: 108922-06 Obsoletes: Requires: Incompatibles: Packages: SUNWdtwm
Patch: 108924-01 Obsoletes: Requires: 108922-03 Incompatibles: Packages: SUNWdtwm
Patch: 109355-02 Obsoletes: Requires: Incompatibles: Packages: SUNWdtwm
Patch: 111607-02 Obsoletes: Requires: Incompatibles: Packages: SUNWftpu
Patch: 109239-01 Obsoletes: Requires: 109237-01, 108992-03 Incompatibles: Packages: SUNWipc, SUNWxcu4
Patch: 109239-02 Obsoletes: Requires: 108992-03, 109237-01 Incompatibles: Packages: SUNWipc, SUNWxcu4
Patch: 109129-01 Obsoletes: Requires: Incompatibles: Packages: SUNWisolc
Patch: 109705-02 Obsoletes: Requires: Incompatibles: Packages: SUNWjiu8
Patch: 109767-01 Obsoletes: Requires: Incompatibles: Packages: SUNWjxmft, SUNWjxcft
Patch: 109401-01 Obsoletes: Requires: Incompatibles: Packages: SUNWxwpls, SUNWxwscf
Patch: 109401-11 Obsoletes: Requires: Incompatibles: Packages: SUNWxwpls, SUNWxwscf
Patch: 109026-01 Obsoletes: Requires: 108996-01, 108990-01, 108992-02, 108529-01 Incompatibles: Packages: SUNWtoo
Patch: 109135-03 Obsoletes: Requires: Incompatibles: Packages: SUNWwbcou
Patch: 108870-02 Obsoletes: Requires: Incompatibles: Packages: SUNWmibii, SUNWsasnm, SUNWsadmi
Patch: 108870-11 Obsoletes: Requires: Incompatibles: Packages: SUNWmibii, SUNWsasnm, SUNWsadmi, SUNWsacom
Patch: 109038-01 Obsoletes: Requires: 108998-01, 108994-01 Incompatibles: Packages: SUNWnisr, SUNWypr
Patch: 109329-01 Obsoletes: Requires: Incompatibles: Packages: SUNWnisu, SUNWypu
Patch: 110323-01 Obsoletes: Requires: Incompatibles: Packages: SUNWnisu
Patch: 110406-02 Obsoletes: 110195-01 Requires: Incompatibles: Packages: SUNWnisu
Patch: 109668-01 Obsoletes: Requires: Incompatibles: Packages: SUNWntpu
Patch: 109668-04 Obsoletes: Requires: Incompatibles: Packages: SUNWntpu
Patch: 109921-02 Obsoletes: Requires: Incompatibles: Packages: SUNWpcmci, SUNWhea
Patch: 109923-02 Obsoletes: Requires: Incompatibles: Packages: SUNWpcmci, SUNWpcelx, SUNWpcser, SUNWhea
Patch: 109927-02 Obsoletes: Requires: Incompatibles: Packages: SUNWpcmci
Patch: 109321-01 Obsoletes: Requires: Incompatibles: Packages: SUNWpcu, SUNWpsu
Patch: 109321-04 Obsoletes: Requires: Incompatibles: Packages: SUNWpcu, SUNWppm, SUNWpsf, SUNWpsu, SUNWscplp
Patch: 109030-01 Obsoletes: Requires: 108998-01, 108994-01 Incompatibles: Packages: SUNWpl5u
Patch: 109728-01 Obsoletes: Requires: Incompatibles: Packages: SUNWppm
Patch: 109891-01 Obsoletes: Requires: Incompatibles: Packages: SUNWppm
Patch: 109895-01 Obsoletes: 109308-01 Requires: 108980-05, 108529-03 Incompatibles: Packages: SUNWpsdcr
Patch: 109925-02 Obsoletes: Requires: Incompatibles: Packages: SUNWpsdpr, SUNWhea
Patch: 108988-02 Obsoletes: Requires: Incompatibles: Packages: SUNWswmt
Patch: 108988-07 Obsoletes: Requires: Incompatibles: Packages: SUNWswmt
Patch: 109863-01 Obsoletes: Requires: Incompatibles: Packages: SUNWxwfs
Patch: 109191-02 Obsoletes: Requires: Incompatibles: Packages: SUNWeeudt, SUNWeeuos, SUNWeeuow
Patch: 109192-02 Obsoletes: Requires: Incompatibles: Packages: SUNWi5cs
Patch: 110940-01 Obsoletes: Requires: Incompatibles: Packages: SUNWaccu
Patch: 109235-01 Obsoletes: Requires: Incompatibles: Packages: SUNWapchr, SUNWapchu, SUNWapchd
Patch: 109067-03 Obsoletes: Requires: Incompatibles: Packages: SUNWapchu, SUNWcstl, SUNWncar, SUNWncau
Patch: 109875-01 Obsoletes: 109342-01 Requires: Incompatibles: Packages: SUNWaudh
Patch: 111072-01 Obsoletes: Requires: Incompatibles: Packages: SUNWbnuu
Patch: 111571-01 Obsoletes: Requires: Incompatibles: Packages: SUNWbnuu
Patch: 109991-01 Obsoletes: Requires: Incompatibles: Packages: SUNWbtool
Patch: 109078-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdhcsu
Patch: 109608-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
Patch: 109643-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
Patch: 109814-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
Patch: 109878-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
Patch: 108809-10 Obsoletes: Requires: Incompatibles: Packages: SUNWman
Patch: 110944-01 Obsoletes: Requires: Incompatibles: Packages: SUNWtcsh
Patch: 108898-01 Obsoletes: Requires: Incompatibles: Packages: SUNWxwpmn
Patch: 111597-02 Obsoletes: Requires: 111660-01 Incompatibles: Packages: SUNWypu

You have run into bug 6588033 "std::sort from libCstd loops", which is fixed in current patches.
Get the current patches for Sun Studio and also the current patch for the C++ runtime libraries (SUNWlibC patch).
You can find them here:
[http://developers.sun.com/sunstudio/downloads/patches/index.jsp]
Sun C++ 5.5 probably does not have the fix, since it is quite old and falling out of support.
C++ 5.9 does have the fix.

Similar Messages

  • Application dumps core on solaris with BDB 4.6.21

    Hi,
    my application dumps core on solaris during the appication startup:
    The solaris box detail is :
    SunOS wcturgo3 5.10 Generic_137111-08 sun4v sparc SUNW,Netra-T5220.
    I compiled the BDB with the following configuration:
    ./buildall.sh -p solaris -c cc -x CC -m gmake
    the core file loks like :
    fdc28c68 __db_pthread_mutex_init (50878, 0, 13, 0, ffbfca18, 0) + 88
    fdca3bec __mutex_open (50878, 271638, 2058000, fdd47d1c, 271490, 0) + 224
    fdce56ec __env_open (50878, 0, 880081, 8a0081, 0, 0) + 3bc
    fdc206f4 int DbEnv::open(const char*,unsigned,int) (502f0, 0, 880081, 0, 502f0, fdce50c4) + 5c
    fcb12824 void DbXml::Manager::initTempDbEnv(DbEnv*) (502d8, 503e0, 0, 15540, fe03c9f8, aa878) + 144
    fcb11ea0 DbXml::Manager::Manager #Nvariant 1(unsigned) (502d8, 0, fe2ae760, 15540, fe03c9f8, 502d8) + 430
    fcb059ec DbXml::XmlManager::XmlManager #Nvariant 1() (fe3697ec, fcdef0c0, fcdee994, 40, 13080, 0) + 24
    fe234d68 NemiConfigToolInit::NemiConfigToolInit #Nvariant 1() (fe3697d4, 0, 0, 0, 0, fe36957c) + 60
    fe2ae760 ???????? (0, 0, 0, 0, 0, 0)
    fe2aeb04 ???????? (0, fc665440, aca5c, fe0272cc, fc665400, fe369544)
    fe2f77d0 _init    (ff3f40fc, ff3f5a70, 2b3f4, 0, ff3f4910, 821) + f8
    ff3c5280 call_init (60c10081, 1, ff2f0788, fe2f76d8, ff3f4910, ffdfffff) + 16c
    ff3c47e8 setup (200000, 2801, 602, ff3f40fc, 60c10001, 446) + 1568
    ff3d35cc _setup   (10034, ffffffff, 0, ff3b0000, ffffffff, ffffffff) + 40c
    ff3b8480 rtboot (0, 0, 0, 0, 0, 0) + 88
    00000000 ???????? (0, 0, 0, 0, 0, 0)
    i tried using dbxml build with this BDB. i was able to execute one or two commands without the dbxml dumping core.
    But my application dumps core during startup as sigbus (memory alignment issue).
    I googled and found that people have faced problems of sigbus on solaris. when i checked with solaris, it seems that if the solaris box has 137111-0 to 137111-08 will face core dumps due to memory alignment issue which they say is because the application has misaligned mutex.
    please suggest what should i do .
    a)apply the sloaris kernel patch to temporary solution(as they claim the patch for thsi problem will give temporary solution .)
    b) i have to compile the BDB with different options.

    Hello,
    You need to apply the patch below on top of Berkeley
    DB 4.6.21:
    *** dbinc/mutex_int.h     Tue Jul 01 15:03:43 2008 +1000
    --- dbinc/mutex_int.h     Tue Jul 01 16:11:06 2008 +1000
    *** 616,621 ****
    --- 616,623 ----
    #ifdef HAVE_MUTEX_SPARC_GCC_ASSEMBLY
    typedef unsigned char tsl_t;
    +
    + #define     MUTEX_ALIGN     8
    #ifdef LOAD_ACTUAL_MUTEX_CODE
    This corrects a Solaris-only alignment problem.
    Thanks,
    Sandra

  • Problem in compiling mysql++ libraries on Solaris 8 using Sun C++ compiler

    Hi!
    I am trying to compile the mysql++ libraries on Solaris 8 using the Sun C++ compiler CC 5.3 version.
    but I get an error:
    "../../../../tools/mysql++/lib//resiter.h", line 53: Error: Invalid template parameter default.
    Can anyone let me know what can be the problem and whats the solution for the same.
    Thanks,
    Manik Gupta.

    The name of this forum is 'Java compiler'. Your question has nothing to do with that.

  • Cshttpd dumps core.  Is Sun support alive?

    Greetings,
    We've heaving a problem here with cshttpd dumping core every few days. We have an open Sun case.. but haven't even heard from our engineer yet. Does Sun calendar support still exist?
    Here's the bt. All the cores are identical, segfaulting on the same function in libcore_html10.so.
    Core was generated by `/opt/sunjes/SUNWics5/cal/lib/cshttpd -0 -d 0 -D 1 -b 1'.
    Program terminated with signal 11, Segmentation fault.
    #0 0xfeb4fe90 in __1cWoptimizedWeekCalOutput6FpnIDocument_pnENode_pc4iii_i_ ()
    from ./libcore_html10.so
    #1 0xfeb38bc0 in __1cTxml_weekcal_handler6FpnIDocument_pnENode_i_i_ ()
    from ./libcore_html10.so
    #2 0xfeb4d5d8 in __1cQprocess_xml_node6FpnIDocument_pnENode_i_i_ ()
    from ./libcore_html10.so
    #3 0xfeb4d08c in __1cRxml_panel_handler6FpnIDocument_pnENode_i_i_ ()
    from ./libcore_html10.so
    #4 0xfeb4d5d8 in __1cQprocess_xml_node6FpnIDocument_pnENode_i_i_ ()
    from ./libcore_html10.so
    #5 0xfeb4d08c in __1cRxml_panel_handler6FpnIDocument_pnENode_i_i_ ()
    from ./libcore_html10.so
    #6 0xfeb4d5d8 in __1cQprocess_xml_node6FpnIDocument_pnENode_i_i_ ()
    from ./libcore_html10.so
    #7 0xfeb4d4a8 in __1cRxml_group_handler6FpnIDocument_pnENode_i_i_ ()
    from ./libcore_html10.so
    #8 0xfeb4d5d8 in __1cQprocess_xml_node6FpnIDocument_pnENode_i_i_ ()
    from ./libcore_html10.so
    #9 0xfeb4d66c in __1cQprocess_xml_node6FpnIDocument_pnENode_i_i_ ()
    from ./libcore_html10.so
    #10 0xfeb4dcdc in __1cLprocess_xsl6FipnI_DOCDATA_1_v_ ()
    from ./libcore_html10.so
    #11 0xfeb0f6fc in __1cOcal_html_State6Fipi_i_ () from ./libcore_html10.so
    #12 0xfeb55630 in calhtml_callback () from ./libcore_html10.so
    #13 0xff062e14 in shtml_command () from ./libnetwork_shtml10.so
    #14 0x00017bec in Dpicdata.picdata ()
    #15 0xff03b180 in cmd_get () from ./libhttpserver.so
    #16 0xff03abd4 in cmd_exec () from ./libhttpserver.so
    #17 0xff03a4f0 in cmdloop () from ./libhttpserver.so
    #18 0xff0397c0 in sock_readable () from ./libhttpserver.so
    #19 0xfe7e60e0 in GDispCx_InternalWork () from ./libasync.so
    #20 0xfe7ebe6c in Thread_Main () from ./libasync.so

    Cal Server: 116577-24, 117010-24
    Comms Express: 118540-16Thanks. We're running 2005Q4. 116577-24 was already applied, but 117010-16 (-16 seems to be the latest) was not. I've just applied it, so can't comment yet about whether it has fixed it.
    We are not running Comms Express.

  • Need Examples for asm in sun c compiler

    I am having problem with writting inline assembly level language using asm in sun c compiler. I needed few examples like passing variables to inline asm and getting result from the passed varriable. This is somthing like gnuc asm ( Here we have four argument, we can get the result from the argument what we passed)

    The asm() syntax is not well supported by our compiler.
    The preferred way of doing this is using .il templates to inline assembly
    code.
    http://developers.sun.com/tools/cc/articles/inlining.html

  • Process dumps core, when started by SMF - fine when manually started

    Hi.
    h2. Explanation
    I compiled [Nagios 3.2.0|http://www.nagios.org/] manually, and created a SMF manifest and method file, based on the [OpenCSW supplied files for Nagios|http://www.opencsw.org/packages/nagios]. The method file is based on [what the Nagios guys supply|http://pastebin.ca/1577792] , but [changed a little|http://pastebin.ca/diff.php?id1=1577792&id2=1577793] .
    When I enable the "application/nagios" service, it right away goes into maintenance state. In the /var/svc/log/application-nagios:default.log log file, there's consequently then this:
    + exit 0
    [ Sep 24 13:17:10 Method "start" exited with status 0 ]
    [ Sep 24 13:17:11 Stopping because process dumped core. ]
    [ Sep 24 13:17:11 Executing stop method ("/opt/local/nagios-3.2.0/method/nagios stop") ]
    + test -r /lib/svc/share/smf_include.sh
    [...]It died, because of "*Stopping because process dumped core.*"
    If you have a look at the method file, you'll find that I dump the environment with env to a file. When I login as root and set the environment variables to exactly those values and remove any other additional variables, I can run the method / init script just fine; the nagios process doesn't core dump.
    h2. Question
    Why does the process dump core, when it's run by SMF?
    Additional questoin:Where's the core dump? I did a "find / -name core" and found nothing. I also changed coreadm:
    --($ ~)-- LC_ALL=C coreadm
         global core file pattern: /var/core/core.%f.%pAfter a reboot, there's nothing in /var/core (the directory exists).
    I'm on Solaris 10 5/09 Sparc.
    h2. Files
    *[svccfg export nagios|http://pastebin.ca/1577787]*
    *[Method file /opt/local/nagios-3.2.0/method/nagios|http://pastebin.ca/1577793]*

    There's no such directory as "/var/crash":
    --($ ~)-- ls -lad /var/c*
    drwxr-xr-x    4 root     sys             4 Sep 21 14:03 /var/cache
    drwxr-xr-x    2 root     sys             7 Sep 21 13:32 /var/cc-ccr
    drwxr-xr-x    2 root     root            2 Sep 24 13:14 /var/core
    drwxr-xr-x    2 root     sys             3 Sep 21 14:03 /var/cronGranted, since when I posted that question and now, I booted the NGZ numerous times. But in a default installation of Solaris 10, that directory isn't removed during shutdown/boot, if it exist. At least it exists on my other servers, even if it is empty (eg. like that, on a different server:
    --($ ~)-- ls -laR /var/crash/
    /var/crash/:
    total 3
    drwxr-xr-x    3 root     root          512 Mai 19  2006 .
    drwxr-xr-x   56 root     sys          1024 Dez  7  2008 ..
    drwxrwx---    2 root     adm           512 Sep 22  2008 winds06
    /var/crash/winds06:
    total 2
    drwxrwx---    2 root     adm           512 Sep 22  2008 .
    drwxr-xr-x    3 root     root          512 Mai 19  2006 ..So, I'd say that the coredump has never been stored in /var/crash.
    Anyway - isn't /var/crash just used for crashdumps, when the whole machine goes down? According to [man filesystem(5)|http://docs.sun.com/app/docs/doc/816-5175/filesystem-5?a=view] , it is → "+Default depository for kernel crash dumps.+"
    If coredumps aren't in /var/crash, aren't named "core*" and aren't stored in the directory specified by coreadm, where are they?
    Converse: If no coredump is created, why does Solaris "speak" about a coredump being created?

  • Sun C++ std::sort coredump during sorting array of long values

    Hello,
    I got core dump during execution following test program on both Solaris 9 (compile by CC: Sun C++ 5.5 Patch 113817-19 2006/10/13) and Solaris 10 platforms (compile by CC: Sun C++ 5.9 SunOS_sparc Patch 124863-01 2007/07/25).
    Core is dumped during sorting array of about 120k elements of unsigned long types using STL std:sort. The input data is available at link: [file.txt|http://www.savefile.com/files/1924004]
    When I change sorting methods to std::stable_sort program works fine.
    The funny thing is that when I change order of last two values of input data (swap), sorting is successful with std::sort.
    Can anyone tell me if it is Sun C++ compiler bug ?Can I use std::stable_sort method safely?
    Below code:
    #include <iostream.h>
    #include <fstream.h>
    #include <set>
    #include <string>
    int main( int argc, char** argv )
      char readStr[256];
      ifstream file;
      unsigned long *l;
      int i=0;
      l = new unsigned long[119016];
      if (l ==0)
        cout << "Error in allocate memory";
        return -1;
      file.open("file.txt");
      if (!file)
        cout << "Error in openening file";
        return -1;
      while(file.getline(readStr, 256,'\n'))
        cout << readStr<<endl;
        l= atol(readStr);
    cout << l[i]<<endl;
    i++;
    std::sort(l,l+119016); //core dump here!!!
    for (i=0;i<119016;i++)
    cout <<l[i]<<endl;
    file.close();
    delete [] l;
    return( 0 );
    Greetings
    Robert                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    You have run into bug 6588033 "std::sort from libCstd loops", which is fixed in current patches.
    Get the current patches for Sun Studio and also the current patch for the C++ runtime libraries (SUNWlibC patch).
    You can find them here:
    [http://developers.sun.com/sunstudio/downloads/patches/index.jsp]
    Sun C++ 5.5 probably does not have the fix, since it is quite old and falling out of support.
    C++ 5.9 does have the fix.

  • Mdb dumps core (duh)

    While attempting to resolve a problem with mod_ssl vs. Sun Apache-1.3.27 (SUNWapch{d,r,u} with patch 113246-02), I decided to run apache trough mdb.
    # mdb /usr/apache/bin/httpd
    Loading modules: [ libc.so.1 ]
    :cmdb: fork1 detected: follow (p)arent or (c)hild? c
    mdb: target forked child process 135 (debugger following child)
    Segmentation Fault (core dumped)
    # file core
    core: ELF 32-bit MSB core file SPARC Version 1, from 'mdb'
    # pstack core
    core 'core' of 219: mdb /usr/apache/bin/httpd
    ff30d028 ps_ptread (0, ff3f8000, ffbfe4fc, 2c, 0, 0) + 4
    ff2e15e4 rdevent_getmsg32 (bc1f0, ffbfe5e8, 0, 0, 0, 0) + 24
    ff2e0ba8 rd_event_getmsg (bc1f0, ffbfe5e8, 0, 0, 20, 0) + 14
    0003ce8c pt_rtld_event (a7ad8, fffffff8, 0, 1, 4ca68, 77400) + 14
    00048c88 tgt_continue (77688, ffbfeb44, 7b9f8, 0, 0, 4014bc) + 520
    00048e10 tgt_request_continue (a7ad8, ffbfeb44, 100, 41b04, 0, 0) + 1c
    00024aa4 cmd_cont_common (0, 0, 0, 0, 48fb4, 56930) + 158
    0001f5a8 dcmd_invoke (7c498, 0, 0, 0, 0, 0) + 4c
    0001f78c mdb_call_idcmd (0, 0, 0, 1, 0, 0) + 114
    0001f0ec mdb_call (0, 0, 0, 1, 0, 83850) + 33c
    0004edc0 yyparse (53acc, 77000, 53504, 52d2c, ff676980, 130) + 63c
    0001eb5c mdb_run (0, 34c7c, 0, ffbffee2, 2f757372, 2d000000) + 274
    00035e4c main (0, 0, 77564, 43c00, 34000, 44c00) + 1078
    000189e0 _start   (0, 0, 0, 0, 0, 0) + 108
    Now if my own programs happen to dump core, that's my problem. But if the debugger itself crashes, things start to look a bit bleak indeed.
    The system in question is a SunBlade 2000, Solaris 9 with yesterday's recommended patches applied.
    Any hints?
    Regards, Paul Boven.
    P.S. although this is not a C-compiler issue in itself, I felt that this developer forum was the most appropriate place to post this.

    mdb(1) is an OS command supported with adb for
    debugging calls into the kernel. For better results,
    I recommend that this question be posted to one of
    the Solaris discussion groups. This product is not
    maintained under the Compiler Collection or Sun One
    Studio.

  • Application dumps core in 64-bit but runs fine in 32-bit

    Hi,
    I have a strange problem in a application supposed to be run in 64-bit mode. The application is a batch process run as a daemon. When it is compiled with 32-bit mode, it seems to be working fine, but when it is compiled with 64-bit mode, it dumps core after 30 min to 1 hr. This is not always predictable. The data where it dumps core is also not predictable. When I analysed the core, it shows the location, in a place where there seems to be no problem. I ran purify to check the memory leaks, and there is no memory leak in the code, except in the Forte STL (string).
    The core dump happens in a place where the message is read from a message queue and is assigned to a string. (i.e. assignment from char array to string). I have made sure that the pointers are not getting deleted twice.
    I am using the following environment
    SunOS archie 5.8 Generic_108528-14 sun4u sparc SUNW,Ultra-60
    Sun WorkShop 6 update 2 Compilers C++
    Sun WorkShop 6 update 2 Standard 64-bit Class Library for C++
    If anybody has any idea about the problem, please reply to this.
    Thanks a lot,
    H.M.Joisa

    Since the Configurator doesn't include a compiler, so the flash panel generated by it doesn't have a native height and width.
    So the height and width you assigned in the Configurator is saved into the .gpc file.
    You observation is very sharp and accurate, when a panel is opened first time in the Photoshop.
    It will show the panel in the default size first, then it will load the height and width you assigned from the .gpc file, and resize it to the size you want.
    And then when you close the panel, it will save the current panel size to a flash player share object.
    The next time when you open the panel, it will load the last time saved size back.

  • BDB dumps core after adding approx 19MB of data

    Hi,
    BDB core dumps after adding about 19MB of data & killing and restarting it several times.
    Stack trace :
    #0 0xc00000000033cad0:0 in kill+0x30 () from /usr/lib/hpux64/libc.so.1
    (gdb) bt
    #0 0xc00000000033cad0:0 in kill+0x30 () from /usr/lib/hpux64/libc.so.1
    #1 0xc000000000260cf0:0 in raise+0x30 () from /usr/lib/hpux64/libc.so.1
    #2 0xc0000000002fe710:0 in abort+0x190 () from /usr/lib/hpux64/libc.so.1
    warning:
    ERROR: Use the "objectdir" command to specify the search
    path for objectfile db_err.o.
    If NOT specified will behave as a non -g compiled binary.
    warning: No unwind information found.
    Skipping this library /integhome/jobin/B063_runEnv/add-ons/lib/libicudata.sl.34.
    #3 0xc000000022ec2340:0 in __db_assert+0xc0 ()
    from /integhome/jobin/B063_runEnv/service/sys/servicerun/bin/libdb_cxx-4.3.so
    warning:
    ERROR: Use the "objectdir" command to specify the search
    path for objectfile db_meta.o.
    If NOT specified will behave as a non -g compiled binary.
    #4 0xc000000022ed2870:0 in __db_new+0x780 ()
    from /integhome/jobin/B063_runEnv/service/sys/servicerun/bin/libdb_cxx-4.3.so
    warning:
    ERROR: Use the "objectdir" command to specify the search
    path for objectfile bt_split.o.
    If NOT specified will behave as a non -g compiled binary.
    #5 0xc000000022ded690:0 in __bam_root+0xb0 ()
    from /integhome/jobin/B063_runEnv/service/sys/servicerun/bin/libdb_cxx-4.3.so
    #6 0xc000000022ded2d0:0 in __bam_split+0x1e0 ()
    from /integhome/jobin/B063_runEnv/service/sys/servicerun/bin/libdb_cxx-4.3.so
    warning:
    ERROR: Use the "objectdir" command to specify the search
    path for objectfile bt_cursor.o.
    If NOT specified will behave as a non -g compiled binary.
    #7 0xc000000022dc83f0:0 in __bam_c_put+0x360 ()
    from /integhome/jobin/B063_runEnv/service/sys/servicerun/bin/libdb_cxx-4.3.so
    warning:
    ERROR: Use the "objectdir" command to specify the search
    path for objectfile db_cam.o.
    If NOT specified will behave as a non -g compiled binary.
    #8 0xc000000022eb8c10:0 in __db_c_put+0x740 ()
    from /integhome/jobin/B063_runEnv/service/sys/servicerun/bin/libdb_cxx-4.3.so
    warning:
    ERROR: Use the "objectdir" command to specify the search
    path for objectfile db_am.o.
    If NOT specified will behave as a non -g compiled binary.
    #9 0xc000000022ea4100:0 in __db_put+0x4c0 ()
    from /integhome/jobin/B063_runEnv/service/sys/servicerun/bin/libdb_cxx-4.3.so---Type <return> to continue, or q <return> to quit---
    warning:
    ERROR: Use the "objectdir" command to specify the search
    path for objectfile db_iface.o.
    If NOT specified will behave as a non -g compiled binary.
    #10 0xc000000022eca7a0:0 in __db_put_pp+0x240 ()
    from /integhome/jobin/B063_runEnv/service/sys/servicerun/bin/libdb_cxx-4.3.so
    warning:
    ERROR: Use the "objectdir" command to specify the search
    path for objectfile cxx_db.o.
    If NOT specified will behave as a non -g compiled binary.
    #11 0xc000000022d92c90:0 in Db::put(DbTxn*,Dbt*,Dbt*,unsigned int)+0x120 ()
    from /integhome/jobin/B063_runEnv/service/sys/servicerun/bin/libdb_cxx-4.3.so
    What is the behaviour of BDB if its killed & restarted when a bdb transaction is in progress?
    anybody has an idea as to why BDB dumps core in above scenario?
    Regards
    Sandhya

    Hi Bogdan,
    As suggested by you i am using the below flags to open an enviornment.
    DB_RECOVER |DB_CREATE | DB_INIT_LOG | DB_INIT_MPOOL | DB_INIT_TXN|DB_THREAD
    DB_INIT_LOCK is not used because at our application level we are maintaining a lock to guard against multiple simultaneous access.
    The foll msg is output on the console & the dumps core with same stack trace as posted before.
    __db_assert: "last == pgno" failed: file "../dist/../db/db_meta.c", line 163
    I ran db_verify, db_stat, db_recover tools on the DB & thier results are as below.
    db_verify <dbfile>
    db_verify: Page 4965: partially zeroed page
    db_verify: ./configserviceDB: DB_VERIFY_BAD: Database verification failed
    db_recover -v
    Finding last valid log LSN: file: 1 offset 42872
    Recovery starting from [1][42200]
    Recovery complete at Sat Jul 28 17:40:36 2007
    Maximum transaction ID 8000000b Recovery checkpoint [1][42964]
    db_stat -d <dbfile>
    53162 Btree magic number
    9 Btree version number
    Big-endian Byte order
    Flags
    2 Minimum keys per-page
    8192 Underlying database page size
    1 Number of levels in the tree
    60 Number of unique keys in the tree
    60 Number of data items in the tree
    0 Number of tree internal pages
    0 Number of bytes free in tree internal pages (0% ff)
    1 Number of tree leaf pages
    62 Number of bytes free in tree leaf pages (99% ff)
    0 Number of tree duplicate pages
    0 Number of bytes free in tree duplicate pages (0% ff)
    0 Number of tree overflow pages
    0 Number of bytes free in tree overflow pages (0% ff)
    0 Number of empty pages
    0 Number of pages on the free list
    db_stat -E <dbfile>
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Default database environment information:
    4.3.28 Environment version
    0x120897 Magic number
    0 Panic value
    2 References
    0 The number of region locks that required waiting (0%)
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Per region database environment information:
    Mpool Region:
    2 Region ID
    -1 Segment ID
    1MB 264KB Size
    0 The number of region locks that required waiting (0%)
    Log Region:
    3 Region ID
    -1 Segment ID
    1MB 64KB Size
    0 The number of region locks that required waiting (0%)
    Transaction Region:
    4 Region ID
    -1 Segment ID
    16KB Size
    0 The number of region locks that required waiting (0%)
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    DB_ENV handle information:
    Set Errfile
    db_stat Errpfx
    !Set Errcall
    !Set Feedback
    !Set Panic
    !Set Malloc
    !Set Realloc
    !Set Free
    Verbose flags
    !Set App private
    !Set App dispatch
    !Set Home
    !Set Log dir
    /integhome/jobin/B064_July2/runEnv/temp Tmp dir
    !Set Data dir
    0660 Mode
    DB_INIT_LOG, DB_INIT_MPOOL, DB_INIT_TXN, DB_USE_ENVIRON Open flags
    !Set Lockfhp
    Set Rec tab
    187 Rec tab slots
    !Set RPC client
    0 RPC client ID
    0 DB ref count
    -1 Shared mem key
    400 test-and-set spin configuration
    !Set DB handle mutex
    !Set api1 internal
    !Set api2 internal
    !Set password
    !Set crypto handle
    !Set MT mutex
    DB_ENV_LOG_AUTOREMOVE, DB_ENV_OPEN_CALLED Flags
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Default logging region information:
    0x40988 Log magic number
    10 Log version number
    1MB Log record cache size
    0660 Log file mode
    1Mb Current log file size
    632B Log bytes written
    632B Log bytes written since last checkpoint
    1 Total log file writes
    0 Total log file write due to overflow
    1 Total log file flushes
    1 Current log file number
    42872 Current log file offset
    1 On-disk log file number
    42872 On-disk log file offset
    1 Maximum commits in a log flush
    1 Minimum commits in a log flush
    1MB 64KB Log region size
    0 The number of region locks that required waiting (0%)
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Log REGINFO information:
    Log Region type
    3 Region ID
    __db.003 Region name
    0xc00000000b774000 Original region address
    0xc00000000b774000 Region address
    0xc00000000b883dd0 Region primary address
    0 Region maximum allocation
    0 Region allocated
    REGION_JOIN_OK Region flags
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    DB_LOG handle information:
    !Set DB_LOG handle mutex
    0 Log file name
    !Set Log file handle
    Flags
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    LOG handle information:
    0 file name list mutex (0%)
    0x40988 persist.magic
    10 persist.version
    0 persist.log_size
    0660 persist.mode
    1/42872 current file offset LSN
    1/42872 first buffer byte LSN
    0 current buffer offset
    42872 current file write offset
    68 length of last record
    0 log flush in progress
    0 Log flush mutex (0%)
    1/42872 last sync LSN
    1/41475 cached checkpoint LSN
    1MB log buffer size
    1MB log file size
    1MB next log file size
    0 transactions waiting to commit
    1/0 LSN of first commit
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    LOG FNAME list:
    0 File name mutex (0%)
    1 Fid max
    ID Name Type Pgno Txnid DBP-info
    0 configserviceDB btree 0 0 No DBP 0 0 0
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Default cache region information:
    1MB 262KB 960B Total cache size
    1 Number of caches
    1MB 264KB Pool individual cache size
    0 Maximum memory-mapped file size
    0 Maximum open file descriptors
    0 Maximum sequential buffer writes
    0 Sleep after writing maximum sequential buffers
    0 Requested pages mapped into the process' address space
    43312 Requested pages found in the cache (89%)
    4968 Requested pages not found in the cache
    640 Pages created in the cache
    4965 Pages read into the cache
    621 Pages written from the cache to the backing file
    4818 Clean pages forced from the cache
    621 Dirty pages forced from the cache
    0 Dirty pages written by trickle-sync thread
    166 Current total page count
    146 Current clean page count
    20 Current dirty page count
    131 Number of hash buckets used for page location
    53888 Total number of times hash chains searched for a page
    4 The longest hash chain searched for a page
    92783 Total number of hash buckets examined for page location
    0 The number of hash bucket locks that required waiting (0%)
    0 The maximum number of times any hash bucket lock was waited for
    0 The number of region locks that required waiting (0%)
    5615 The number of page allocations
    10931 The number of hash buckets examined during allocations
    22 The maximum number of hash buckets examined for an allocation
    5439 The number of pages examined during allocations
    11 The max number of pages examined for an allocation
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Pool File: temporary
    1024 Page size
    0 Requested pages mapped into the process' address space
    43245 Requested pages found in the cache (99%)
    1 Requested pages not found in the cache
    635 Pages created in the cache
    0 Pages read into the cache
    617 Pages written from the cache to the backing file
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Pool File: configserviceDB
    8192 Page size
    0 Requested pages mapped into the process' address space
    65 Requested pages found in the cache (1%)
    4965 Requested pages not found in the cache
    1 Pages created in the cache
    4965 Pages read into the cache
    0 Pages written from the cache to the backing file
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Mpool REGINFO information:
    Mpool Region type
    2 Region ID
    __db.002 Region name
    0xc00000000b632000 Original region address
    0xc00000000b632000 Region address
    0xc00000000b773f08 Region primary address
    0 Region maximum allocation
    0 Region allocated
    REGION_JOIN_OK Region flags
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    MPOOL structure:
    0/0 Maximum checkpoint LSN
    131 Hash table entries
    64 Hash table last-checked
    48905 Hash table LRU count
    48914 Put counter
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    DB_MPOOL handle information:
    !Set DB_MPOOL handle mutex
    1 Underlying cache regions
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    DB_MPOOLFILE structures:
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    MPOOLFILE structures:
    File #1: temporary
    0 Mutex (0%)
    0 Reference count
    18 Block count
    634 Last page number
    0 Original last page number
    0 Maximum page number
    0 Type
    0 Priority
    0 Page's LSN offset
    32 Page's clear length
    0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 f8 0 0 0 0 ID
    deadfile, file written Flags
    File #2: configserviceDB
    0 Mutex (0%)
    1 Reference count
    148 Block count
    4965 Last page number
    4964 Original last page number
    0 Maximum page number
    0 Type
    0 Priority
    0 Page's LSN offset
    32 Page's clear length
    0 0 b6 59 40 1 0 2 39 ac 13 6f 0 a df 18 0 0 0 0 ID
    file written Flags
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Cache #1:
    BH hash table (131 hash slots)
    bucket #: priority, mutex
    pageno, file, ref, LSN, mutex, address, priority, flags
    bucket 0: 47385, 0/0%:
    4813, #2, 0, 0/1, 0/0%, 0x04acf0, 47385
    4944, #2, 0, 0/0, 0/0%, 0x020c18, 48692

  • Is it possible to use OpenSolaris for Sun VDI 3.1 core servers?

    The documentation states that Sun VDI 3.1 core servers must be Solaris 10 (u7 or u8).
    While it is not supported to use OpenSolaris (2009.06 dev_129/130 or SXCE snv_129) for the core servers, is this expected to work at all in practice (i.e. in a single-host demo environment)? Are there any issues regarding bundled recent SRSS and SSGD running on OpenSolaris platforms, in particular?
    The problem is that a potential customer wants to evaluate Sun VDI and can spare some old Netra servers for the installation, which were acceptable as Sun Ray servers in previous life. These servers have two "eri" interfaces and a "dgc" interface, and need to connect to several networks (public, ldap, management and new test-sunray vlans). Solaris 10 does not provide drivers for "eri"'s nor "dgc"'s to create VLANs, so the customer wants to try OpenSolaris and CrossBow to spawn VNICs or VLANs. If that goes well indeed, my original question stands up.
    If this is known not to work, we'll save some time from pointless tests and push requests for different hardware :)
    TIA,
    //Jim

    I had a similar problem. One of my VDI test systems is from HP and and has a RealTek "RTL81xxx" chipset that is not supported under Solaris 10. But there is this page here:
    http://homepage2.nifty.com/mrym3/taiyodo/eng/
    Take a look. There are many free Ethernet drivers for Solaris there. You have to compile them yourself, but the process is straightforward (just follow the instructions). I was able to get my Ethernet interface working via the "gani" driver, so my interface got the name "gani0". It may look odd, yes ... but it works. VDI now works tip top on that HP machine. Take a look at that page above ... maybe you can find the right drivers for your cards too?
    Regards,
    DJ.

  • Cc-transport dumps core

    Hi,
    we have a problem with cc-transport on many systems perpetually dumping core.
    I was wondering if anyone else has seen this problem?
    Is there a fix for this? We have update connection patched to quite recent. Java version is 1.5.13 or whatever the last update was.
    This gives us a lot of grief as we have to clean up after cc-transport quite regularly.
    rachel

    Try downloading and installing patch 121081-08
    possibly download the latest java patch 118666-15 from sun solve

  • Server dumps core

    we run WLS7.0 SP4 on Sun Solaris with -server option, but the server dumps core
    once in a while. Can anyone help on this? Thanks a lot
    Shiye Qiu

    My "solution" doesn't change your architecture at all.
    Your web servers are showing a stack trace pointing to libpassthrough.so. This is a shared object that runs in the Web Server. I'm suggesting that rather than use an old libpassthrough.so that may (or may not) have problems, try using the built-in Reverse Proxy feature of Web Server. The Reverse Proxy feature is derived from the older libpassthrough.so, but has had many enhancements over the years. It IS a newer version of the load balancer shared object you are currently using.

  • Dwp dumps core. Unresolved symbol: timezone_getDefaultTZID

    Hi,
    Subscribing to another user calendar or resources generates the following messages to the console and dwp dumps core.
    /opt/SUNWcal/calendar/bin> /usr/lib/dld.sl: Unresolved symbol: timezone_getDefaultTZID (code) from ./libcore_parser10.sl
    /usr/lib/dld.sl: Unresolved symbol: timezone_getDefaultTZID (code) from ./libcore_parser10.sl
    /usr/lib/dld.sl: Unresolved symbol: timezone_getDefaultTZID (code) from ./libcore_parser10.sl
    /usr/lib/dld.sl: Unresolved symbol: timezone_getDefaultTZID (code) from ./libcore_parser10.sl
    Platform: HPUX11.11
    Calendar: 2005Q4
    Thanks,
    Toriq

    <pre>
    Hi Donald,
    You should have logged this as new problem under new thread.
    I would suggest to try search for "106327" at
    http://access1.sun.com
    P.S: Use bottom search engine.
    Thanks
    Kalpesh

  • Getting slapd to dump core when installed as a non-root users on linux

    Doesn anyone know how to allow slapd do dump core when running on linux(redhat as4) while being installed as a non-root user?
    I have tried the normal route of setting core to unlimited and that user to unlimited also in limits.conf.
    I can do a kill -11 $pid with an instance running as root to get a core but no luck with an instance as a non-root user.

    I forgot to mention that I'm running 6.1.

Maybe you are looking for

  • Blue screen error....

     Hi Often am getting this error, stops my work, pls check this.... "A problem has been dtected and windows has been shut down to prevent damage to your computer If this is the first time you've seen this stop error screen, restart your computer. If t

  • Play iTunes Movie on BlackBerry Torch 9810

    There is definitely no shortage of M4V to MP4 converter on the Internet. One of the best M4V to MP4 converter is called Tune4mac iTunes M4V Converter Plus, which is able to remove DRM control from iTunes M4V movie rentals and purchases and convert M4

  • HT4623 when update was complet on my Iphone all my contacts where missing

    After update on my Iphone all my contacts where missing, I have backed them up on Itunes, but don;t seem to be able to retrive them.

  • I can't transfer files

    Hello, I am transferring from one computer to the other in my office. I select 'GO' from the menu and type in the IP to the other computer. The login window pops up and I select Registered User and fill it in. The drive pops up on the computer and I

  • Tpinit and tpterm in multithreaded environment

    Hello, I have a question about the way a Tuxedo WS client allocates and releases connections to Tuxedo server in a muti threaded environment. I call once tpinit() with the TPMULTICONTEXTS flags set ( I guess somme system resources are allocated) . I