You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without trace:
$./osrm-extract ~/software/osm-data-extracts/europe-latest.osm.pbf
[info] Input file: europe-latest.osm.pbf
[info] Profile: profile.lua
[info] Threads: 10
[info] Using script profile.lua
Segmentation fault
With trace:
$ gdb ./osrm-extract
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 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://www.gnu.org/software/gdb/bugs/...
Reading symbols from /home/erik/software/Project-OSRM/build/osrm-extract...done.
(gdb) run ~/software/osm-data-extracts/europe-latest.osm.pbf
Starting program: /home/erik/software/Project-OSRM/build/osrm-extract ~/software/osm-data-extracts/europe-latest.osm.pbf
[Thread debugging using libthread_db enabled]
[info] Input file: europe-latest.osm.pbf
[info] Profile: profile.lua
[info] Threads: 10
[info] Using script profile.lua
[New Thread 0x7ffff5026700 (LWP 2906)]
[New Thread 0x7ffff4825700 (LWP 2907)]
[New Thread 0x7ffff4024700 (LWP 2908)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff4024700 (LWP 2908)]
0x00007ffff6c104e2 in ?? () from /usr/lib/liblua5.1.so.0
(gdb) bt full
#0 0x00007ffff6c104e2 in ?? () from /usr/lib/liblua5.1.so.0
No symbol table info available. #1 0x00007ffff6c114ab in lua_rawset () from /usr/lib/liblua5.1.so.0
No symbol table info available. #2 0x00000000005f922b in lua_rawsetp(lua_State_, int, void_) ()
No symbol table info available. #3 0x0000000000607801 in void* luabind::(anonymous namespace)::create_gc_udataluabind::detail::class_registry(lua_State_, void_) ()
No symbol table info available. #4 0x0000000000607584 in void luabind::(anonymous namespace)::push_gc_udata<luabind::detail::class_registry, lua_State*>(lua_State_, void_, lua_State*) ()
No symbol table info available. #5 0x000000000060743f in luabind::open(lua_State*) ()
No symbol table info available. #6 0x00000000005bd830 in ScriptingEnvironment::ScriptingEnvironment (.omp_data_i=0x7fffffffbd20) at /home/erik/software/Project-OSRM/Extractor/ScriptingEnvironment.cpp:36
myLuaState = 0x8ac430
this = 0x7fffffffcbe0
fileName = 0x8a26b8 "profile.lua"
#7 0x00007ffff5bcf872 in ?? () from /usr/lib/libgomp.so.1
No symbol table info available. #8 0x00007ffff579b8ca in start_thread () from /lib/libpthread.so.0
No symbol table info available. #9 0x00007ffff5502b6d in clone () from /lib/libc.so.6
No symbol table info available. #10 0x0000000000000000 in ?? ()
Using different PBF files, disabling debug, changing profile.lua and switching between dev/branch have same result.
Any clues? Thanks!
The text was updated successfully, but these errors were encountered:
Compiled on Debian Squeeze with:
Flags:
-DCMAKE_BUILD_TYPE=Debug
-DWITH_TOOLS=1
Without trace:
$./osrm-extract ~/software/osm-data-extracts/europe-latest.osm.pbf
[info] Input file: europe-latest.osm.pbf
[info] Profile: profile.lua
[info] Threads: 10
[info] Using script profile.lua
Segmentation fault
With trace:
$ gdb ./osrm-extract
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 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://www.gnu.org/software/gdb/bugs/...
Reading symbols from /home/erik/software/Project-OSRM/build/osrm-extract...done.
(gdb) run ~/software/osm-data-extracts/europe-latest.osm.pbf
Starting program: /home/erik/software/Project-OSRM/build/osrm-extract ~/software/osm-data-extracts/europe-latest.osm.pbf
[Thread debugging using libthread_db enabled]
[info] Input file: europe-latest.osm.pbf
[info] Profile: profile.lua
[info] Threads: 10
[info] Using script profile.lua
[New Thread 0x7ffff5026700 (LWP 2906)]
[New Thread 0x7ffff4825700 (LWP 2907)]
[New Thread 0x7ffff4024700 (LWP 2908)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff4024700 (LWP 2908)]
0x00007ffff6c104e2 in ?? () from /usr/lib/liblua5.1.so.0
(gdb) bt full
#0 0x00007ffff6c104e2 in ?? () from /usr/lib/liblua5.1.so.0
No symbol table info available.
#1 0x00007ffff6c114ab in lua_rawset () from /usr/lib/liblua5.1.so.0
No symbol table info available.
#2 0x00000000005f922b in lua_rawsetp(lua_State_, int, void_) ()
No symbol table info available.
#3 0x0000000000607801 in void* luabind::(anonymous namespace)::create_gc_udataluabind::detail::class_registry(lua_State_, void_) ()
No symbol table info available.
#4 0x0000000000607584 in void luabind::(anonymous namespace)::push_gc_udata<luabind::detail::class_registry, lua_State*>(lua_State_, void_, lua_State*) ()
No symbol table info available.
#5 0x000000000060743f in luabind::open(lua_State*) ()
No symbol table info available.
#6 0x00000000005bd830 in ScriptingEnvironment::ScriptingEnvironment (.omp_data_i=0x7fffffffbd20) at /home/erik/software/Project-OSRM/Extractor/ScriptingEnvironment.cpp:36
#7 0x00007ffff5bcf872 in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#8 0x00007ffff579b8ca in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#9 0x00007ffff5502b6d in clone () from /lib/libc.so.6
No symbol table info available.
#10 0x0000000000000000 in ?? ()
Using different PBF files, disabling debug, changing profile.lua and switching between dev/branch have same result.
Any clues? Thanks!
The text was updated successfully, but these errors were encountered: