osrm-backend: osrm-extract freezes

osrm-extract freezes , not depending on pbf file. I try to start it with very small pbf file and it freezes always on this place:

[info] generating edge-expanded edges
. 10% . 20% . 30% . 40% . 

top shows that process is working: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
25762 root 20 0 5101624 155356 4712 R 100,0 0,2 1:14.41 osrm-extract

how can I check what is the issue ?

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 1
  • Comments: 16 (5 by maintainers)

Most upvoted comments

@boooch just in addition to @danpat steps 6. please run as

gdb -ex "run" -ex "bt" -ex "info locals" -ex "info arg" -ex "quit" --args ./osrm-extract -p <profile> <osmfile>

and when it freezes just press Ctrl-C and copy-paste output. It will help to understand where it freezes