-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
[openbsd] server crash on pickDeliver/pickDeliver/innerQuery.sql and vrp_basic/no_crash_test-vrpOneDepot.sql #1725
Comments
same failure on develop branch. |
@landryb
|
tried with cvvergara/pgrouting@a62cd7801 backported on top of 3.1.1 but alas the test still fails:
fwiw that's with clang 10.0.1 |
oh wait, i think i tested that wrong. retesting. |
well, smth feels wrong because now it fails on the previous test (unless tests are run several at a time in parallel ?):
|
@landryb |
build from a tarball taken from this branch (eg https://github.com/cvvergara/pgrouting/archive/bf23f07e3f9bdc97ba184e61ae012b3c63d30948.tar.gz but thats based off 3.0 branch, right ?) but sadly that fails the same:
which particular commit did you have in mind from that branch that should fix this crash ? |
Well, on CENTOS there was a problem with boost version so I added external boost for geometries I was thinking that that might have been the problem, v3.0.0-alpha does not have those external geometries. I was thinking that that was the source of the problem
|
Don't know exactly how yet, but basically working on removing warnings from |
@landryb Please let me know if it works, so that I start cleaning all the code mess I created to find & fix the server crash. |
victory ! 🎉
|
Ok, perfect will proceed to clean up |
See https://github.com/pgRouting/pgrouting/releases/tag/v3.1.2 all tests now pass thanks to @cvvergara who spent many hours chasing this bugi (pgRouting/pgrouting#1725).
Describe the bug
running tests on OpenBSD, two tests crash the remote server (figured out the two after removing them selectively, all tests pass, per openbsd/ports@d4bd6a5) - cf #1356 (comment)
that's with head of master and head of release-3.0 branch.
The text was updated successfully, but these errors were encountered: