Hi,
I am getting frequent SIGSEV/SIGBUS while my main returns. I am using C++ Forte Compiler :
CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-20 2004/03/19
The core stack trace shows that the crash occured while calling the destructor of a std::string which is declared as
"const std::string foo "+-" ;
in one of my header file.
Here is the stack trace when the crash occurs:
...