I've used git clone
to get the latest version of OSRM, built it through build-local.bat
and then downloaded great-britain-latest.osm.pbf
from GeoFabrik
.
When I try and run osrm-extract great-britain-latest.osm.pbf
it crashes via a win32 process (below) and I can't seem to find any info online about it. Here's m full console output:
C:\Users\james\osrm-backend\osrm_Release>osrm-extract great-britain-latest.osm.pbf [info] Using script profile.lua [info] Input file: great-britain-latest.osm.pbf [info] Profile: profile.lua [info] Threads: 8 [STXXL-MSG] STXXL v1.4.99 (prerelease/Release) (git 1babe452214b4613a2a488d80073f4185c05a0b3) + gnu parallel(__GLIBCXX__) [STXXL-MSG] Disk 'c:\temp\stxxl' is allocated, space: 10000 MiB, I/O implementation: wincall queue=0 devid=0 [info] Parsing in progress..
I then get Unhandled exception at 0x00007FFE7DCA98FE (ucrtbase.dll) in osrm-extract.exe: Fatal program exit requested.
which I can't figure out.
Can anyone offer any advice please?
asked 02 Aug '16, 15:49

JamesGould
196●9●10●20
accept rate: 33%
The file might be corrupt. Did you compare the checksum?
You can try asking in the #osrm channel on IRC (http://irc.osm.org). My two guesses would be (a) not enough memory or (b) Windows incompatibility with current code.