osrm-backend icon indicating copy to clipboard operation
osrm-backend copied to clipboard

OSRM crashes while processing requests

Open safe-bug opened this issue 3 years ago • 0 comments

Hello

I'm using OSRM v5.25 and I'm using it inside Java using JNI. Sometimes the engine crashes with the below error code for some requests, Do you have any idea what is the problem?

SIGSEGV (0xb) at pc=0x00007f4508b05358, pid=6, tid=0x00007f45084ca700

Problematic frame:

C [libosrmBinding.so+0x55358] osrm::engine::plugins::BasePlugin::SnapPhantomNodes(std::vector<std::pair<osrm::engine::PhantomNode, osrm::engine::PhantomNode>, std::allocator<std::pair<osrm::engine::PhantomNode, osrm::engine::PhantomNode> > > const&) const [clone .constprop.0]+0x438

Thanks

safe-bug avatar Jul 31 '22 05:07 safe-bug