If I change radiuses=40;40;40;40;40;40 to radiuses=9;9;9;9;9;9 the request gets through a response is returned. However, changing it to radiuses >=10 causes a crashing failure.
This request passes on Master before https://github.com/Project-OSRM/osrm-backend/pull/5060 was merged, so we should add a regression test in OSRM to test this scenario so that in the future we can catch this scenario!
The following request causes OSRM to crash:
This is the failing error, in debug mode:
If I change
radiuses=40;40;40;40;40;40
toradiuses=9;9;9;9;9;9
the request gets through a response is returned. However, changing it to radiuses >=10 causes a crashing failure.This request passes on Master before https://github.com/Project-OSRM/osrm-backend/pull/5060 was merged, so we should add a regression test in OSRM to test this scenario so that in the future we can catch this scenario!