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


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

Re: libjava testsuite problem under i686-pc-linux-gnu


> Or maybe you want to try tweaking the dejagnu timeout value:

Made the problem worse.  Hung on the first error.

dave     30014 30013  0 19:01 pts/0    00:00:00 make check-DEJAGNU
dave     30015 30014  0 19:01 pts/0    00:00:00 /bin/sh -c srcdir=`cd ../../../../libjava/testsuite && pwd`; export srcdir;  EXPECT=`if [ -f ../../expect/expect ] ; then echo ../../expect/expect ; else echo expect ; fi`; export EXPECT;  runtest=`if [ -f ../../../../libjava/../dejagnu/runtest ] ; then echo ../../../../libjava/../dejagnu/runtest ; else echo runtest; fi`;  if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then  $runtest --tool libjava --srcdir $srcdir ;  else echo "WARNING: could not find \`runtest'" 1>&2; :; fi
dave     30042 30015  1 19:01 pts/0    00:00:09 expect -- /usr/local/share/dejagnu/runtest.exp --tool libjava --srcdir /home/dave/gnu/gcc-3.0/libjava/testsuite
dave      9534 30042  0 19:16 pts/0    00:00:00 [sh <defunct>]
dave      9777 30042  0 19:16 pts/0    00:00:00 lt-Divide_1
dave      9779 30042  0 19:16 pts/0    00:00:00 cat
dave      9800  9777  0 19:16 pts/0    00:00:00 lt-Divide_1

It looks like running the test after the linker has a problem results in
a zombie process that prevents expect from killing the test.  I presume
the expect precess has signaled the defunct sh process.  The test
started again when I killed 9777 9779 9800.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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