I compiled 1.3.x branch using CGAL 4.11 to try to see if this issue might have been fixed already,
I still get hanging even using branch of 1.3.x. Others have complained about cpu exhaustion with lower SFCGAL.
https://lists.osgeo.org/pipermail/postgis-devel/2018-January/026844.html
SELECT ST_StraightSkeleton('POLYGON((256 760,518 760,518 630,674 630,674 239,673 239,127 239,127 240,126 240,126 513,127 513,127 514,126 514,126 630,255 630,256 630,256 760),(128 629,128 423,270 423,270 422,271 422,271 240,672 240,672 629,128 629),(258 759,258 631,516 631,516 759,258 759),(128 421,128 240,269 240,269 421,128 421))'::geometry);
Same issue with /ST_ApproximateMedialAxis which I guess is expected since it's a wrapper around ST_StraightSkeleton.
I compiled 1.3.x branch using CGAL 4.11 to try to see if this issue might have been fixed already,
I still get hanging even using branch of 1.3.x. Others have complained about cpu exhaustion with lower SFCGAL.
https://lists.osgeo.org/pipermail/postgis-devel/2018-January/026844.html
SELECT ST_StraightSkeleton('POLYGON((256 760,518 760,518 630,674 630,674 239,673 239,127 239,127 240,126 240,126 513,127 513,127 514,126 514,126 630,255 630,256 630,256 760),(128 629,128 423,270 423,270 422,271 422,271 240,672 240,672 629,128 629),(258 759,258 631,516 631,516 759,258 759),(128 421,128 240,269 240,269 421,128 421))'::geometry);Same issue with /ST_ApproximateMedialAxis which I guess is expected since it's a wrapper around ST_StraightSkeleton.