Subject: CGAL users discussion list
List archive
- From: "Querl, Patrick" <>
- To: "" <>
- Subject: AW: [cgal-discuss] Working with CGAL and valgrind
- Date: Tue, 26 Nov 2019 13:47:36 +0000
- Accept-language: de-DE, en-US
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=Pass
- Ironport-phdr: 9a23:r14xaRC0IqS/PtLO1EKtUyQJP3N1i/DPJgcQr6AfoPdwSP37p8ywAkXT6L1XgUPTWs2DsrQY0rGQ6v67EjFfqb+681k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i764jEdAAjwOhRoLerpBIHSk9631+ev8JHPfglEnjWwba58IRmssAnct8cbjYRiJ6sz1xDEvmZGd+NKyG1yOFmdhQz85sC+/J5i9yRfpfcs/NNeXKv5Yqo1U6VWACwpPG4p6sLrswLDTRaU6XsHTmoWiBtIDBPb4xz8Q5z8rzH1tut52CmdIM32UbU5Uims4qt3VBPljjoMOjgk+2/Vl8NwlrpWrhK/qRJi347aboKbNPR8caPcYdwVSnFMUdxNWyxDGI6wc5cDA/QHMO1Fr4f9vVwOrR6mCAWiH+3v1yFHhmXy3aEizu8vCxvJ3BA6H9IPrHvUr9v5P7oVXOCt1qbI0S/Db/JK1jf+8oTIaw0hru+WXbJ0asfR00cuFx/FjlmJs4PqJS+a1uQTvGid9eZvSPyghnchpgpsrDavwcIshZPIhoIT0l3E9CN5wJw0JdKiUkJ7b8SkHINftyGbK4t2Qt4iTHpytCkmzb0GvJi2dzUJxpQ/3xPTdvKKfoeS7h7+WuudPS10iXJ/dL+whhu+6VWsx+P+W8WuzlpGsCtInsPRunwR1BHf8NaLR/Vj8ku51zaAyQPe5v1BLE0xm6rXN4Mtz7A1m5YOr0vDECH7lUD4jK+Ydkgp++2l5P77brn6p5KRMZJ/hBvkPaQ0gMO/BPw1MggQUGif/uSxzLjj8lf4QLVOl/E2lbTZsIzDKcgGvKK5AhNV3Zo55xalATamzNQYkWAdI11fZB2Hj5bmO1fULP/lE/izm1WskDF1yPDaJrDtH5vAI3fZnLv8c7tx91RQxQopwd1Q5p9YErQBL+jyWk/1utzYFBg5Mwmszub/Etp9ypkeWWOTDa+aKq/SqEKI6fw1I+mIf4IVojj8K+Ql5/L3l3A2g0MSfam30psRcny3A+ppL12DYXXwmtcBDXsKvg0mQeP2h12NSzpTa2+vUKI9/TE0FJ+mDZzYRo22m7yA3CK7HoVMaWxcC1CMF23od4SeVPsWZiKSOJwprzofSLL0S5M9zQr880jh2r9/J6zV/DcZvNTtzp9u9ujLnFYz8zJzSM+S2mXIQ2BvlX4TXGwK2/U1qkN0zhKP0LNznudDPd1V/fJAFAkgf9aIxONzD5X+WxnKY8ySYFegWNSvRz8rGIEf2dgLNgxEBti4ilSL5yO2Gb4elPbDUIQ97rjd1Hu3Pttw0XLuzrY9jxwvS8BPOGvgiqMppFubPJLAj0jMz/XiTq8bxiOYrD7en1rLh1lRVUtLaYuAXX0bYRCP/9Hw50eHSKKyTO1hMxdKj9SdNqsPY9TijVhAAvvuao2HPzCB3lyoDBPN/YuiKZLwcjxDjj/CFEhBmgkY/XuAcwQzVH/48jDuSQd2HFeqWHvCtOx3qXe1VEgxll/YdVJ91/+88xUViPraR/5Bhr8=
Hello Michael,
many many thanks for the quick response, I will try that.
Best,
Patrick
Von: <> im Auftrag von Hoffmann Michael <>
Gesendet: Dienstag, 26. November 2019 12:57:48
An:
Betreff: Re: [cgal-discuss] Working with CGAL and valgrind
Gesendet: Dienstag, 26. November 2019 12:57:48
An:
Betreff: Re: [cgal-discuss] Working with CGAL and valgrind
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
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
- [cgal-discuss] Working with CGAL and valgrind, Patrick, 11/26/2019
- Re: [cgal-discuss] Working with CGAL and valgrind, Hoffmann Michael, 11/26/2019
- Re: [cgal-discuss] Working with CGAL and valgrind, Sylvain Pion, 11/26/2019
- AW: [cgal-discuss] Working with CGAL and valgrind, Querl, Patrick, 11/26/2019
- Re: [cgal-discuss] Working with CGAL and valgrind, Hoffmann Michael, 11/26/2019
Archive powered by MHonArc 2.6.18.