<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - clang segfault reported while compiling seastar"
   href="https://llvm.org/bugs/show_bug.cgi?id=26342">26342</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>clang segfault reported while compiling seastar
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.7
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Frontend
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>erich.keane@verizon.net
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>[ekeane1@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
<a href="http://llvm.org/bugs/">http://llvm.org/bugs/</a> 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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>