Hi Srivatsan, > Isn't line 501 inside stl_vector.h? Yes. If you want, break into the debugger (gdb) and do a backtrace to see where up the stack which frame and what line your routine was at. Make sure you compile your code with -g. --Eljay
Hi Srivatsan, > Isn't line 501 inside stl_vector.h? Yes. If you want, break into the debugger (gdb) and do a backtrace to see where up the stack which frame and what line your routine was at. Make sure you compile your code with -g. --Eljay