Run time error like this?

*** Error in `/home/david/Work/KeplerSpace/T101_FirstAll/Debug/T101_FirstAll': double free or corruption (out): 0x000000000202fea0 ***

My program running running and suddenly, this happens, and happens every time.

I checked that line where program stopped, it is only this:
Ln[lid].PtI.push_back(Pt.size());

What could be the problem?
Last edited on
Hard to say. Make sure lid is not out of bounds for Ln.
Last edited on
nope, lid is not changing here actually.
Ok, I got it, Thanks Peter!
Topic archived. No new replies allowed.