Open Quuxplusone opened 8 years ago
Bugzilla Link | PR26202 |
Status | NEW |
Importance | P normal |
Reported by | frank.dittrich@mailbox.org |
Reported on | 2016-01-18 16:05:40 -0800 |
Last modified on | 2016-02-08 10:37:26 -0800 |
Version | 3.8 |
Hardware | PC MacOS X |
CC | andrew.pennebaker@gmail.com, llvm-bugs@lists.llvm.org, rafael@espindo.la |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
Here's my trace:
{{{
$ infer -- make
mkdir -p bin/
clang -O2 -Wall -Wextra -Wmost -Weverything -o bin/modulino -DMODULINO
modulino.c
mkdir -p bin/
clang -O2 -Wall -Wextra -Wmost -Weverything -o bin/test test.c modulino.c
clang: error: unable to execute command: Broken pipe: 13
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.8.0
Target: x86_64-apple-darwin15.2.0
Thread model: posix
InstalledDir:
/usr/local/Cellar/infer/0.6.0/libexec/infer/lib/clang_wrappers/../../../facebook-clang-plugins/clang/bin
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:
/var/folders/g6/kpqw5r_j50b6c48v238rmm6400018s/T/test-5d872f.c
clang: note: diagnostic msg:
/var/folders/g6/kpqw5r_j50b6c48v238rmm6400018s/T/modulino-eb2238.c
clang: note: diagnostic msg:
/var/folders/g6/kpqw5r_j50b6c48v238rmm6400018s/T/test-5d872f.sh
clang: note: diagnostic msg:
********************
make: *** [bin/test] Error 254
}}}
With diagnostic files uploaded to Gist:
https://gist.github.com/mcandre/2ce162f60ae3f06eccb5
Same error with https://github.com/mcandre/ios7crypt/tree/master/c
Same error for QuickCheck as well:
Same error when running infer -- make
for charm:
Same error with infer -- make
in my modulinos project.
Same error with infer -- make
in objcheck: