-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Assertion failed: (smallestWeight != INT_MAX), function _UnpackPath #83
Comments
I was not able to reproduce this one on my data sets. Did you use the Bryggen test file? |
So, I was finally able to reproduce the error. Will look into that more thouroughly in the coming days. |
I can only reproduce this problem, if i move the end pointer out of the area. Moving the start pointer out of area is no problem. |
I was finally able to nail this one. As always fix is waiting to be pushed to master repo. |
Unfortunately i can still reproduce this:
|
Please uncomment line 54 of Server/RequestHandler.h so that it reads INFO( "[r] " << request ); It will give you the actual request that is getting computed. The last one it prints will be the one that breaks. Which data file are you using? |
I use a datafile of approx. 4MB osm data. But i guess you won't need it anymore...
With 8cddaf3 no crash anymore! :-) |
Thanks for the feedback. Happy to hear that this one is gone now. |
running the debug version, and moving the start pointer around bit, west of the covered data area repeatedly results in:
Assertion failed: (smallestWeight != INT_MAX), function _UnpackPath, file Plugins/../DataStructures/SearchEngine.h, line 494.
The text was updated successfully, but these errors were encountered: