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

Segfault in trRouting #286

Open
greenscientist opened this issue Mar 6, 2024 · 1 comment
Open

Segfault in trRouting #286

greenscientist opened this issue Mar 6, 2024 · 1 comment

Comments

@greenscientist
Copy link
Contributor

[2024-03-06 21:04:51.268] [info] Fetching trips and connections from cache DONE
[2024-03-06 21:04:51.505] [info] Sorting connections...
[2024-03-06 21:05:00.835] [debug] -- assign connections to trips -- 3496148 microseconds
[2024-03-06 21:05:00.835] [info] Will cache one connectionSet
[2024-03-06 21:05:00.835] [info] Using OSRM for access/egress node time/distance
[2024-03-06 21:05:00.835] [info] preparing server with 2 threads...
[2024-03-06 21:05:00.836] [info] starting server...
[2024-03-06 21:05:00.936] [info] ready.
[2024-03-06 21:05:27.915] [info] preparing nodes tentative times, trips enter connections and journeys...
[2024-03-06 21:05:27.915] [info] 7470013 connections
[2024-03-06 21:05:27.915] [info] -- calculating route request -- 0
[2024-03-06 21:05:27.915] [debug] received parameter max_egress_travel_time with value 900
[2024-03-06 21:05:27.915] [debug] received parameter max_access_travel_time with value 900
[2024-03-06 21:05:27.915] [debug] received parameter min_waiting_time with value 180
[2024-03-06 21:05:27.915] [debug] received parameter alternatives with value false
[2024-03-06 21:05:27.915] [debug] received parameter time_of_trip with value 25200
[2024-03-06 21:05:27.915] [debug] received parameter max_transfer_travel_time with value 600
[2024-03-06 21:05:27.915] [debug] received parameter scenario_id with value 422c3b56-ade3-4dc2-aa6a-9fb7c235f310
[2024-03-06 21:05:27.915] [debug] received parameter destination with value -73.56582134,45.4994982
[2024-03-06 21:05:27.915] [debug] received parameter max_travel_time with value 10800
[2024-03-06 21:05:27.915] [debug] received parameter time_type with value 0
[2024-03-06 21:05:27.915] [debug] received parameter origin with value -73.75222498,45.4895198018765
[2024-03-06 21:05:27.923] [debug] -- reset and preparations -- 7671 microseconds
[2024-03-06 21:05:27.923] [debug] resetting access paths
[2024-03-06 21:05:27.923] [debug] fetching nodes with osrm
[2024-03-06 21:05:27.923] [debug] osrm with host osrm-quebecetottawa-walking and port 5000
[2024-03-06 21:05:27.967] [debug] fetched osrm footpaths (43 footpaths found)
[2024-03-06 21:05:27.967] [debug] parsing access footpaths to find min/max access travel times
[2024-03-06 21:05:27.969] [debug] osrm with host osrm-quebecetottawa-walking and port 5000
[2024-03-06 21:05:28.127] [debug] fetched osrm footpaths (155 footpaths found)
[2024-03-06 21:05:28.128] [debug] parsing egress footpaths to find min/max egress travel times
[2024-03-06 21:05:28.129] [debug] -- access and egress footpaths -- 205909 microseconds
[2024-03-06 21:05:28.129] [debug] resetting filters
[2024-03-06 21:05:28.129] [debug] Computing connection cache for scenario 422c3b56-ade3-4dc2-aa6a-9fb7c235f310...
[2024-03-06 21:05:30.096] [debug] -- filter trips -- 1967637 microseconds
Segmentation fault (core dumped)

@greenscientist
Copy link
Contributor Author

0x00005555556420be in TrRouting::Calculator::forwardCalculation (this=this@entry=0x7ffff3f6e510, parameters=..., forwardEgressJourneysSteps=std::unordered_map with 41 elements = {...}) at forward_calculation.cpp:68

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

No branches or pull requests

1 participant