Strange Linux regressions

A number of libraries fail with various versions of GCC and Intel with the following output (e.g. http://tinyurl.com/4q93w): g++: Internal compiler error: program as got fatal signal 11 and (http://tinyurl.com/3s92x): icpcbin: error: Fatal error in /opt/intel/compiler70/ia32/bin/mcpcom, terminated by segmentation violation Martin, is this the dreadful memory problem that you've been talking about? -- Aleksey Gurtovoy MetaCommunications Engineering

the failures w/ utility (iterator_traits_test) need to be investigated, that's for sure. how come all the white space in your, mine, and martin's results in utility over the weekend? your results don't who any failures, and others don't show any white. What's up??? At Sunday 2004-10-31 23:48, you wrote:
A number of libraries fail with various versions of GCC and Intel with the following output (e.g. http://tinyurl.com/4q93w):
g++: Internal compiler error: program as got fatal signal 11
and (http://tinyurl.com/3s92x):
icpcbin: error: Fatal error in /opt/intel/compiler70/ia32/bin/mcpcom, terminated by segmentation violation
Martin, is this the dreadful memory problem that you've been talking about?
-- Aleksey Gurtovoy MetaCommunications Engineering
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Victor A. Wagner Jr. http://rudbek.com The five most dangerous words in the English language: "There oughta be a law"

Victor A. Wagner Jr. writes:
the failures w/ utility (iterator_traits_test) need to be investigated, that's for sure.
Fixed now (I forgot to take the moved test out of the jamfile).
how come all the white space in your, mine, and martin's results in utility over the weekend?
All iterator examples in "libs/utility" were either moved to the corresponding directory in "libs/iterator" or removed as duplicate.
your results don't who any failures, and others don't show any white. What's up???
See the above. -- Aleksey Gurtovoy MetaCommunications Engineering

At Sunday 2004-10-31 23:48, you wrote:
A number of libraries fail with various versions of GCC and Intel with the following output (e.g. http://tinyurl.com/4q93w):
g++: Internal compiler error: program as got fatal signal 11
and (http://tinyurl.com/3s92x):
icpcbin: error: Fatal error in /opt/intel/compiler70/ia32/bin/mcpcom, terminated by segmentation violation
Martin, is this the dreadful memory problem that you've been talking about?
I just found this (visual inspection) in my logs. other than the errors, I mentioned in an earlier message, it doesn't seem to trigger anything else: ============================================================ C:\Projects\boost\status>C:\Projects\boost\bin\boost\tools\regression\build\process_jam_log.exe\vc-7_1\release\threading-multi\process_jam_log.exe C:\Projects\results 0<C:\Projects\results\bjam.log boost_root: C:/Projects/boost/status/.. locate_root: C:/Projects/results *****Warning - missing test path: boost-test(RUN) "utility/iterator_traits_test" : (Usually occurs when bjam doesn't know how to make a target) no errors detected ============================================================
-- Aleksey Gurtovoy MetaCommunications Engineering
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Victor A. Wagner Jr. http://rudbek.com The five most dangerous words in the English language: "There oughta be a law"

On Mon, 1 Nov 2004 00:48:29 -0600, Aleksey Gurtovoy <agurtovoy@meta-comm.com> wrote:
A number of libraries fail with various versions of GCC and Intel with the following output (e.g. http://tinyurl.com/4q93w):
g++: Internal compiler error: program as got fatal signal 11
An ICE is definitely a compiler bug. So the two obvious questions are: (1) Which version of gcc has this bug? (2) Have you filed a bugzilla bug report yet? --Matt
participants (3)
-
Aleksey Gurtovoy
-
Matt Austern
-
Victor A. Wagner Jr.