[spirit][testing] ICE in gcc 4.8.2 in tests
Hi, I'm seeing ICE in a test on BP x86_64 C++11: http://www.boost.org/development/tests/develop/developer/output/BP%20x86_64%... This seems to be happening only in develop. I cannot reproduce this with my local gcc 4.8.1. Does anyone know what could be the problem?
On Monday, April 07, 2014 05:20 PM, Andrey Semashev wrote:
Hi,
I'm seeing ICE in a test on BP x86_64 C++11:
http://www.boost.org/development/tests/develop/developer/output/BP%20x86_64%...
This seems to be happening only in develop. I cannot reproduce this with my local gcc 4.8.1. Does anyone know what could be the problem?
I just ran the test and it passed. Solar flare? :P Ben
On Monday, April 07, 2014 05:46 PM, Ben Pope wrote:
On Monday, April 07, 2014 05:20 PM, Andrey Semashev wrote:
Hi,
I'm seeing ICE in a test on BP x86_64 C++11:
http://www.boost.org/development/tests/develop/developer/output/BP%20x86_64%...
This seems to be happening only in develop. I cannot reproduce this with my local gcc 4.8.1. Does anyone know what could be the problem?
I just ran the test and it passed.
I should point out that it's my machine running that test. The output was: **passed** ../../../bin.v2/libs/log/test/filt_matches_spirit_qi.test/gcc-4.8.2~c11/debug/threading-multi/filt_matches_spirit_qi.test Also, I just ran the other failing test: **passed** ../../../bin.v2/libs/log/test/util_stp_filter_parser.test/clang-linux-3.4~c11_libc++/debug/threading-multi/util_stp_filter_parser.test Ben
On Monday 07 April 2014 17:46:06 Ben Pope wrote:
On Monday, April 07, 2014 05:20 PM, Andrey Semashev wrote:
Hi,
I'm seeing ICE in a test on BP x86_64 C++11:
http://www.boost.org/development/tests/develop/developer/output/BP%20x86_6 4%20C++11-boost-bin-v2-libs-log-test-filt_matches_spirit_qi-test-gcc-4-8-2 ~c11-debug-threading-multi.html
This seems to be happening only in develop. I cannot reproduce this with my local gcc 4.8.1. Does anyone know what could be the problem?
I just ran the test and it passed.
Solar flare? :P
Hope so. :) Is it possible that the compiler hits some system limit sometimes? Memory? Disk space?
On Monday, April 07, 2014 05:51 PM, Andrey Semashev wrote:
On Monday 07 April 2014 17:46:06 Ben Pope wrote:
On Monday, April 07, 2014 05:20 PM, Andrey Semashev wrote:
Hi,
I'm seeing ICE in a test on BP x86_64 C++11:
http://www.boost.org/development/tests/develop/developer/output/BP%20x86_6 4%20C++11-boost-bin-v2-libs-log-test-filt_matches_spirit_qi-test-gcc-4-8-2 ~c11-debug-threading-multi.html
This seems to be happening only in develop. I cannot reproduce this with my local gcc 4.8.1. Does anyone know what could be the problem?
I just ran the test and it passed.
Solar flare? :P
Hope so. :) Is it possible that the compiler hits some system limit sometimes? Memory? Disk space?
I currently have 115GB of disk space free, and 16GB of RAM installed, so I don't think so. I haven't analysed the disk usage during a run, though. To be honest, I often (as in most mornings after the test run) have the thing tell me that ld.bfd and ar crashed and would I like to report the error. I probably should investigate that at some point, but it could be because it's the binutils from Trusty, not Saucy, the version is 2.24-5ubuntu1 instead of 2.23.52.20130913-0ubuntu1. Also, my installation of gcc-4.9 may be interfering (e.g., libstdc++.so.6 points to libstdc++.so.6.0.20 not /libstdc++.so.6.0.18) Ben
participants (2)
-
Andrey Semashev
-
Ben Pope