Subject: CGAL users discussion list
List archive
- From: "Sebastien Loriot (GeometryFactory)" <>
- To:
- Subject: Re: [cgal-discuss] Exception Thrown fom extract_mean_curvature_flow_skeleton
- Date: Thu, 17 Oct 2019 20:52:06 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:Q5PcJRfgvpPWMIcdhJFLmHpFlGMj4u6mDksu8pMizoh2WeGdxcS/bR7h7PlgxGXEQZ/co6odzbaP6Oa/BidZu8bJmUtBWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYdFRrlKAV6OPn+FJLMgMSrzeCy/IDYbxlViDanbr5+MRu7oR/Tu8QUjoduN7g9xxjUqXZUZupawn9lK0iOlBjm/Mew+5Bj8yVUu/0/8sNLTLv3caclQ7FGFToqK2866tHluhnFVguP+2ATUn4KnRpSAgjK9w/1U5HsuSbnrOV92S2aPcrrTbAoXDmp8qlmRAP0hCoBKjU09nzchM5tg6JBuB+vugJxw4DUbo+WOvRxcKzSctEGSmRORctRSy5MD5mgY4cTAecMP+BVpJT9qVsUqhu+ABGhCO3yxDBWnXD5x7Y60/ggEQ7Y2gwrAtQAsHPOrNX0M6cSTf2+wK3JwzrdaPNW3Cny6JTSchEhof+DR65/cdbWyUk1FwLJi1ucopHiMjOO0uQNtHKb7+tnVeKzkWInrgVxryOgxscpkIbJh4YVxkrY+iV+xYY4PNu1Q1N1b96jFZtfrSCaN41uT8MkWW5noz01yrkYtpKhYCcKz5EnyhjCYPKEa4iF+gzvWPqVLDtih39oeKiziwus/UWj0OHxVsa53E5XoidBktTArHAA2wDJ5sSaS/Zw8V2t1DeO2g3V9+pKO1o7lbDBJJ4k2rMwloQcsUDEHiLunUX5lq6WdkE99umm7uTrf6zqppGcOoJ7kA3+PaMumsuwAeQ8LAcCRXSU+eO51LH7/E35RqtFjuEun6XHrJzXId4Xq625DgNPz4ov9RWyAy2m3dkXhXUHKUhKeBODj4jnIVHOJ/X4AO+kg1Solzdr3fHGPrr9ApnXK3jDlKzsfbl460FGyQozycpT6I5TCrEEOP7zQFP+tMTEDh8lNAy52/roCNpn2YMaQG6AH66ZMLjOvl+V/eIvOPKBZJQVuTb4M/gq/eTijX4/mV8HfKmmx4EbaH6iHqcuH0LManXlhpINEHwBoxElZO3sklyLFzBJNFioWKdprAo2Aou9EYbOQMiJh6aA2zvzXrJbYWVLFkqdP37ja4KeSrZGIHaJJsh7kzsYE72lY4Ak3BCq8gT9zuw0faLv5iQEuMe7h5BO7OrJmERqrGAmP4Gmy2iIClpMsCYQXTZvhfJwpEV8zhGI1q0q26UFR+wW3OtAV0IBDbCZz+F+DIqvCAfIf9PMV1P/B9v7XXc+SdU+x9JIaEF4SY3730LzmhGyCrpQrISlQZk986bSxX/0fp8vxHPP1a1nhF4jEJJC
Unfortunately I could not reproduce the pb. All the models you gave are
working correctly on my computer ( I tried with CGAL 4.14 and the master
branch).
Could you please tell us more about your platform (OS, compiler, ...)? what versions of CGAL and Eigen are you using?
If you can compile in debug and run at least one case in the debugger,
it might help to provide the call stack.
Thanks,
Sebastien.
On 10/17/19 8:08 PM, lulu5 wrote:
Dear Sebastian,
Thank you for your replying. As your suggestion, I change /typedef
CGAL::Simple_cartesian<double> Kernel;/ to /typedef
CGAL::Exact_predicates_inexact_constructions_kernel Kernel;/
Unfortunately, the same issue still appears. I tested four different .off
files provided by CGAL examples and here is their testing result.
hand.off <http://cgal-discuss.949826.n4.nabble.com/file/t376145/hand.off> :
Create curve skeleton successfully
knot.off <http://cgal-discuss.949826.n4.nabble.com/file/t376145/knot.off> :
Exception thrown at 0x000000006F552384 (libmpfr-4.dll) in HelloCGAL.exe:
0xC0000005: Access violation accessing location 0x0000000000000000.
u.off <http://cgal-discuss.949826.n4.nabble.com/file/t376145/u.off> :
Exception thrown at 0x000000006AD20FA0 (libgmp-10.dll) in HelloCGAL.exe:
0xC0000005: Access violation executing location 0x000000006AD20FA0. (from
Mpzf.h)
part.off <http://cgal-discuss.949826.n4.nabble.com/file/t376145/part.off> :
Exception thrown at 0x000000006AD20FA0 (libgmp-10.dll) in HelloCGAL.exe:
0xC0000005: Access violation executing location 0x000000006AD20FA0. (from
Mpzf.h)
Once again, thank you for your help!
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
- [cgal-discuss] Exception Thrown fom extract_mean_curvature_flow_skeleton, lulu5, 10/16/2019
- Re: [cgal-discuss] Exception Thrown fom extract_mean_curvature_flow_skeleton, Sebastien Loriot (GeometryFactory), 10/17/2019
- Re: [cgal-discuss] Exception Thrown fom extract_mean_curvature_flow_skeleton, lulu5, 10/17/2019
- Re: [cgal-discuss] Exception Thrown fom extract_mean_curvature_flow_skeleton, Sebastien Loriot (GeometryFactory), 10/17/2019
- Re: [cgal-discuss] Exception Thrown fom extract_mean_curvature_flow_skeleton, lulu5, 10/17/2019
- Re: [cgal-discuss] Exception Thrown fom extract_mean_curvature_flow_skeleton, Sebastien Loriot (GeometryFactory), 10/17/2019
Archive powered by MHonArc 2.6.18.