-
Notifications
You must be signed in to change notification settings - Fork 6
Segment fault #24
Comments
I can't see how this causes a segfault within Valhalla (let alone the bindings, we don't do anything special here): Can you provide a minimum example request (as few points as possible)? |
Sure. You can find the code and data in this repo. The data contains GPS points of two trips. I used the tiles built from PA, US. The repo does not allow me to upload large-size files. So you probably need to build tiles by yourself. Sorry for the inconvenience. I tested this code in Windows and Linux, and the same issue occurred on both. Thanks. |
I had the same issue. In my case it was solved after increasing the trace_options.search_radius to 50 meters |
Oops, @vtao1989 was also on Linux.. Do you have an easier way to replicate by any chance? |
I'm experiencing that my python script terminates unexpectedly after calling
I'm not able to find the source of the crash in the python code itself, it crashes when I try to step into I'm on Windows, Python 3.11, pyvalhalla 3.2.0. |
Package and system information: pyvalhalla 3.0.3 with python 3.10.6 in the Debian Linux 11.
My task was to map match several trips to the roads. The issue was that, after trace_route returned a RuntimeError with "Exact route match algorithm failed to find path" when map matching a trip, map matching another trip caused the "Segment fault" error.
The text was updated successfully, but these errors were encountered: