core dump at std::basic_string
807575Aug 22 2007 — edited Aug 22 2007Hi,
I am working on one of the product here and my program core dumps at std::basic_string class. It dumps at diffrent place in program every time i run. My application is multi threaded program. here is the core image.
t@1851 (l@15) terminated by signal SEGV (no mapping at the fault address)
Current function is std::basic_string<char,std::char_traits<char>,std::allocator<char> >::basic_string (optimized)
957 }
(/opt/SUNWspro/bin/../WS6U2/bin/sparcv9/dbx) w here
current thread: t@1851
=>[1] std::basic_string<char,std::char_traits<char>,std::allocator<char> >::basic_string(this = ???, s = CLASS) (optimized), at 0xabfdc (line ~957) in "string"
[2] FilterPath::getData(this = ???, data = CLASS) (optimized), at 0xaac20 (line ~277) in "AttributeFilter.cpp"
My C++ compiler detail is
Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-11 2002/10/31
Any Help Please.
Thanks,
Amit