Maxime GIMENO
Maxime GIMENO
@gdamiand We discussed it with lrineau, for now we just want the PR as it is to compile and run without warning to integrate it. If we manage that, I...
I get : ================================================================= ==11859==ERROR: AddressSanitizer: stack-use-after-scope on address 0x7ffd86440390 at pc 0x559e024db0b0 bp 0x7ffd8643f9a0 sp 0x7ffd8643f990 READ of size 4 at 0x7ffd86440390 thread T0 #0 0x559e024db0af in CGAL::Positive_halfsphere_geometry::compare_xy(CGAL::Sphere_point const&,...
For me it's just that trying to access an invalid address is a very unstable operation, that shouldn't ever work, but as long as the memory has not been re-allocated,...
On my machine, the sanitizer error is still triggered even with Cartesian
Hi, I think the small feature should be accepted by now, and this PR integrated. @CUBERLEON or @sloriot can one of you please resolve the small conflict in CHANGES.md so...
Warnings in the doc : /home/cgal-testsuite/cgal_doc_build/CGAL-4.14-Ic-96/doc/Surface_mesh_segmentation/PackageDescription.txt:44: warning: explicit link request to 'CGAL::approximate_convex_segmentation()' could not be resolved /home/cgal-testsuite/cgal_doc_build/CGAL-4.14-Ic-96/doc/Surface_mesh_segmentation/PackageDescription.txt:45: warning: explicit link request to 'CGAL::concavity_values()' could not be resolved
also errors : https://cgal.geometryfactory.com/CGAL/testsuite/results-4.14-Ic-99.shtml#Surface_mesh_segmentation
Conflicts
Is this PR ready for testing ?
Travis detected differences in the dependencies. Are those what's expected from this PR ? In such case pleae correct them in the package_info files ``` Differences in TDS_2: Interval_support Modular_arithmetic...