[llvm-bugs] [Bug 38987] New: Crash in coverage build: error in backend: File exit not handled before popRegions

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 18 14:53:37 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=38987

            Bug ID: 38987
           Summary: Crash in coverage build: error in backend: File exit
                    not handled before popRegions
           Product: clang
           Version: 7.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: mellery451 at gmail.com
                CC: dgregor at apple.com, llvm-bugs at lists.llvm.org

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-1~exp1~20180911120538.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:

********************

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180918/a422f228/attachment-0001.html>


More information about the llvm-bugs mailing list