[llvm-bugs] [Bug 26342] New: clang segfault reported while compiling seastar

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jan 27 09:27:47 PST 2016


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

            Bug ID: 26342
           Summary: clang segfault reported while compiling seastar
           Product: clang
           Version: 3.7
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: erich.keane at verizon.net
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

[ekeane1 at ekeane1-desk1 seastar]$ clang++ --version
clang version 3.7.0 (tags/RELEASE_370/final)
Target: x86_64-redhat-linux-gnu
Thread model: posix

[32/124] CXX build/release/tests/rpc.o
FAILED: clang++ -MMD -MT build/release/tests/rpc.o -MF
build/release/tests/rpc.o.d -O2 -I build/release/gen -std=gnu++1y -g  -Wall
-Werror -fvisibility=hidden -pthread -I. -U_FORTIFY_SOURCE 
-Wno-mismatched-tags -Wno-pessimizing-move -Wno-redundant-move
-Wno-inconsistent-missing-override -Wno-unused-private-field
-Wno-unneeded-internal-declaration -DHAVE_HWLOC -DHAVE_NUMA -c -o
build/release/tests/rpc.o tests/rpc.cc
clang: error: unable to execute command: Segmentation fault (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.7.0 (tags/RELEASE_370/final)
Target: x86_64-redhat-linux-gnu
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to
http://llvm.org/bugs/ 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/rpc-4337de.cpp
clang: note: diagnostic msg: /tmp/rpc-4337de.sh
clang: note: diagnostic msg: 

********************
ninja: build stopped: subcommand failed.


Those files have been attached.

-- 
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/20160127/8b39d888/attachment-0001.html>


More information about the llvm-bugs mailing list