SIGABRT Runtime Error

What is this weird runtime error? FAQ says it occurs when STL elements try to store too much memory. In my code for MIKE3 (Mike and Stamps) I have only declared one global vector of the form

vector< vector< int > > ar

Can someone tell me how it can generate this runtime error. I haven’t used any assert statements in my code.