-
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-prepare Segmentation fault #430
Comments
that issue occurs with big europe map data file. |
According to the stack trace it breaks before touching any input data. Please use the lastest and greatest version from master branch and retry. |
THank you for your reply. planner@plannerubuntu: planner@plannerubuntu:~/Project-OSRM$ gdb ./osrm-prepare |
thanks for fix. Program received signal SIGABRT, Aborted. |
The server has 14Gb memory. That process eats it almost all |
You probably dont have RAM. |
increased memory till 20Gb planner@plannerubuntu:~/Project-OSRM$ gdb ./osrm-prepare |
Hello
I'm using ununtu 12.04 x86_64 with latest updates
the osrm-exctractor finished fine. But osrm-prepare gives me segmentation fault
planner@plannerubuntu:~/Project-OSRM$ gdb ./osrm-prepare
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
http://bugs.launchpad.net/gdb-linaro/...
Reading symbols from /home/planner/Project-OSRM/osrm-prepare...(no debugging symbols found)...done.
(gdb) r europe.osrm europe.osrm.restrictions
Starting program: /home/planner/Project-OSRM/osrm-prepare europe.osrm europe.osrm.restrictions
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[info createHierarchy.cpp:86] Loading SRTM from/to ./srtm/Eurasia
[info createHierarchy.cpp:89] Using restrictions from file: europe.osrm.restrictions
[info Util/GraphLoader.h:190] Graph loaded ok and has 124206952 edges
[info createHierarchy.cpp:117] 95591 restrictions, 528 bollard nodes, 185165 traffic lights
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff777da70 in lua_pushthread () from /usr/lib/x86_64-linux-gnu/libluajit-5.1.so.2
(gdb) bt
#0 0x00007ffff777da70 in lua_pushthread () from /usr/lib/x86_64-linux-gnu/libluajit-5.1.so.2
#1 0x00007ffff79b5fce in luabind::open(lua_State*) () from /usr/lib/libluabind.so.0.9.1
#2 0x000000000040a119 in main ()
The text was updated successfully, but these errors were encountered: