Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Valgrind

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Valgrind


Chronological Thread 
  • From: Bernhard Kornberger <>
  • To:
  • Subject: Re: [cgal-discuss] Valgrind
  • Date: Sat, 31 Jul 2010 18:31:24 +0200

On 2010-07-31 18:12, Sylvain Pion wrote:

Hi Bernhard,

Valgrind doesn't handle the FPU rounding modes. So, under valgrind,
the interval arithmetic of CGAL becomes unreliable (so the Filtered_kernel
and the higher levels using it as well).

I don't think that there is any workaround. Depending on what you
are trying to debug, you can maybe use a non-degenerate data set,
and use a non robust kernel. Or use some slow multiprecision kernel
with no interval filtering.


Thank you for the answer, Sylvain. An unfiltered multiprecision
kernel is certainly enough for debugging. If that works, the
problem is solved.


Best
Bernhard





Archive powered by MHonArc 2.6.16.

Top of Page