-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
TSP server crash on ubuntu 20.04 #1760
Labels
Milestone
Comments
The fix that I could find is the following:
to
which means that On the meantime this branch has that proposed fix which is not crashing the server: Please try it |
This was referenced Nov 27, 2020
Merged
Merged
cvvergara
added a commit
that referenced
this issue
Dec 9, 2020
Fixes for #1770 #1760 #1356 on 3.2 * [admin] proting fixes from master * [locale] Updating locale changes * [doc] updating release notes with fixed issues * [tsp][C++] fixing for 20.04 * [tsp][pgtap] testing issue * [doc] updating NEWS and full version results * Porting Fixes for Issue 1770 on 3.2 * [CI] adding action for clang compiler * [C] Ingnoring postgres warnings * [dijkstra] compiling with clang * [common] compiling with clang * [astar] compiles with clang * [ksp] compiles with clang * [tsp] compiles with clang * [alpha_shape] compiles with clang * [tspEuclidean] compiles with clang * [witPoints] compiles with clang * [bellman_ford] compiles with clang * [chinese] compiles with clang * [transitiveClosure] compiles with clang * [breadthFirstSearch] compiles with clang * [components] compiles with clang * [maxflow] pgr_maxflow.hpp compiles with clang * [maxflow] compiles with clang * [lineGraph] compiles with clang * [bdAstar] compiles with clang * [bdDijkstra] compiles with clang * [trsp] compiles with clang * [pickDeliver] compiles with clang * [dijkstra][docqueries] giving a new correct alternate result * Removing a test of a function that does not exist on pgRouting * removing internal query tests that were created when developing contraction and are not used * [tsp][docqueries] Modification of rand() gives new results * roll back changes that affect ksp * [C++] moving pgr_messages.cpp to cpp_common * roll back changes that affect trsp * src/common/basePath_SSEC.cpp compiles with clang * src/trsp/pgr_trspHandler.cpp compiles with clang * [ci][pgtap] adding testing after clang compilation * [doc] adding NEWS & Release notes * Also updating compilation_time and compiler & hash on pgr_full_version * [build] rolling back build-extension-update-files1.pl * [C++] adding some minimal changes from the comments of the PR * Fixing merge conflicts * [clang] Some additional fixes for clang compilation * [doc] updating full version execution for this PR * [locale] updating latest documentation for translations
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
TSP is crashing the server
To Reproduce
The first time works fine
But eventually after some times it crashes the server
Expected behavior
Not to crash the server.
Specifications (please complete the following information):
Use the commands:
Additional context
and:
The text was updated successfully, but these errors were encountered: