M
Mani
Hi ,
I am getting a crash in std::map insert. The map object is created, but
while inserting into it there is a core dump and this dosen't happen
frequently. The gdb trace looks like this.
_STL::_Rb_tree<long, _STL:air<long const, int>,
_STL::_Select1st<_STL:air<long const, int> >, _STL::less<long>,
_STL::allocator<_STL:air<long const, int> > >::insert_unique
(this=0x81ac3e4, __v=@0xbfffc2e0) at _tree.h:265
I cannot paste the whole code, but please let me know if you have any clues.
Thanks,
Mani.
I am getting a crash in std::map insert. The map object is created, but
while inserting into it there is a core dump and this dosen't happen
frequently. The gdb trace looks like this.
_STL::_Rb_tree<long, _STL:air<long const, int>,
_STL::_Select1st<_STL:air<long const, int> >, _STL::less<long>,
_STL::allocator<_STL:air<long const, int> > >::insert_unique
(this=0x81ac3e4, __v=@0xbfffc2e0) at _tree.h:265
I cannot paste the whole code, but please let me know if you have any clues.
Thanks,
Mani.