jtsiomb / kdtree

A simple C library for working with KD-Trees
http://nuclear.mutantstargoat.com/sw/kdtree/
Other
391 stars 115 forks source link

When Insert 7950 nodes, the debug version crash. #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

   Check the code attachment.
   When run in VS2010, Win7 64Bit System, debug version will crash, release version no problem.

   After delete the last line "vecTest.push_back(testStruct(3076.0f,2939.0f));" ,  debug will ok.

What is the expected output? What do you see instead?
   debug run success as release version.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by qbbqbbqb...@gmail.com on 26 Dec 2014 at 3:22