[llvm-bugs] [Bug 26508] New: segfault on libosmscout c++11 test

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Feb 6 11:47:58 PST 2016


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

            Bug ID: 26508
           Summary: segfault on libosmscout c++11 test
           Product: clang
           Version: 3.7
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++11
          Assignee: unassignedclangbugs at nondot.org
          Reporter: niklas at niklasfi.de
                CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 15846
  --> https://llvm.org/bugs/attachment.cgi?id=15846&action=edit
source code

clang segfaults when compiling source code provided by libosmscout [1] to test
c++11 compatibility. Here's the output

clang++ tst.cpp -std=c++11
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/tst-2261e1.cpp
clang: note: diagnostic msg: /tmp/tst-2261e1.sh
clang: note: diagnostic msg: 

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


[1] https://github.com/Framstag/libosmscout

-- 
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/20160206/ab8fb905/attachment.html>


More information about the llvm-bugs mailing list