Skip to content

Instantly share code, notes, and snippets.

@mck-
Created March 7, 2014 22:39
Show Gist options
  • Save mck-/9421687 to your computer and use it in GitHub Desktop.
Save mck-/9421687 to your computer and use it in GitHub Desktop.
osrm-extract Error logs
$ /Project-OSRM/build# ./osrm-extract north-america-latest.osm.pbf
[info] Input file: north-america-latest.osm.pbf
[info] Profile: profile.lua
[info] Threads: 8
[info] Using script profile.lua
[STXXL-MSG] STXXL v1.3.1 (release)
[STXXL-MSG] 1 disks are allocated, total space: 50000 MiB
[info] Using turn restrictions
[info] Found 3 exceptions to turn restriction
[info] motorcar
[info] motor_vehicle
[info] vehicle
[info] Parsing in progress..
*** glibc detected *** ./osrm-extract: double free or corruption (!prev): 0x00007f461cb06df0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x7eb96)[0x7f49aa31cb96]
./osrm-extract(_ZN6OSMPBF3WayD1Ev+0x3e)[0x5113ee]
./osrm-extract(_ZN6OSMPBF3WayD0Ev+0x9)[0x511469]
./osrm-extract(_ZN6OSMPBF14PrimitiveGroupD2Ev+0xf7)[0x510f47]
./osrm-extract(_ZN6OSMPBF14PrimitiveGroupD0Ev+0x9)[0x511029]
./osrm-extract(_ZN6OSMPBF14PrimitiveBlockD1Ev+0x47)[0x510d47]
./osrm-extract(_ZN9PBFParser9ParseDataEv+0x9fe)[0x48265e]
/usr/lib/libboost_thread.so.1.46.1(thread_proxy+0x69)[0x7f49ac41dce9]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7e9a)[0x7f49ac1fbe9a]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f49aa3923fd]
======= Memory map: ========
00400000-0053c000 r-xp 00000000 fe:11 4719087 /data/Project-OSRM/build/osrm-extract
0073c000-00741000 r--p 0013c000 fe:11 4719087 /data/Project-OSRM/build/osrm-extract
00741000-00742000 rw-p 00141000 fe:11 4719087 /data/Project-OSRM/build/osrm-extract
00742000-00743000 rw-p 00000000 00:00 0
01adc000-01afd000 rw-p 00000000 00:00 0 [heap]
401d3000-40213000 rw-p 00000000 00:00 0
41b01000-41b21000 rw-p 00000000 00:00 0
7f4598000000-7f459821a000 rw-p 00000000 00:00 0
7f459821a000-7f459c000000 ---p 00000000 00:00 0
.....
7f471bfbc000-7f471c000000 ---p 00000000 00:00 0
7f471c000000-7f4720000000 rw-p 00000000 00:00 0
7f4720000000-7f4727fa4000 rw-p 00000000 00:00 0
7f4727fa4000-7f4728000000 ---p 00000000 00:00 0
7f4728000000-7f4730000000 rw-p 00000000 00:00 0
7f4730000000-7f4737f82000 rw-p 00000000 00:00 0
7f4737f82000-7f4738000000 ---p 00000000 00:00 0
7f4738000000-7f473bfe0000 rw-p 00000000 00:00 0
7f473bfe0000-7f473c000000 ---p 00000000 00:00 0
7f473c000000-7f4740000000 rw-p 00000000 00:00 0
7f4740000000-7f4747fdc000 rw-p 00000000 00:00 0
7f4747fdc000-7f4748000000 ---p 00000000 00:00 0
7f4748000000-7f4750000000 rw-p 00000000 00:00 0
7f4750000000-7f4758000000 rw-p 00000000 00:00 0 Aborted (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment