Skip to content
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

extreme south/north points crashes osrm-routed #198

Closed
emiltin opened this issue Mar 22, 2012 · 1 comment
Closed

extreme south/north points crashes osrm-routed #198

emiltin opened this issue Mar 22, 2012 · 1 comment
Milestone

Comments

@emiltin
Copy link
Contributor

emiltin commented Mar 22, 2012

if you zoom all the way out on the osm map, and move the start/end point either above or below the map, osrm-routed crashes. (note that the new demo gui prevents this client-side).

(cloud.dk) ~/Project-OSRM/sandbox$ gdb ../osrm-routed
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 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 /root/Project-OSRM/osrm-routed...done.
(gdb) run
Starting program: /root/Project-OSRM/osrm-routed 
[Thread debugging using libthread_db enabled]
[server] starting up engines, saved at Sun Feb 26 09:42:44 2012
[server] http 1.1 compression handled by zlib version 1.2.3.4
[info Plugins/ObjectForPluginStruct.h:42] loading graph data
[info Plugins/ObjectForPluginStruct.h:48] Data checksum is 4221008194
[info Plugins/ObjectForPluginStruct.h:52] Loading nearest neighbor indices
[info Plugins/ObjectForPluginStruct.h:59] Loading names index
[info Plugins/ObjectForPluginStruct.h:76] All query data structures loaded
[handler] registering plugin hello
[handler] registering plugin locate
[handler] registering plugin nearest
[handler] registering plugin viaroute
[New Thread 0x7ffff1aea700 (LWP 1133)]
[server] running and waiting for requests
[New Thread 0x7ffff12e9700 (LWP 1134)]
[debug Plugins/ViaRoutePlugin.h:144] Error occurred, single path not found
[debug Plugins/ViaRoutePlugin.h:144] Error occurred, single path not found
[debug Plugins/ViaRoutePlugin.h:144] Error occurred, single path not found
[debug Plugins/ViaRoutePlugin.h:144] Error occurred, single path not found
[debug Plugins/ViaRoutePlugin.h:144] Error occurred, single path not found

...

