I encountered an interruption while executing the osrm-extract command while using Armenia's OSM data:
[assert][0x7000029eb000] /Users/runner/work/osrm-backend/osrm-backend/src/guidance/turn_lane_matcher.cpp:181
in: bool osrm::guidance::lanes::canMatchTrivially(const osrm::guidance::Intersection &, const osrm::guidance::lanes::LaneDataVector &): lane_data[lane].from != INVALID_LANEID
libc++abi: terminating
[1] 87885 abort node_modules/osrm/lib/binding/osrm-extract -p
The test data can be downloaded from http://download.geofabrik.de/asia/armenia-latest.osm.pbf
It looks like there may be errors in the data, but because of the assertion, osrm-extract doesn't ignore the errors and interrupts the execution.
I encountered an interruption while executing the osrm-extract command while using Armenia's OSM data:
The test data can be downloaded from http://download.geofabrik.de/asia/armenia-latest.osm.pbf
It looks like there may be errors in the data, but because of the assertion, osrm-extract doesn't ignore the errors and interrupts the execution.