Replies: 4 comments
-
I confirm: no crash with |
Beta Was this translation helpful? Give feedback.
-
Valgrind does not like rounding mode changes done by CGAL. See #3094 |
Beta Was this translation helpful? Give feedback.
-
Ok. But this error is different to the ones I already encountered with Valgrind. Just checking another example of The other clipping functions, |
Beta Was this translation helpful? Give feedback.
-
Except if you compile your exe with the option to disable rounding mode changes, Valgrind is not expected to work with CGAL. If you can reproduce an error without Valgrind I can have a look otherwise it is most probably an usual issue with Valgrind. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I checked my R package with Valgrind and when clipping a mesh to a plane with
PMP::clip
, there's a crash. You can find the Valgrind report and a reproducible code in this gist. I tried to put somestd::cout
in a corefinement visitor and then I observed thatafter_face_copy()
is never triggered. The actionsbefore_subface_creation
andafter_subface_created
are triggered.I always use
Epeck
and usually when I have a crash with Valgrind, I also have the same crash if I replaceEpeck
withEpick
. I don't think this is the case here, but I will try.Beta Was this translation helpful? Give feedback.
All reactions