<snip>>Hi, >Fractal wrote: >> Hi all >> rtree is a great library?I used it in my project, everything is ok except random crash after I updated program bin file. >> i dig into the source code of rtree,found the crash was caused by using virtual function at node class. I also found that there is a static version of node class. is this a to be implement feature, or I'm using rtree in the wrong way?
here is the minimal example which exhibit the problem, you run the program the first time, is ok, but the second time, it crashed in insert method,i'm using vs2012, and the os is win7, in linux version, i observed that only i recompile my program and restart it, will it crash.