Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Unexpected segfault constructing AABB tree in Ubuntu 13.10

Subject: CGAL users discussion list

List archive

[cgal-discuss] Unexpected segfault constructing AABB tree in Ubuntu 13.10


Chronological Thread 
  • From: Alex Tsui <>
  • To:
  • Subject: [cgal-discuss] Unexpected segfault constructing AABB tree in Ubuntu 13.10
  • Date: Sun, 24 Nov 2013 01:15:34 -0800

Hi,

I am having trouble with this small code sample built with CGAL 4.3 that constructs and queries an AABB tree:

https://dl.dropboxusercontent.com/u/508241/posts/aabbTreeExample.tar.gz

You can unpack and test it out by running
cmake .
make
./test patch.txt

Basically, it loads the triangles from the text file and queries a point, but on this system, it segfaults when the tree is rebuilt. Some relevant build details are:

Ubuntu 13.10 64-bit
gcc 4.8.1
CGAL 4.3
Boost 1.49

I am not sure what the issue is but wonder if anyone else can reproduce it? I actually cannot reproduce this issue on my older Ubuntu system and OS X laptop.

Thanks,

--Alex




Archive powered by MHonArc 2.6.18.

Top of Page