Version: 7.2.0
Code:
let points = [] // A huge point set. About one million GPS points.
points.splice(72026); // The threshold is 72026
let clustered = turf.clustersDbscan(turf.featureCollection(points), 0.1);
Stacktrace:
Segmentation fault (core dumped)
And I can't find any dumpfile in jsfile folder