Hi This is list for OpenSolaris, for Solaris 10, please contact your support rep.
Additionally, without knowing which set of APIs have changed and whether or not application has makes use of them in proper fashion, providing any help would not be possible. The stack trace shows that your application is blocked in malloc(). Thus it *may* be pointing to any of these- 1. Use of incompatible threading APIs (are you using anything else than pthread ?) 2. Trashed memory (invalid pointers etc. usual C/C++ pointer misuse) You can debug your application better by using the lastest netbeans. It has support for debugging multithreaded apps and also memory profiling which can detect race conditions and memory/pointer issues. See if that helps. - Akhilesh This message posted from opensolaris.org