[
https://issues.apache.org/jira/browse/THRIFT-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14952307#comment-14952307
]
ASF GitHub Bot commented on THRIFT-2411:
----------------------------------------
Github user phongphan commented on the pull request:
https://github.com/apache/thrift/pull/648#issuecomment-147209336
Looks like `clang++` crashed makes one job failed.
> make TestServer TestClient StressTest StressTestNonBlocking
> make[4]: Entering directory `/home/travis/build/apache/thrift/test/cpp'
> depbase=`echo src/TestServer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift
-I/usr/include -I../../lib/cpp/src -Igen-cpp -Wall -Wextra -pedantic -g -O2
-std=c++11 -MT src/TestServer.o -MD -MP -MF $depbase.Tpo -c -o src/TestServer.o
src/TestServer.cpp &&\
> mv -f $depbase.Tpo $depbase.Po
> depbase=`echo src/TestClient.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift
-I/usr/include -I../../lib/cpp/src -Igen-cpp -Wall -Wextra -pedantic -g -O2
-std=c++11 -MT src/TestClient.o -MD -MP -MF $depbase.Tpo -c -o src/TestClient.o
src/TestClient.cpp &&\
> mv -f $depbase.Tpo $depbase.Po
> clang: error: unable to execute command: Killed
> clang: error: clang frontend command failed due to signal (use -v to see
invocation)
> clang version 3.4 (tags/RELEASE_34/final)
> Target: x86_64-unknown-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/TestClient-15e86a.cpp
> clang: note: diagnostic msg: /tmp/TestClient-15e86a.sh
> clang: note: diagnostic msg:
>
> ********************
> make[4]: *** [src/TestClient.o] Error 254
> make[4]: *** Waiting for unfinished jobs....
> make[4]: Leaving directory `/home/travis/build/apache/thrift/test/cpp'
> make[3]: *** [check-am] Error 2
> make[3]: Leaving directory `/home/travis/build/apache/thrift/test/cpp'
> make[2]: *** [check] Error 2
> make[2]: Leaving directory `/home/travis/build/apache/thrift/test/cpp'
> make[1]: *** [check-recursive] Error 1
> make[1]: Leaving directory `/home/travis/build/apache/thrift/test'
> make: *** [check-recursive] Error 1
> C++: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol
> -----------------------------------------------------------------
>
> Key: THRIFT-2411
> URL: https://issues.apache.org/jira/browse/THRIFT-2411
> Project: Thrift
> Issue Type: Sub-task
> Components: C++ - Library
> Reporter: Jens Geyer
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)