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

FreeBSD 12 32-bit crashes on breadthFirstSearch tests Experimental Function #1305

Open
robe2 opened this issue Oct 28, 2019 · 2 comments
Open

Comments

@robe2
Copy link
Member

robe2 commented Oct 28, 2019

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

@cvvergara
Copy link
Member

Adding a message of possible server crash on experimental function

@robe2
Copy link
Member Author

robe2 commented Jul 1, 2023

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.

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

No branches or pull requests

2 participants