hi ,
I am writing multithread application on Linux x86. I have some
problems when I am using std::string. I am using libstdc++.so.5.0.6
and using pthread to do multi threading. My program crashes and the
errors are as the followings.
0x00a94fe7 in std::string::_Rep::_M_grab () from /usr/lib/libstdc++.so.
5
#1 0x00a9512c in std::basic_string<char, std::char_traits<char>,
std::allocator<char> >::basic_string ()
from /usr/lib/libstdc++.so.5
#2 0x080764a2 in pair (this=0x2697880, __a=@[EMAIL PROTECTED]
) at /usr/include/g++/bits/stl_pair.h:84
Sever is running SLES 9 SP4.
Anybody has come across similar error and can they suggest me to how
resolve this issue?
Thanks
Santhosh