Samar,
There are some patches available for both the newer C++
compilers, and also general C++ runtime library patches for
specific versions of the Solaris OS. But you would have to
search Sunsolve to find the available patches for your
compiler and OS to be sure you have the correct ones.
The updated Forte compiler release is so new, there may be
no patches issued yet for that version. Again, the best
place to check is:
sunsolve.sun.com
This site has every available patch for any of the Solaris
versions. Some are public, and some are only available
through contract support. If you need the most current
patches, you should have a support contract. If you already
have a contract, searching for these patches is very simple.
Regards,
--Carl
Samar Abbas Lotia <[EMAIL PROTECTED]> on 09/28/2001 02:10:58 PM
Please respond to [EMAIL PROTECTED]
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject: core dump on Solaris 8 when exceptions raised
Hi all,
I am using Sun Forte 6 Update 1 (C++ compiler version 5.2) and I see the
following problem.
When I compile with optimizations on xerces crashes when an exception is
raised. The easiest way I can reproduce the problem is to try and parse a
file that doesn't exist, i.e.
DOMParser tParser;
tParser.parse("/doesnotexist.xml");
I saw some discussion in the list archives regarding this problem and the
solution discovered was installation of patch 107390-10. However, this
discussion was particular to the 5.0 version of the compiler. I was
wondering if someone has seen similar problems with 5.2 and/or if there are
patches applicable to this release of the compiler that address the
problem.
The code works fine when compiling with the '-g' flag and no optimizations.
SAL
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]