This is the mail archive of the gcc-bugs@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]

lt-Invoke/lt-Divide not killed during make check (mainline)



Configuring GCC with java and running the testsuite on i686-linux, I
have the following programs still running:

30897 pts/5    S      0:00 lt-Divide_1
30898 pts/5    S      0:00 lt-Divide_1
31306 pts/5    S      0:00 lt-Divide_1
31307 pts/5    S      0:00 lt-Divide_1
 7827 pts/5    S      0:00 lt-Invoke_1
 7828 pts/5    S      0:00 lt-Invoke_1

Those seem to be part of the libjava tests, it's very annoying to have
those around all the time.

My configure line is:
/cvs/gcc/configure --prefix=/opt/gcc-3.1-devel --enable-shared \
         --enable-threads=posix \
         --with-gnu-as --with-gnu-ld --disable-nls --with-system-zlib \
         --enable-languages=c,objc,c++,f77,java

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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