Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

core dump at std::basic_string

807575Aug 22 2007 — edited Aug 22 2007
Hi,

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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 19 2007
Added on Aug 22 2007
2 comments
657 views