From owner-freebsd-emulation@FreeBSD.ORG Sat Mar 10 05:18:17 2007 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84DB616A403; Sat, 10 Mar 2007 05:18:17 +0000 (UTC) (envelope-from kpeter@melbpc.org.au) Received: from vscan05.westnet.com.au (vscan05.westnet.com.au [203.10.1.139]) by mx1.freebsd.org (Postfix) with ESMTP id 6905713C491; Sat, 10 Mar 2007 05:18:16 +0000 (UTC) (envelope-from kpeter@melbpc.org.au) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with ESMTP id E921924AD5E; Sat, 10 Mar 2007 14:18:13 +0900 (WST) Received: from vscan05.westnet.com.au ([127.0.0.1]) by localhost (vscan05.westnet.com.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MJnjzlA3X+4w; Sat, 10 Mar 2007 14:18:13 +0900 (WST) Received: from [192.168.0.2] (dsl-220-235-95-58.vic.westnet.com.au [220.235.95.58]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vscan05.westnet.com.au (Postfix) with ESMTP id 7094124ADD5; Sat, 10 Mar 2007 14:18:12 +0900 (WST) Message-ID: <45F23F93.9010204@melbpc.org.au> Date: Sat, 10 Mar 2007 16:18:11 +1100 From: Peter Kostouros Organization: Melbourne PC User Group User-Agent: Thunderbird 1.5.0.9 (X11/20070101) MIME-Version: 1.0 To: Alexander Leidinger References: <45C46416.3020406@melbpc.org.au> <20070306140643.ddq9n3k68ksggs40@webmail.leidinger.net> <200703061137.04993.jkim@FreeBSD.org> <200703061807.05744.jkim@FreeBSD.org> <45F0FDB9.1010007@melbpc.org.au> <20070309105622.cn1tpp1crw4gsw4g@webmail.leidinger.net> In-Reply-To: <20070309105622.cn1tpp1crw4gsw4g@webmail.leidinger.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org, Jung-uk Kim Subject: Re: ??SPAM?? Re: linux-2.6.16 emulation: linux-sun-jdk1.6.0 program problem X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kpeter@melbpc.org.au List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2007 05:18:17 -0000 Alexander Leidinger wrote: > Quoting Peter Kostouros (from Fri, 09 Mar 2007 > 17:24:57 +1100): > >> Jung-uk Kim wrote: >>> On Tuesday 06 March 2007 11:37 am, Jung-uk Kim wrote: >>> >>>> On Tuesday 06 March 2007 08:06 am, Alexander Leidinger wrote: >>>> >>>>> Quoting Peter Kostouros (from Sat, 03 Feb >>>>> 2007 >>>>> >>>>> 21:29:42 +1100): >>>>> >>>>>> Hi >>>>>> >>>>>> On my system (CURRENT as of 03FEB2007) linux-sun-jdk1.5.0 and >>>>>> linux-sun-jdk1.6.0 applications do not run under linux 2.6.16 >>>>>> emulation whereas they do under linux 2.4.2 emulation. >>>>>> >>>>> Could you please update to a recent current and check if this >>>>> problem is still there or not? >>>>> >>>> As far as I know, they don't work, i.e., they crash with internal >>>> error. Both require sched_getaffinity (and maybe more) and that is >>>> not implemented. I believe JDK breakage is serious blocker for the >>>> 2.6.16. Since we cannot support the syscall directly (i.e., we >>>> don't have user process affinity), we may have to fake it. >>>> >>> >>> FYI, it's fixed in perforce. >>> >>> Jung-uk Kim >>> >>> >> Hi >> >> I applied linuxolator-p4.diff to CURRENT (as of about 24 hours ago). >> Unfortunately the patch did not apply cleanly, so the rejected files >> were replaced by appropriate p4 files. Unfortunately I still had the >> same problem that I originally reported. > > It is not up-to-date. > >> Over this code base, I copied what I thought were the relevant files >> from p4 that provided support for (linux_)sched_getaffinity as mentined >> by jkim. I had positive results with this setup! However, I also have >> some odd observations: >> >> 1. Compiling using javac ends in a signal 9 even though it looks like >> the program successfully completed compilation. >> 2. Running sample applications, e.g., >> demo/jfc/SwingSet2/SwingSet2.jar, results in an empty pane, where it >> was expected to be populated with controls (not sure if this is a >> toolkit problem); applications also core dump. >> 3. Running ftpserver (java application) displays a GUI window but >> terminates abruptly when the server is started (syscall epoll_create >> not implemented). > > epoll* is not implemented. So this is expected (and gives more > priority to epoll). > > Can you do the same tests with jdk 1.5? > >> Everything seems to run OK with compat.linux.osrelease to 2.4.2. > > Good. > > Bye, > Alexander. > > --When we are planning for posterity, > we ought to remember that virtue is not hereditary. > -- Thomas Paine > > http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 > http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 > With linux-sun-jdk1.5.0: 1. As above: note, executing the resultant (console) program runs to completion but it does not return the user to the prompt unless you CTRL+C. 2. Running the sample application (demo/jfc/SwingSet2/SwingSet2.jar) displays a window with the controls, but abruptly terminates. See error log below. 3. ftpserver actually ran. However, it could not be 'built' with linux-sun-jdk1.5.0 (compat.linux.osrelease 2.4.2 nor 2.6.16), see log file below. Note, 'build' is a misnomer: files are compiled, but the test runs fail: I did not see any messages at the console about unimplemented syscalls. (The program was built using linux-sun-jdk1.4.2.) For reference, I used linux-sun-jdk1.5.0_11,2 Log file for failed run of SwingSet2.jar # # An unexpected error has been detected by HotSpot Virtual Machine: # # Internal Error (4E4D4554484F440E4350500529), pid=10885, tid=904330160 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode) --------------- T H R E A D --------------- Current thread (0x082b59e0): JavaThread "Thread-2" [_thread_in_Java, id=10900] Stack: [0x35df0000,0x35e70000), sp=0x35e6e468, free space=505k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0x3295f3] V [libjvm.so+0x12491c] V [libjvm.so+0x27effe] V [libjvm.so+0x2c6724] V [libjvm.so+0x290e24] V [libjvm.so+0x28e034] C 0xbfbfffdb J javax.swing.text.html.StyleSheet$SmallConversionSet.getAttribute(Ljava/lang/Object;)Ljava/lang/Object; v ~RuntimeStub::alignment_frame_return Runtime1 stub j javax.swing.text.StyleContext$NamedStyle.getAttribute(Ljava/lang/Object;)Ljava/lang/Object;+5 J javax.swing.text.html.MuxingAttributeSet.getAttribute(Ljava/lang/Object;)Ljava/lang/Object; v ~RuntimeStub::alignment_frame_return Runtime1 stub j javax.swing.text.html.StyleSheet$ViewAttributeSet.doGetAttribute(Ljava/lang/Object;)Ljava/lang/Object;+2 j javax.swing.text.html.StyleSheet$ViewAttributeSet.getAttribute(Ljava/lang/Object;)Ljava/lang/Object;+57 j javax.swing.text.html.CSS.getLength(Ljavax/swing/text/AttributeSet;Ljavax/swing/text/html/CSS$Attribute;Ljavax/swing/text/html/StyleSheet;)F+8 j javax.swing.text.html.StyleSheet$BoxPainter.getLength(Ljavax/swing/text/html/CSS$Attribute;Ljavax/swing/text/AttributeSet;)F+10 j javax.swing.text.html.StyleSheet$BoxPainter.getOrientationMargin(Ljavax/swing/text/html/StyleSheet$BoxPainter$HorizontalMargin;FLjavax/swing/text/AttributeSet;Z)F+94 j javax.swing.text.html.StyleSheet$BoxPainter.getInset(ILjavax/swing/text/View;)F+55 j javax.swing.text.html.ParagraphView.setPropertiesFromAttributes()V+55 j javax.swing.text.html.ParagraphView.setParent(Ljavax/swing/text/View;)V+10 j javax.swing.text.CompositeView.replace(II[Ljavax/swing/text/View;)V+227 j javax.swing.text.BoxView.replace(II[Ljavax/swing/text/View;)V+4 j javax.swing.text.CompositeView.loadChildren(Ljavax/swing/text/ViewFactory;)V+66 j javax.swing.text.CompositeView.setParent(Ljavax/swing/text/View;)V+23 j javax.swing.text.html.BlockView.setParent(Ljavax/swing/text/View;)V+2 j javax.swing.text.html.HTMLEditorKit$HTMLFactory$BodyBlockView.setParent(Ljavax/swing/text/View;)V+38 j javax.swing.text.CompositeView.replace(II[Ljavax/swing/text/View;)V+227 j javax.swing.text.BoxView.replace(II[Ljavax/swing/text/View;)V+4 j javax.swing.text.View.updateChildren(Ljavax/swing/event/DocumentEvent$ElementChange;Ljavax/swing/event/DocumentEvent;Ljavax/swing/text/ViewFactory;)Z+93 j javax.swing.text.View.insertUpdate(Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V+33 j javax.swing.plaf.basic.BasicTextUI$RootView.insertUpdate(Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V+14 j javax.swing.plaf.basic.BasicTextUI$UpdateHandler.insertUpdate(Ljavax/swing/event/DocumentEvent;)V+101 j javax.swing.text.AbstractDocument.fireInsertUpdate(Ljavax/swing/event/DocumentEvent;)V+40 j javax.swing.text.DefaultStyledDocument.create([Ljavax/swing/text/DefaultStyledDocument$ElementSpec;)V+159 j javax.swing.text.html.HTMLDocument.create([Ljavax/swing/text/DefaultStyledDocument$ElementSpec;)V+2 j javax.swing.text.html.HTMLDocument$HTMLReader.flushBuffer(Z)V+89 j javax.swing.text.html.HTMLDocument$HTMLReader.flush()V+36 j javax.swing.text.html.HTMLEditorKit.read(Ljava/io/Reader;Ljavax/swing/text/Document;I)V+100 j javax.swing.JEditorPane.read(Ljava/io/InputStream;Ljavax/swing/text/Document;)V+44 j javax.swing.JEditorPane.read(Ljava/io/InputStream;Ljavax/swing/text/Document;)V+157 j javax.swing.JEditorPane$PageLoader.run()V+12 v ~StubRoutines::call_stub V [libjvm.so+0x17ad8c] V [libjvm.so+0x28efd8] V [libjvm.so+0x17a5e5] V [libjvm.so+0x17a67e] V [libjvm.so+0x1f1ed5] V [libjvm.so+0x2f8523] V [libjvm.so+0x28fbe8] C [libpthread.so.0+0x59b3] --------------- P R O C E S S --------------- Java Threads: ( => current thread ) =>0x082b59e0 JavaThread "Thread-2" [_thread_in_Java, id=10900] 0x0805c8e8 JavaThread "DestroyJavaVM" [_thread_blocked, id=10885] 0x08296ad0 JavaThread "Thread-1" [_thread_in_vm, id=10899] 0x0824e730 JavaThread "TimerQueue" daemon [_thread_blocked, id=10898] 0x082076f0 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=10897] 0x08205e60 JavaThread "AWT-Shutdown" [_thread_blocked, id=10896] 0x081db2b0 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=10895] 0x081cd020 JavaThread "AWT-XAWT" daemon [_thread_blocked, id=10894] 0x081be4a0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=10893] 0x080c8510 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=10891] 0x080c6f60 JavaThread "CompilerThread0" daemon [_thread_blocked, id=10890] 0x080c6150 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10889] 0x080bbc70 JavaThread "Finalizer" daemon [_thread_blocked, id=10888] 0x080bafa8 JavaThread "Reference Handler" daemon [_thread_blocked, id=10887] Other Threads: 0x080b82a8 VMThread [id=10886] 0x080c9a00 WatcherThread [id=10892] VM state:synchronizing (normal execution) VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) [0x0805bd00/0x0805bd28] Safepoint_lock - owner thread: 0x080b82a8 [0x0805bd80/0x0805bda8] Threads_lock - owner thread: 0x080b82a8 [0x0805c1d0/0x0805c1e8] Heap_lock - owner thread: 0x08296ad0 Heap def new generation total 1280K, used 1155K [0x2d9f0000, 0x2db50000, 0x2ded0000) eden space 1152K, 99% used [0x2d9f0000, 0x2db0df18, 0x2db10000) from space 128K, 9% used [0x2db10000, 0x2db12f90, 0x2db30000) to space 128K, 0% used [0x2db30000, 0x2db30000, 0x2db50000) tenured generation total 16316K, used 10207K [0x2ded0000, 0x2eebf000, 0x319f0000) the space 16316K, 62% used [0x2ded0000, 0x2e8c7ce0, 0x2e8c7e00, 0x2eebf000) compacting perm gen total 9984K, used 9962K [0x319f0000, 0x323b0000, 0x359f0000) the space 9984K, 99% used [0x319f0000, 0x323aa958, 0x323aaa00, 0x323b0000) No shared spaces configured. Dynamic libraries: 08048000-08057000 r-xp 00010000 VM Arguments: java_command: SwingSet2.jar Launcher Type: SUN_STANDARD Environment Variables: JAVA_HOME=/usr/local/linux-sun-jdk1.5.0 PATH=/sbin:/bin:/usr/sbin:/usr/bin LD_LIBRARY_PATH=/usr/local/linux-sun-jdk1.5.0/jre/lib/i386/client:/usr/local/linux-sun-jdk1.5.0/jre/lib/i386:/usr/local/linux-sun-jdk1.5.0/jre/../lib/i386 SHELL=/usr/local/bin/bash DISPLAY=:0.0 Signal Handlers: SIGSEGV: [libjvm.so+0x32a000], sa_mask[0]=0x5ffb7eff, sa_flags=0x10000004 SIGBUS: [libjvm.so+0x32a000], sa_mask[0]=0x5ffb7eff, sa_flags=0x10000004 SIGFPE: [libjvm.so+0x28e010], sa_mask[0]=0x5ffb7eff, sa_flags=0x10000004 SIGPIPE: [libjvm.so+0x28e010], sa_mask[0]=0x5ffb7eff, sa_flags=0x10000004 SIGILL: [libjvm.so+0x28e010], sa_mask[0]=0x5ffb7eff, sa_flags=0x10000004 SIGUSR1: SIG_DFL, sa_mask[0]=0x43807efb, sa_flags=0x00000000 SIGUSR2: [libjvm.so+0x290460], sa_mask[0]=0x00000000, sa_flags=0x10000004 SIGHUP: [libjvm.so+0x28fe90], sa_mask[0]=0x5ffb7eff, sa_flags=0x10000004 SIGINT: [libjvm.so+0x28fe90], sa_mask[0]=0x5ffb7eff, sa_flags=0x10000004 SIGQUIT: [libjvm.so+0x28fe90], sa_mask[0]=0x5ffb7eff, sa_flags=0x10000004 SIGTERM: [libjvm.so+0x28fe90], sa_mask[0]=0x5ffb7eff, sa_flags=0x10000004 --------------- S Y S T E M --------------- OS:Fedora Core release 4 (Stentz) uname:Linux 2.6.16 FreeBSD 7.0-CURRENT #4: Fri Mar 9 15:28:01 EST 2007 i686 libc:glibc 2.3.6 NPTL 2.3.6 rlimit: STACK 65536k, CORE infinity, NPROC 5547, NOFILE 11095, AS infinity load average:0.27 0.29 1.02 CPU:total 1 (cores per cpu 1, threads per core 1) family 15 model 2 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2 Memory: 4k page, physical 1035656k(943276k free), swap 2097152k(2097152k free) vm_info: Java HotSpot(TM) Client VM (1.5.0_11-b03) for linux-x86, built on Dec 15 2006 02:25:41 by java_re with gcc 3.2.1-7a (J2SE release) Log file for failed build of ftpserver (with compat.linux.osrelease = 2.4.2): # # An unexpected error has been detected by HotSpot Virtual Machine: # # Internal Error (4E4D4554484F440E4350500529), pid=7813, tid=9650229 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode) --------------- T H R E A D --------------- Current thread (0x08944b90): JavaThread "SocketAcceptorIoProcessor-139.0" [_thread_in_Java, id=8419] Stack: [0xb8c01000,0xb8e00000), sp=0xb8dff038, free space=2040k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0x3295f3] V [libjvm.so+0x12491c] V [libjvm.so+0x27effe] V [libjvm.so+0x2c6724] V [libjvm.so+0x290e24] V [libjvm.so+0x28e034] C [libpthread.so.0+0xc5f8] C 0xbfbfffdb j org.apache.mina.filter.executor.ExecutorFilter.sessionClosed(Lorg/apache/mina/common/IoFilter$NextFilter;Lorg/apache/mina/common/IoSession;)V+7 j org.apache.mina.common.support.AbstractIoFilterChain.callNextSessionClosed(Lorg/apache/mina/common/IoFilterChain$Entry;Lorg/apache/mina/common/IoSession;)V+13 j org.apache.mina.common.support.AbstractIoFilterChain.access$900(Lorg/apache/mina/common/support/AbstractIoFilterChain;Lorg/apache/mina/common/IoFilterChain$Entry;Lorg/apache/mina/common/IoSession;)V+3 j org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.sessionClosed(Lorg/apache/mina/common/IoSession;)V+17 j org.apache.mina.common.support.AbstractIoFilterChain$HeadFilter.sessionClosed(Lorg/apache/mina/common/IoFilter$NextFilter;Lorg/apache/mina/common/IoSession;)V+2 j org.apache.mina.common.support.AbstractIoFilterChain.callNextSessionClosed(Lorg/apache/mina/common/IoFilterChain$Entry;Lorg/apache/mina/common/IoSession;)V+13 j org.apache.mina.common.support.AbstractIoFilterChain.fireSessionClosed(Lorg/apache/mina/common/IoSession;)V+29 j org.apache.mina.common.support.IoServiceListenerSupport.fireSessionDestroyed(Lorg/apache/mina/common/IoSession;)V+111 J org.apache.mina.transport.socket.nio.SocketIoProcessor.doRemove()V j org.apache.mina.transport.socket.nio.SocketIoProcessor.access$700(Lorg/apache/mina/transport/socket/nio/SocketIoProcessor;)V+1 j org.apache.mina.transport.socket.nio.SocketIoProcessor$Worker.run()V+73 j org.apache.mina.util.NamePreservingRunnable.run()V+11 j java.lang.Thread.run()V+11 v ~StubRoutines::call_stub V [libjvm.so+0x17ad8c] V [libjvm.so+0x28efd8] V [libjvm.so+0x17a5e5] V [libjvm.so+0x17a67e] V [libjvm.so+0x1f1ed5] V [libjvm.so+0x2f8523] V [libjvm.so+0x28fbe8] C [libpthread.so.0+0x5b8a] --------------- P R O C E S S --------------- Java Threads: ( => current thread ) =>0x08944b90 JavaThread "SocketAcceptorIoProcessor-139.0" [_thread_in_Java, id=8419] 0x08114670 JavaThread "Timer-139" daemon [_thread_blocked, id=8417] 0x0894f530 JavaThread "SocketAcceptorIoProcessor-138.0" [_thread_in_native, id=8415] 0x0894f0c8 JavaThread "SocketAcceptorIoProcessor-137.0" [_thread_in_native, id=8411] 0x084f47c8 JavaThread "SocketAcceptorIoProcessor-136.0" [_thread_in_native, id=8407] 0x0815be70 JavaThread "SocketAcceptorIoProcessor-135.0" [_thread_in_native, id=8403] 0x0841d648 JavaThread "SocketAcceptorIoProcessor-134.0" [_thread_in_native, id=8399] 0x084f6388 JavaThread "SocketAcceptorIoProcessor-133.0" [_thread_in_native, id=8395] 0x084808c0 JavaThread "SocketAcceptorIoProcessor-132.0" [_thread_in_native, id=8391] 0x0853b5d0 JavaThread "SocketAcceptorIoProcessor-131.0" [_thread_in_native, id=8383] 0x084a52c0 JavaThread "SocketAcceptorIoProcessor-130.0" [_thread_in_native, id=8379] 0x080eb5d0 JavaThread "SocketAcceptorIoProcessor-129.0" [_thread_in_native, id=8375] 0x083d12b8 JavaThread "SocketAcceptorIoProcessor-128.0" [_thread_in_native, id=8371] 0x085039b0 JavaThread "SocketAcceptorIoProcessor-127.0" [_thread_in_native, id=8367] 0x08583bb0 JavaThread "SocketAcceptorIoProcessor-126.0" [_thread_in_native, id=8363] 0x084ec880 JavaThread "SocketAcceptorIoProcessor-125.0" [_thread_in_native, id=8359] 0x08503c10 JavaThread "SocketAcceptorIoProcessor-123.0" [_thread_in_native, id=8351] 0x08560cc8 JavaThread "SocketAcceptorIoProcessor-122.0" [_thread_in_native, id=8347] 0x082e19c8 JavaThread "SocketAcceptorIoProcessor-121.0" [_thread_in_native, id=8343] 0x0855f9e8 JavaThread "SocketAcceptorIoProcessor-120.0" [_thread_in_native, id=8339] 0x084b3c18 JavaThread "SocketAcceptorIoProcessor-119.0" [_thread_in_native, id=8335] 0x084f3920 JavaThread "SocketAcceptorIoProcessor-117.0" [_thread_in_native, id=8327] 0x088581b8 JavaThread "SocketAcceptorIoProcessor-116.0" [_thread_in_native, id=8323] 0x086e3150 JavaThread "SocketAcceptorIoProcessor-115.0" [_thread_in_native, id=8319] 0x0831b328 JavaThread "SocketAcceptorIoProcessor-114.0" [_thread_in_native, id=8315] 0x0859f178 JavaThread "SocketAcceptorIoProcessor-113.0" [_thread_in_native, id=8311] 0x085a3748 JavaThread "SocketAcceptorIoProcessor-112.0" [_thread_in_native, id=8307] 0x080f2640 JavaThread "AnonymousIoService-16" daemon [_thread_blocked, id=7867] 0x080f2d70 JavaThread "AnonymousIoService-15" daemon [_thread_blocked, id=7866] 0x084ae420 JavaThread "AnonymousIoService-14" daemon [_thread_blocked, id=7864] 0x0856d500 JavaThread "AnonymousIoService-13" daemon [_thread_blocked, id=7860] 0x08315758 JavaThread "AnonymousIoService-12" daemon [_thread_in_vm, id=7859] 0x08310508 JavaThread "AnonymousIoService-11" daemon [_thread_blocked, id=7858] 0x0830f658 JavaThread "AnonymousIoService-10" daemon [_thread_blocked, id=7857] 0x08570398 JavaThread "AnonymousIoService-9" daemon [_thread_blocked, id=7856] 0x0856a390 JavaThread "AnonymousIoService-8" daemon [_thread_blocked, id=7854] 0x080f4ae8 JavaThread "AnonymousIoService-7" daemon [_thread_blocked, id=7853] 0x084af528 JavaThread "AnonymousIoService-6" daemon [_thread_blocked, id=7849] 0x0856b058 JavaThread "AnonymousIoService-5" daemon [_thread_blocked, id=7848] 0x084b1240 JavaThread "AnonymousIoService-4" daemon [_thread_blocked, id=7847] 0x084b19c0 JavaThread "AnonymousIoService-3" daemon [_thread_blocked, id=7846] 0x084ab2d0 JavaThread "AnonymousIoService-2" daemon [_thread_blocked, id=7844] 0x085379b8 JavaThread "AnonymousIoService-1" daemon [_thread_blocked, id=7843] 0x08531fa8 JavaThread "PooledByteBufferExpirer-0" daemon [_thread_blocked, id=7840] 0x080ca620 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=7833] 0x080c90e8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=7832] 0x080c82d0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7831] 0x080bdeb0 JavaThread "Finalizer" daemon [_thread_blocked, id=7830] 0x080bd278 JavaThread "Reference Handler" daemon [_thread_blocked, id=7829] 0x0805cc80 JavaThread "main" [_thread_in_vm, id=7813] Other Threads: 0x080b8640 VMThread [id=7828] 0x080cbac0 WatcherThread [id=7834] VM state:synchronizing (normal execution) VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) [0x0805c098/0x0805c0c0] Safepoint_lock - owner thread: 0x080b8640 [0x0805c118/0x0805c140] Threads_lock - owner thread: 0x080b8640 [0x0805c568/0x0805c580] Heap_lock - owner thread: 0x08315758 Heap def new generation total 2688K, used 2688K [0x2da30000, 0x2dd10000, 0x2df10000) eden space 2432K, 100% used [0x2da30000, 0x2dc90000, 0x2dc90000) from space 256K, 100% used [0x2dcd0000, 0x2dd10000, 0x2dd10000) to space 256K, 0% used [0x2dc90000, 0x2dc90000, 0x2dcd0000) tenured generation total 34708K, used 28609K [0x2df10000, 0x300f5000, 0x31a30000) the space 34708K, 82% used [0x2df10000, 0x2fb00678, 0x2fb00800, 0x300f5000) compacting perm gen total 14592K, used 14337K [0x31a30000, 0x32870000, 0x35a30000) the space 14592K, 98% used [0x31a30000, 0x32830580, 0x32830600, 0x32870000) No shared spaces configured. Dynamic libraries: 08048000-08057000 r-xp 00010000 VM Arguments: jvm_args: -Dclassworlds.conf=/usr/local/share/java/maven2/bin/m2.conf -Dmaven.home=/usr/local/share/java/maven2 java_command: org.codehaus.classworlds.Launcher test Launcher Type: SUN_STANDARD Environment Variables: JAVA_HOME=/usr/local/linux-sun-jdk1.5.0 PATH=/sbin:/bin:/usr/sbin:/usr/bin LD_LIBRARY_PATH=/usr/local/linux-sun-jdk1.5.0/jre/lib/i386/client:/usr/local/linux-sun-jdk1.5.0/jre/lib/i386:/usr/local/linux-sun-jdk1.5.0/jre/../lib/i386 SHELL=/usr/local/bin/bash DISPLAY=:0.0 Signal Handlers: SIGSEGV: [libjvm.so+0x32a000], sa_mask[0]=0xdffb7eff, sa_flags=0x10000004 SIGBUS: [libjvm.so+0x32a000], sa_mask[0]=0xdffb7eff, sa_flags=0x10000004 SIGFPE: [libjvm.so+0x28e010], sa_mask[0]=0xdffb7eff, sa_flags=0x10000004 SIGPIPE: [libjvm.so+0x28e010], sa_mask[0]=0xdffb7eff, sa_flags=0x10000004 SIGILL: [libjvm.so+0x28e010], sa_mask[0]=0xdffb7eff, sa_flags=0x10000004 SIGUSR1: SIG_DFL, sa_mask[0]=0x43807efb, sa_flags=0x00000000 SIGUSR2: [libjvm.so+0x290460], sa_mask[0]=0x80000000, sa_flags=0x10000004 SIGHUP: [libjvm.so+0x28fe90], sa_mask[0]=0xdffb7eff, sa_flags=0x10000004 SIGINT: [libjvm.so+0x28fe90], sa_mask[0]=0xdffb7eff, sa_flags=0x10000004 SIGQUIT: [libjvm.so+0x28fe90], sa_mask[0]=0xdffb7eff, sa_flags=0x10000004 SIGTERM: [libjvm.so+0x28fe90], sa_mask[0]=0xdffb7eff, sa_flags=0x10000004 --------------- S Y S T E M --------------- OS:Fedora Core release 4 (Stentz) uname:Linux 2.4.2 FreeBSD 7.0-CURRENT #4: Fri Mar 9 15:28:01 EST 2007 i686 libc:glibc 2.3.6 linuxthreads-0.10 (fixed stack) rlimit: STACK 2044k, CORE infinity, NPROC 5547, NOFILE 11095, AS infinity load average:0.54 0.24 0.16 CPU:total 1 (cores per cpu 1, threads per core 1) family 15 model 2 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2 Memory: 4k page, physical 1035656k(919568k free), swap 2097152k(2097152k free) vm_info: Java HotSpot(TM) Client VM (1.5.0_11-b03) for linux-x86, built on Dec 15 2006 02:25:41 by java_re with gcc 3.2.1-7a (J2SE release) -- Regards Peter As always the organisation disavows knowledge of this email