Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

New CI failure, tpcc_test WithLogging (hash index) "segmentation fault" #1432

Open
lmwnshn opened this issue Jan 12, 2021 · 0 comments
Open
Labels
bug Something isn't working (correctness). Mark issues with this.

Comments

@lmwnshn
Copy link
Contributor

lmwnshn commented Jan 12, 2021

Bug Report

Summary

New CI failure in tpcc_test.

Environment

OS: Ubuntu (LTS) 20.04.
Compiler: GCC 9.3
CMake Profile: Release
Jenkins/CI: http://jenkins.db.cs.cmu.edu:8080/blue/organizations/jenkins/terrier/detail/PR-1429/6/tests/

Running tpcc_test, redirecting output into /jenkins/workspace/terrier_PR-1429/build/build/test-logs/tpcc_test.txt (attempt 1/1)
Running main() from gmock_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from TPCCTests
[ RUN      ] TPCCTests.WithoutLoggingHashIndexes
[       OK ] TPCCTests.WithoutLoggingHashIndexes (153846 ms)
[ RUN      ] TPCCTests.WithoutLoggingBwTreeIndexes
[       OK ] TPCCTests.WithoutLoggingBwTreeIndexes (118484 ms)
[ RUN      ] TPCCTests.WithLogging
/jenkins/workspace/terrier_PR-1429/build-support/run-test.sh: line 105: 16059 Segmentation fault      $TEST_EXECUTABLE "$@" 2>&1
     16060 Done                    | $ROOT/build-support/asan_symbolize.py
     16061 Done                    | c++filt
     16062 Done                    | $ROOT/build-support/stacktrace_addr2line.pl $TEST_EXECUTABLE
     16063 Done                    | $pipe_cmd 2>&1
     16064 Done                    | tee $LOGFILE
/jenkins/workspace/terrier_PR-1429/build
@lmwnshn lmwnshn added the bug Something isn't working (correctness). Mark issues with this. label Jan 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working (correctness). Mark issues with this.
Projects
None yet
Development

No branches or pull requests

1 participant