Hi,
I have following crash when trying to do vector.assign.
This code was working perfectly for 3 mnts but came across following crash one day.
Would like to know under what circumstances following crash occur.
#0 0x010279dc in _flist_bin_first_fit () from libc.so.3
#1 0x01027260 in _list_memalign () from libc.so.3
#2 0x01028440 in T.70 () from libc.so.3
#3 0x785e126c in operator new(unsigned int) () from libcpp.so.4
#4 0x780a80b8 in void std::vector<char, std::allocator >::assign<char*>(char*, char*) () from libNS_FrameworkUnified.so
Kindly help under which situation above stack frame comes up.