Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] kd-tree crashing on Visual Studio 10/11 for x64 configuration

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] kd-tree crashing on Visual Studio 10/11 for x64 configuration


Chronological Thread 
  • From: Zohar <>
  • To:
  • Subject: Re: [cgal-discuss] kd-tree crashing on Visual Studio 10/11 for x64 configuration
  • Date: Tue, 1 Apr 2014 23:25:24 -0700 (PDT)


Seems like a bug. Kd_tree::create_internal_node_use_extension() performs a
recursive call, and there are too many points to fit all the recursive calls
in the stack. Maybe win32 takes less memory and holds more calls.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/kd-tree-crashing-on-Visual-Studio-10-11-for-x64-configuration-tp4659051p4659052.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page