-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Assertion makes osrm-extract fail #6373
Copy link
Copy link
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels