[LLVMbugs] [Bug 6997] New: Bus Error compiling Boost.Uuid
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Apr 30 15:21:44 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=6997
Summary: Bus Error compiling Boost.Uuid
Product: clang
Version: trunk
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: C++
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: jfreeman at cse.tamu.edu
CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com
Compiling source files that include Boost.Uuid result in bus errors. The error
message is:
clang: error: compiler command failed due to signal 10 (use -v to see
invocation)
Sometimes, this error is preceded by a stack dump:
Stack dump:
0. Program arguments: /path/to/bin/clang -cc1 -triple i386-apple-darwin9.0.0
-S -disable-free -disable-llvm-verifier -main-file-name Session.cpp -pic-level
1 -mdisable-fp-elim -target-cpu yonah -g -resource-dir /path/to/lib/clang/2.0
-Isource -Iinclude -I/opt/local/include -O0 -Wunused-parameter
-Wunused-variable -ferror-limit 19 -ftemplate-backtrace-limit 10
-fmessage-length 235 -fexceptions -fdiagnostics-show-option -fcolor-diagnostics
-o /var/folders/4k/4ki6lTM0Hl02Xo7FxM1LC++++TI/-Tmp-/cc-tbwlL0.s -x c++
source/Session.cpp
1. <eof> parser at end of file
2. /opt/local/include/boost/uuid/uuid_generators.hpp:82:10: instantiating
function definition 'boost::uuids::string_generator::operator()'
System information:
MacBook Pro
Intel processor
Mac OS X 10.5.8
Boost version 1.42, installed through MacPorts
Clang and LLVM built from trunk, version 102712
(test case coming as soon as I get it distilled)
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list