Skip to content

(REGRESSION) crash in coverage build: error in backend: File exit not handled before popRegions #38335

Closed
@llvmbot

Description

@llvmbot
Bugzilla Link 38987
Resolution FIXED
Resolved on Nov 28, 2018 18:57
Version 7.0
OS Linux
Blocks #38454
Reporter LLVM Bugzilla Contributor
CC @AaronBallman,@DougGregor,@orivej,@tstellar,@vsapsai,@vedantk
Fixed by commit(s) r347261 r347797

Extended Description

compiler is crashing during coverage build.


FAILED: ccache /usr/bin/clang++ -DBEAST_CHECK_MEMORY_LEAKS=0 -DBOOST_ASIO_DISABLE_HANDLER_TYPE_REQUIREMENTS -DBOOST_ASIO_HAS_STD_ARRAY -DBOOST_BEAST_ALLOW_DEPRECATED -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_DEPRECATED -DBOOST_NO_AUTO_PTR -DDEBUG -DLIBARCHIVE_STATIC -DOPENSSL_NO_SSL2 -DOS_LINUX -DRIPPLE_DUMP_LEAKS_ON_EXIT=1 -DRIPPLE_ROCKSDB_AVAILABLE=1 -DROCKSDB_LIB_IO_POSIX -DROCKSDB_PLATFORM_POSIX -DSNAPPY -DSOCI_HAVE_CXX_C11=1 -D_DEBUG -I../../src -Ilz4/include -Isqlite3/include -I../../src/soci/src -I../../src/soci/include -I../../src/sqlite -I../../ -I../../src/snappy/snappy -I../../src/snappy/config -I../../src/rocksdb2/include -I../../src/nudb/include -I../../src/ripple -I../../src/beast/extras -isystem /usr/local/include -isystem ../../.nih_c/ninja/Clang_7.0.0/src/libarchive/libarchive -isystem /opt/boost_1_67_0 -isystem proto_gen -Wall -Wdeprecated -g -fPIE -Werror -frtti -Wnon-virtual-dtor -Wno-sign-compare -Wno-char-subscripts -Wno-format -Wno-unused-local-typedefs -O0 -fprofile-instr-generate -fcoverage-mapping -pthread --system-header-prefix=rocksdb2 -std=gnu++14 -MD -MT CMakeFiles/rippled.dir/src/ripple/app/consensus/RCLConsensus.cpp.o -MF CMakeFiles/rippled.dir/src/ripple/app/consensus/RCLConsensus.cpp.o.d -o CMakeFiles/rippled.dir/src/ripple/app/consensus/RCLConsensus.cpp.o -c ../../src/ripple/app/consensus/RCLConsensus.cpp
fatal error: error in backend: File exit not handled before popRegions
clang: error: clang frontend command failed with exit code 70 (use -v to see invocation)
clang version 7.0.0-svn341916-1exp120180911120538.25 (branches/release_70)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
clang: note: diagnostic msg: PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script.
clang: note: diagnostic msg:


PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/RCLConsensus-9c88e7.cpp
clang: note: diagnostic msg: /tmp/RCLConsensus-9c88e7.sh
clang: note: diagnostic msg:


Metadata

Metadata

Assignees

Labels

bugzillaIssues migrated from bugzillac++

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions