Member Site › Forums › Rosetta 3 › Rosetta 3 – General › Model Extraction › Reply To: Model Extraction
April 16, 2010 at 3:14 pm
#4423
Anonymous
The proximate problem is a vector overrun: somewhere in the program, the code has tried to access the N+1th member of an N member vector. More specifically than that I don’t know.
You said you were “testing the build” – are you running your own RNA, or running a demo program and encountering this error?
Also, for the purposes of debugging, the debug build you have is correct – for production, you’ll want to remember to use mode=release on the compile command line (maybe you already know that).