-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
osrm-extract freezes #2814
Comments
same issue! but i think it depends on filesize. while niedersachsen-latest.osm.pbf (280mb) freezes @ 60%, bremen-latest.osm.pbf (15mb) gets done very quickly. (germany-latest.osm.pbf (2.8G) freezes @ 10%) CPU is at 100% all the time osrm-extract --version is 5.3.0 |
What version of OSRM are you using? |
5.3.0 |
I just grabbed a copy of I also checked out the v5.3.0 tag, recompiled and repeated the exercise - no errors, no lockups, took about a minute (I'm on an i7 laptop with 16GB of RAM). @boooch @baststar Can you please provide complete details of your setup, including:
|
5.0.0 works fine! @danpat ok i rebuild 5.3.0 now on: 8 vCPU (KVM) Intel Xeon E5-2680V4 cmake .. -DCMAKE_BUILD_TYPE=Debug cmake --build . sudo cmake --build . --target install Part 1/2 |
Part 2/2 now with gdb: `GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1
Quit anyway? (y or n)
Quit anyway? (y or n) |
@danpat it could a platform-dependent issue, but i am not sure yet. @baststar thanks! Just one thing more, please could you re-run with
and place output after Ctrl-C, but it will produce much more output for all stack frames in all threads.
and attach |
guys, its working all fine with version 5.3.2! |
I had the same experience. Froze with 5.3.0, works fine with 5.3.2. This is with india-latest.osm.pbf. |
Is the fix on master? Mine hangs as well when I try to build for |
This ticket is a duplicate of #2852 I've got a map that reproduces the problem linked on that ticket, I'm re-running now to confirm it's fixed. @stavskal the fix should be in |
I'm building on the new master, will update you if it freezes. Thanks for the quick response! |
It's working fine, thanks! |
Closing as reported working with latest fixes on master. |
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:
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 ?
The text was updated successfully, but these errors were encountered: