pgrouting
pgrouting copied to clipboard
FreeBSD 12 32-bit crashes on breadthFirstSearch tests Experimental Function
Expected behavior and actual behavior
Processing test: docqueries/breadthFirstSearch/doc-pgr_breadthFirstSearchCRASHED SERVER: 'docqueries/breadthFirstSearch/doc-pgr_breadthFirstSearch.test.sql', sleeping 5
Steps to reproduce the problem
cmake version 3.14.5
CMake suite maintained and supported by Kitware (kitware.com/cmake). -- Setting build type to 'Debug' as none was specified. -- CMAKE_BUILD_TYPE Debug -- The C compiler identification is Clang 6.0.1 -- The CXX compiler identification is Clang 6.0.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- DOXYGEN_MINIMUM_VERSION=1.7 -- SPHINX_MINIMUM_VERSION=1.1 -- POSTGRESQL_MINIMUM_VERSION=9.2.0 -- POSTGIS_MINIMUM_VERSION=2.0.0 -- GNU_CXX_MINIMUM_VERSION=4.6 -- CLANG_CXX_MINIMUM_VERSION= -- MSVC_CXX_MINIMUM_VERSION=18.0 -- dir='/usr/home/jenkins/workspace/pgRouting_GitHubHook_Push/label/bessie32/c2f4b0caa491a4bbf68d396743628bab69fbf537/cmake' -- Performing Test COMPILER_SUPPORTS_CXX0X -- Performing Test COMPILER_SUPPORTS_CXX0X - Success -- Performing Test COMPILER_SUPPORTS_CXX11 -- Performing Test COMPILER_SUPPORTS_CXX11 - Success -- Unknown compiler minimum version for Clang -- Using -std=c++11. -- Found Perl: /usr/local/bin/perl (found version "5.28.2") -- POSTGRESQL_PG_CONFIG is /usr/local/bin/pg_config -- POSTGRESQL_EXECUTABLE is /usr/local/bin/postgres -- POSTGRESQL_VERSION_STRING in FindPostgreSQL.cmake is PostgreSQL 11.5 -- POSTGRESQL_INCLUDE_DIR: /usr/local/include/postgresql/server -- POSTGRESQL_LIBRARIES: /usr/local/lib -- PGSQL_VERSION=115 -- Boost version: 1.70.0 -- Boost headers were found here: /usr/local/include -- Boost VERSION 1.70.0 -- BOOST_VERSION_OK 1 -- BOOST_Geometry_VERSION_OK 1 -- Performing Test C_COMPILER_SUPPORTS_FPIC -- Performing Test C_COMPILER_SUPPORTS_FPIC - Success -- Performing Test CXX_COMPILER_SUPPORTS_FPIC -- Performing Test CXX_COMPILER_SUPPORTS_FPIC - Success -- Performing Test C_COMPILER_SUPPORTS_ROUNDING_MATH -- Performing Test C_COMPILER_SUPPORTS_ROUNDING_MATH - Success -- Performing Test CXX_COMPILER_SUPPORTS_ROUNDING_MATH -- Performing Test CXX_COMPILER_SUPPORTS_ROUNDING_MATH - Failed -- Configuring done -- Generating done
Adding a message of possible server crash on experimental function
I'll have to retest to see if this is an issue. This was on an older freebsd which I don't think is supported anymore. hm this is on PostgreSQL also not supported anymore.