osrm-routed: Server/../DataStructures/NNGrid.h:502: unsigned int NNGrid::NNGrid<WriteAccess>::GetFileIndexForLatLon(int, int) [with bool WriteAccess = false]: Assertion `y<=1.0 && y >= 0' failed.

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7ffff12e9700 (LWP 6585)]
0x00007ffff664a3a5 in raise () from /lib/x86_64-linux-gnu/libc.so.6

(gdb) backtrace
#0  0x00007ffff664a3a5 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007ffff664db0b in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x00007ffff6642d4d in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6
#3  0x0000000000426ada in NNGrid::NNGrid<false>::GetFileIndexForLatLon (this=0x691920, lt=19478444, ln=11474040)
    at Server/../DataStructures/NNGrid.h:502
#4  0x000000000041f5c1 in NNGrid::NNGrid<false>::FindPhantomNodeForCoordinate (this=0x691920, location=..., 
    resultNode=...) at Server/../DataStructures/NNGrid.h:163
#5  0x000000000041383d in NodeInformationHelpDesk::FindPhantomNodeForCoordinate (this=0x6913b0, location=..., 
    resultNode=...) at Server/../DataStructures/NodeInformationHelpDesk.h:64
#6  0x0000000000422763 in SearchEngine<ContractionCleanup::Edge::EdgeData, StaticGraph<ContractionCleanup::Edge::EdgeData> >::FindPhantomNodeForCoordinate (this=0x691560, location=..., result=...) at Plugins/../DataStructures/SearchEngine.h:364
#7  0x000000000041abd9 in ViaRoutePlugin::HandleRequest (this=0x691790, routeParameters=..., reply=...)
    at Plugins/ViaRoutePlugin.h:123
#8  0x0000000000413ea4 in http::RequestHandler::handle_request (this=0x6907e8, req=..., rep=...)
    at Server/RequestHandler.h:95
#9  0x0000000000415c2b in http::Connection::handleRead (this=0x6957e0, e=..., bytes_transferred=456)
    at Server/Connection.h:72
#10 0x00000000004510f0 in boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>::call<boost::shared_ptr<http::Connection>, boost::system::error_code const, unsigned long> (this=0x7ffff12e83e0, u=..., b1=..., 
    b2=@0x7ffff12e81f0) at /usr/include/boost/bind/mem_fn_template.hpp:271
#11 0x000000000045106d in boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>::operator()<boost::shared_ptr<http::Connection> > (this=0x7ffff12e83e0, u=..., a1=..., a2=456)
    at /usr/include/boost/bind/mem_fn_template.hpp:286
#12 0x0000000000450fdc in boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()>::operator()<boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list2<boost::system::error_code const&, unsigned long const&> > (this=0x7ffff12e83f0, f=..., a=...)
    at /usr/include/boost/bind/bind.hpp:392
#13 0x0000000000450f58 in boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> >::operator()<boost::system::error_code, unsigned long> (this=0x7ffff12e83e0, a1=..., a2=@0x7ffff12e8410)
    at /usr/include/boost/bind/bind_template.hpp:102
#14 0x0000000000450f09 in boost::asio::detail::binder2<boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::system::error_code, unsigned long>::operator() (this=0x7ffff12e83e0)
    at /usr/include/boost/asio/detail/bind_handler.hpp:97
---Type <return> to continue, or q <return> to quit--- 
#15 0x0000000000450edc in boost::asio::asio_handler_invoke<boost::asio::detail::binder2<boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::system::error_code, unsigned long> >
    (function=...) at /usr/include/boost/asio/handler_invoke_hook.hpp:64
#16 0x0000000000450e1a in boost_asio_handler_invoke_helpers::invoke<boost::asio::detail::binder2<boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::system::error_code, unsigned long>, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > > (
    function=..., context=...) at /usr/include/boost/asio/detail/handler_invoke_helpers.hpp:39
#17 0x0000000000450bd9 in boost::asio::detail::asio_handler_invoke<boost::asio::detail::binder2<boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::system::error_code, unsigned long>, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::system::error_code, unsigned long> (function=..., this_handler=0x7ffff12e8570)
    at /usr/include/boost/asio/detail/bind_handler.hpp:132
#18 0x0000000000450a26 in boost_asio_handler_invoke_helpers::invoke<boost::asio::detail::binder2<boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::system::error_code, unsigned long>, boost::asio::detail::binder2<boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::system::error_code, unsigned long> > (function=..., context=...)
    at /usr/include/boost/asio/detail/handler_invoke_helpers.hpp:39
#19 0x00000000004506c8 in boost::asio::detail::strand_service::dispatch<boost::asio::detail::binder2<boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::system::error_code, unsigned long> > (this=0x690a40, impl=@0x7ffff12e8778, handler=...)
    at /usr/include/boost/asio/detail/impl/strand_service.hpp:65
#20 0x0000000000450520 in boost::asio::io_service::strand::dispatch<boost::asio::detail::binder2<boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::system::error_code, unsigned long> > (this=0x7ffff12e8770, handler=...) at /usr/include/boost/asio/strand.hpp:159
#21 0x000000000045025a in boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::valu---Type <return> to continue, or q <return> to quit---
e<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >::operator()<boost::system::error_code, unsigned long> (this=0x7ffff12e8770, arg1=..., arg2=@0x7ffff12e87b0)
    at /usr/include/boost/asio/detail/wrapped_handler.hpp:65
#22 0x000000000044ff61 in boost::asio::detail::binder2<boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >, boost::system::error_code, unsigned long>::operator() (this=0x7ffff12e8770)
    at /usr/include/boost/asio/detail/bind_handler.hpp:97
#23 0x000000000044fb3e in boost::asio::detail::rewrapped_handler<boost::asio::detail::binder2<boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >, boost::system::error_code, unsigned long>, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >::operator() (this=0x7ffff12e8770)
    at /usr/include/boost/asio/detail/wrapped_handler.hpp:137
#24 0x000000000044f9b5 in boost::asio::asio_handler_invoke<boost::asio::detail::rewrapped_handler<boost::asio::detail::binder2<boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >, boost::system::error_code, unsigned long>, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > > > (function=...)
    at /usr/include/boost/asio/handler_invoke_hook.hpp:64
#25 0x000000000044f577 in boost_asio_handler_invoke_helpers::invoke<boost::asio::detail::rewrapped_handler<boost::asio::detail::binder2<boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >, boost::system::error_code, unsigned long>, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > > (function=..., 
    context=...) at /usr/include/boost/asio/detail/handler_invoke_helpers.hpp:39
#26 0x000000000044ee21 in boost::asio::detail::asio_handler_invoke<boost::asio::detail::rewrapped_handler<boost::asio::detail::binder2<boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >, boost::system::error_code, unsigned long>, boost:---Type <return> to continue, or q <return> to quit---
:_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >, boost::asio::detail::binder2<boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >, boost::system::error_code, unsigned long>, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > > (
    function=..., this_handler=0x7ffff12e8960) at /usr/include/boost/asio/detail/wrapped_handler.hpp:195
#27 0x000000000044e22e in boost_asio_handler_invoke_helpers::invoke<boost::asio::detail::rewrapped_handler<boost::asio::detail::binder2<boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >, boost::system::error_code, unsigned long>, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >, boost::asio::detail::rewrapped_handler<boost::asio::detail::binder2<boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >, boost::system::error_code, unsigned long>, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > > > (function=..., context=...) at /usr/include/boost/asio/detail/handler_invoke_helpers.hpp:39
#28 0x000000000044cf30 in boost::asio::detail::strand_service::dispatch<boost::asio::detail::rewrapped_handler<boost::asio::detail::binder2<boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >, boost::system::error_code, unsigned long>, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > > > (
    this=0x690a40, impl=@0x7ffff12e8ae8, handler=...) at /usr/include/boost/asio/detail/impl/strand_service.hpp:97
#29 0x000000000044b1ac in boost::asio::io_service::strand::dispatch<boost::asio::detail::rewrapped_handler<boost::asio::detail::binder2<boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >, boost::system::error_code, unsigned long>, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > > > (
    this=0x7ffff12e8ae0, handler=...) at /usr/include/boost/asio/strand.hpp:159
#30 0x00000000004481e3 in boost::asio::detail::asio_handler_invoke<boost::asio::detail::binder2<boost::asio::detail::wrappe---Type <return> to continue, or q <return> to quit---
d_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >, boost::system::error_code, unsigned long>, boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > > (function=..., 
    this_handler=0x7ffff12e8ae0) at /usr/include/boost/asio/detail/wrapped_handler.hpp:170
#31 0x00000000004432c1 in boost_asio_handler_invoke_helpers::invoke<boost::asio::detail::binder2<boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > >, boost::system::error_code, unsigned long>, boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > > > (function=..., context=...) at /usr/include/boost/asio/detail/handler_invoke_helpers.hpp:39
#32 0x000000000043d4d7 in boost::asio::detail::reactive_socket_recv_op<boost::asio::mutable_buffers_1, boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, http::Connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<http::Connection> >, boost::arg<1> (*)(), boost::arg<2> (*)()> > > >::do_complete (owner=0x6908a0, base=0x698f90)
    at /usr/include/boost/asio/detail/reactive_socket_recv_op.hpp:106
#33 0x000000000040e19b in boost::asio::detail::task_io_service_operation::complete (this=0x698f90, owner=...)
    at /usr/include/boost/asio/detail/task_io_service_operation.hpp:35
#34 0x000000000040fead in boost::asio::detail::task_io_service::do_one (this=0x6908a0, lock=..., 
    this_idle_thread=0x7ffff12e8c90) at /usr/include/boost/asio/detail/impl/task_io_service.ipp:278
#35 0x000000000040fa84 in boost::asio::detail::task_io_service::run (this=0x6908a0, ec=...)
    at /usr/include/boost/asio/detail/impl/task_io_service.ipp:130
#36 0x0000000000410297 in boost::asio::io_service::run (this=0x6907a8) at /usr/include/boost/asio/impl/io_service.ipp:57
#37 0x0000000000454476 in boost::_mfi::mf0<unsigned long, boost::asio::io_service>::operator() (this=0x695518, p=0x6907a8)
    at /usr/include/boost/bind/mem_fn_template.hpp:49
#38 0x0000000000454035 in boost::_bi::list1<boost::_bi::value<boost::asio::io_service*> >::operator()<unsigned long, boost::_mfi::mf0<unsigned long, boost::asio::io_service>, boost::_bi::list0> (this=0x695528, f=..., a=...)
    at /usr/include/boost/bind/bind.hpp:243
#39 0x0000000000453ac5 in boost::_bi::bind_t<unsigned long, boost::_mfi::mf0<unsigned long, boost::asio::io_service>, boost::_bi::list1<boost::_bi::value<boost::asio::io_service*> > >::operator() (this=0x695518)
    at /usr/include/boost/bind/bind_template.hpp:20
#40 0x0000000000451cf8 in boost::detail::thread_data<boost::_bi::bind_t<unsigned long, boost::_mfi::mf0<unsigned long, boost::asio::io_service>, boost::_bi::list1<boost::_bi::value<boost::asio::io_service*> > > >::run (this=0x695390)
---Type <return> to continue, or q <return> to quit---
    at /usr/include/boost/thread/detail/thread.hpp:61
#41 0x00007ffff7572ba9 in thread_proxy () from /usr/lib/libboost_thread.so.1.46.1
#42 0x00007ffff7bc6efc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#43 0x00007ffff66f589d in clone () from /lib/x86_64-linux-gnu/libc.so.6
#44 0x0000000000000000 in ?? ()
DennisOSRM pushed a commit that referenced this issue Mar 22, 2012
@DennisOSRM
Copy link
Collaborator

Thanks for the stack trace. Helped a lot to get this fixed in 2 mins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants