Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Working with CGAL and valgrind

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Working with CGAL and valgrind


Chronological Thread 
  • From: Sylvain Pion <>
  • To:
  • Subject: Re: [cgal-discuss] Working with CGAL and valgrind
  • Date: Tue, 26 Nov 2019 13:48:08 +0100

Hi Patrick,

Alternatively you can try to use compiler instrumentation options, like
-fsanitize=… with GCC.

Best,
Sylvain

> Le 26 nov. 2019 à 12:57, Hoffmann Michael
> <>
> a écrit :
>
> Hi Patrick,
>
> valgrind still does not seem to support setting of rounding modes for
> interval arithmetic.
> You can patch it in, along the lines of
> github.com/trast/valgrind
> github.com/trast/valgrind-VEX
>
> Best, Michael
>
>> On 26 Nov 2019, at 12:30, Patrick
>> <>
>> wrote:
>>
>> Hello everybody,
>>
>>
>> in the scope of a current lab course I am participating in for my
>> university I am working on a little C++ project. There I make use of some
>> of the CGAL libraries. We were told to test our code against memory leaks
>> using valgrind. Unfortunately, CGAL does not seem to work together with
>> valgrind (or at least I was unable to work around this issue).
>>
>>
>> That is why I wanted to ask you, if someone here has an idea of how to fix
>> my issue.
>>
>>
>> Best regards
>>
>> Patrick
>>
>>
>> --
>> You are currently subscribed to cgal-discuss.
>> To unsubscribe or access the archives, go to
>> https://sympa.inria.fr/sympa/info/cgal-discuss
>>
>>
>
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://sympa.inria.fr/sympa/info/cgal-discuss
>
>




Archive powered by MHonArc 2.6.18.

Top of Page