This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Strange behavior


While building the 971105 snapshot I have see a few odd things.  First, when I 
issue a 'make bootstrap-lean' the second stage is never removed after the 
compare stage even though the make compare-lean passes.  

Second, but more important, when I did a make check, something strange happened. 
I did a 'make bootstrap-lean >& logfile;make check >& results &' and went to 
sleep Saturday night.  Monday at school I noticed that make check was still 
running and a ps ux gave me:

USER       PID %CPU %MEM   VSZ  RSS TT  S    STARTED         TIME COMMAND
jackson  15154 98.0  0.2 1.73M 208K ??  R      Nov 09  1-07:50:06 /tmp/a.out
jackson  25336  0.0  1.0 2.29M 952K ??  I      Nov 09     0:01.51 make check
jackson  16388  0.0  1.3 8.37M 1.2M ??  I    15:18:04     0:00.69 /usr/bin/X11/
jackson  22172  0.0  0.1 1.99M 144K ??  I      Nov 08     0:00.02 -csh (csh)
jackson  16389  0.0  1.3 7.49M 1.3M ??  I    15:18:05     0:00.64 /usr/bin/X11/
jackson  16383  0.0  1.4 7.68M 1.4M ??  I    15:18:02     0:00.70 dxsession
jackson   4464  0.0  0.3 1.77M 312K ??  I      Nov 09     0:00.04 sh -c rootme=
jackson  15155  0.0  0.3 1.29M 248K ??  I      Nov 09     0:00.02 cat
jackson  16386  0.0  0.3 1.77M 296K ??  I    15:18:03     0:00.02 sh -c /usr/bi
jackson  26832  0.0  1.1 2.34M 1.0M ??  I      Nov 09     0:00.72 make AR_FLAGS
jackson  16392  0.0  0.6 3.29M 576K ??  S    15:18:05     0:00.18 /usr/bin/X11/
jackson  16394  0.0  0.5 2.00M 528K p2  I  + 15:18:12     0:00.14 - (csh)
jackson  16393  0.0  0.5 2.00M 528K p1  S    15:18:12     0:00.16 - (csh)
jackson  26829  0.0  0.3 1.77M 304K ??  I      Nov 09     0:00.04 sh -ce if [ -
jackson   4467  0.0  1.8 3.55M 1.7M ??  I      Nov 09    11:07.93 expect -- /us
jackson  16382  0.0  0.3 1.77M 304K ??  I    15:18:01     0:00.06 sh /usr/lib/X

I killed all the processes I was running and a 'tail results' gave me:
                === g++ tests ===

Running target unix
Using /usr/local/bin/../share/dejagnu/baseboards/unix.exp as board description f
ile for target.
Using /usr/local/bin/../share/dejagnu/config/unix.exp as generic interface file
for target.
Using /usr/users/jackson/egcs/egcs-971105/gcc/testsuite/config/default.exp as to
ol-and-target-specific interface file.
Running /usr/users/jackson/egcs/egcs-971105/gcc/testsuite/g++.old-deja/old-deja.
exp ...
FAIL: g++.benjamin/p12475.C  (test for warnings, line 4)
FAIL: g++.benjamin/warn01.C (test for excess errors)
XPASS: g++.brendan/array1.C overflow in array dimension.* , (test for errors, li
ne 6)
XPASS: g++.jason/destruct3.C - (test for bogus messages, line 38)
XPASS: g++.mike/dyncast1.C  Execution test
XPASS: g++.mike/dyncast2.C  Execution test
FAIL: g++.mike/eh23.C  Execution test
FAIL: g++.mike/eh29.C  Execution test
sh*** Killed

Aaron Jackson		jackson@msrce.howard.edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]