[LLVMbugs] [Bug 19771] New: clang frontend command failed due to signal (source using boost::spirit, using precompiled header)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat May 17 14:13:02 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19771
Bug ID: 19771
Summary: clang frontend command failed due to signal (source
using boost::spirit, using precompiled header)
Product: clang
Version: 3.4
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: milan33 at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 12525
--> http://llvm.org/bugs/attachment.cgi?id=12525&action=edit
make stdout
- crashes on first source file which uses boost::spirit library
- crashes only if using precompiled headers
ATTACHMENTS:
make stdout: make_stdout.txt
make stderr (includes crash backtrace): make_stderr.txt
preprocessed source: SqlParsing_Insert-9998c6.cpp
associated run script: SqlParsing_Insert-9998c6.sh
STEPS TO REPRODUCE:
git clone git at github.com:milan11/repodbsync.git -b cmake_cotire
cd repodbsync/
cmake -G "Unix Makefiles" -DCMAKE_C_COMPILER=/usr/bin/clang
-DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DCMAKE_BUILD_TYPE=Debug
make
WORKS:
commenting out
cotire(${PROJECT_NAME})
in
CMakeLists
(which causes not using the precompiled header)
and running cmake and make again
ENVIRONMENT:
Arch Linux, 64bit
GNU Make 4.0
clang version 3.4.1 (tags/RELEASE_34/dot1-final)
boost 1.55.0
--
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/20140517/f5f1d3fe/attachment.html>
More information about the llvm-bugs
mailing list