From owner-freebsd-java Mon May 29 0:47:34 2000 Delivered-To: freebsd-java@freebsd.org Received: from zeus.mipnet.org (zeus.mipnet.org [195.115.143.1]) by hub.freebsd.org (Postfix) with ESMTP id 07BF537BC20 for ; Mon, 29 May 2000 00:47:24 -0700 (PDT) (envelope-from mahe@twam.com) Received: from twamx.twam (sad-hermes-15.mipnet.org [195.115.76.30]) by zeus.mipnet.org (8.9.3/8.9.3) with ESMTP id KAA12243 for ; Mon, 29 May 2000 10:03:02 +0200 (MET DST) Received: from twam.com (twamx.twam [127.0.0.1]) by twamx.twam (8.9.2/8.9.2) with ESMTP id JAA01190 for ; Mon, 29 May 2000 09:49:42 +0200 (CEST) (envelope-from mahe@twam.com) Message-ID: <39322116.487AED3A@twam.com> Date: Mon, 29 May 2000 09:49:42 +0200 From: "Loic Mahe'" Organization: TWAM Informatique X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: fr, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: SIGSEV with FBSD 3.1 and linux-jdk-1.2 (pre-v2) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I'm using FreeBSD 3.1 and I wanted to try JDK 1.2. According to http://www.jmcm.org/tech/ports/linux_jdk.html, I installed linux_base-5.2 and Blackdown 1.2pre-v2 JDK. (I get the messages about the missing "Zapf" font ; I therefore commented out the lines with zapf in font.properties.) None of the demos (applets or jfc) are running. Let's take for example the SinmpleExample demo. The window briefly opens but the contents (in particular fonts) are unreadable. And the window closes with a very long error message (which I included below). Any ideas ? Thanks in advance (please reply alos to me directly if possible). Loic ============================ Here the error message : SIGSEGV 11* segmentation violation stackpointer=0x297b22e0 Full thread dump Classic VM (Linux_JDK_1.2_pre-release-v2, green threads): "AWT-Finalizer" (TID:0x28509e88, sys_thread_t:0x88aeab8, state:CW) prio=9 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Compiled Code) at sun.awt.AWTFinalizer.run(Compiled Code) "Screen Updater" (TID:0x28507c28, sys_thread_t:0x886ab58, state:CW) prio=4 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Compiled Code) at sun.awt.ScreenUpdater.nextEntry(Compiled Code) at sun.awt.ScreenUpdater.run(Compiled Code) "Image Fetcher 3" (TID:0x284fe748, sys_thread_t:0x8783018, state:R) prio=3 at java.awt.MediaTracker.setDone(Compiled Code) at java.awt.MediaEntry.setStatus(Compiled Code) at java.awt.ImageMediaEntry.imageUpdate(Compiled Code) at sun.awt.image.ImageWatched.newInfo(Compiled Code) at sun.awt.image.ImageRepresentation.imageComplete(Compiled Code) at sun.awt.image.ImageDecoder.imageComplete(Compiled Code) at sun.awt.image.GifImageDecoder.produceImage(Compiled Code) at sun.awt.image.InputStreamImageSource.doFetch(Compiled Code) at sun.awt.image.ImageFetcher.fetchloop(Compiled Code) at sun.awt.image.ImageFetcher.run(Compiled Code) "Image Fetcher 2" (TID:0x284fd200, sys_thread_t:0x8747a98, state:R) prio=3 at java.awt.MediaTracker.setDone(Compiled Code) at java.awt.MediaEntry.setStatus(Compiled Code) at java.awt.ImageMediaEntry.imageUpdate(Compiled Code) at sun.awt.image.ImageWatched.newInfo(Compiled Code) at sun.awt.image.ImageRepresentation.imageComplete(Compiled Code) at java.awt.image.ImageFilter.imageComplete(Compiled Code) at sun.awt.image.PixelStore.replay(Compiled Code) at sun.awt.image.PixelStore.replay(Compiled Code) at sun.awt.image.InputStreamImageSource.updateFromStore(Compiled Code) at sun.awt.image.InputStreamImageSource.doFetch(Compiled Code) at sun.awt.image.ImageFetcher.fetchloop(Compiled Code) at sun.awt.image.ImageFetcher.run(Compiled Code) "Image Fetcher 1" (TID:0x284fc7e0, sys_thread_t:0x8779180, state:R) prio=3 at java.awt.MediaTracker.setDone(Compiled Code) at java.awt.MediaEntry.setStatus(Compiled Code) at java.awt.ImageMediaEntry.imageUpdate(Compiled Code) at sun.awt.image.ImageWatched.newInfo(Compiled Code) at sun.awt.image.ImageRepresentation.imageComplete(Compiled Code) at sun.awt.image.ImageDecoder.imageComplete(Compiled Code) at sun.awt.image.GifImageDecoder.produceImage(Compiled Code) at sun.awt.image.InputStreamImageSource.doFetch(Compiled Code) at sun.awt.image.ImageFetcher.fetchloop(Compiled Code) at sun.awt.image.ImageFetcher.run(Compiled Code) "Image Fetcher 0" (TID:0x284f64f8, sys_thread_t:0x870f1a0, state:R) prio=3 at java.awt.MediaTracker.setDone(Compiled Code) at java.awt.MediaEntry.setStatus(Compiled Code) at java.awt.ImageMediaEntry.imageUpdate(Compiled Code) at sun.awt.image.ImageWatched.newInfo(Compiled Code) at sun.awt.image.ImageRepresentation.imageComplete(Compiled Code) at sun.awt.image.ImageDecoder.imageComplete(Compiled Code) at sun.awt.image.GifImageDecoder.produceImage(Compiled Code) at sun.awt.image.InputStreamImageSource.doFetch(Compiled Code) at sun.awt.image.ImageFetcher.fetchloop(Compiled Code) at sun.awt.image.ImageFetcher.run(Compiled Code) "TimerQueue" (TID:0x284f61c8, sys_thread_t:0x85c6128, state:CW) prio=5 at java.lang.Object.wait(Native Method) at javax.swing.TimerQueue.run(Compiled Code) at java.lang.Thread.run(Compiled Code) "AWT-Motif" (TID:0x284f2400, sys_thread_t:0x83988c0, state:R) prio=5 at sun.awt.motif.MToolkit.run(Native Method) at java.lang.Thread.run(Compiled Code) "SunToolkit.PostEventQueue-0" (TID:0x284f2ac0, sys_thread_t:0x83b39c8, state:CW) prio=5 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Compiled Code) at sun.awt.PostEventQueue.run(Compiled Code) "AWT-EventQueue-0" (TID:0x284f2a90, sys_thread_t:0x8411840, state:R) prio=6 at sun.java2d.loops.DefaultComponent.IntIsomorphicCopy(Native Method) at sun.java2d.loops.IntRgbToIntRgb.OpaqueBlit(Compiled Code) at sun.java2d.loops.RasterOutputManager.performOpaqueBlit(Compiled Code) at sun.java2d.loops.RasterOutputManager.compositeSrcDst(Compiled Code) at sun.java2d.loops.RasterOutputManager.renderImage(Compiled Code) at sun.java2d.SunGraphics2D.renderingPipeImage(Compiled Code) at sun.java2d.SunGraphics2D.drawImage(Compiled Code) at sun.awt.motif.X11Graphics.drawImage(Compiled Code) at javax.swing.JComponent.paint(Compiled Code) at java.awt.Container.paint(Compiled Code) at sun.awt.motif.MComponentPeer.handleEvent(Compiled Code) at java.awt.Component.dispatchEventImpl(Compiled Code) at java.awt.Container.dispatchEventImpl(Compiled Code) at java.awt.Window.dispatchEventImpl(Compiled Code) at java.awt.Component.dispatchEvent(Compiled Code) at java.awt.EventQueue.dispatchEvent(Compiled Code) at java.awt.EventDispatchThread.run(Compiled Code) "Finalizer" (TID:0x284d8320, sys_thread_t:0x80fb9b0, state:CW) prio=8 at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(Compiled Code) at java.lang.ref.ReferenceQueue.remove(Compiled Code) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174) "Reference Handler" (TID:0x284d83b0, sys_thread_t:0x80f7020, state:CW) prio=10 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Compiled Code) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114) "Signal dispatcher" (TID:0x284d83e0, sys_thread_t:0x80f3790, state:CW) prio=5 "Thread-0" (TID:0x28508a78, sys_thread_t:0x804c3d0, state:CW) prio=5 Monitor Cache Dump: sun.awt.PostEventQueue@284F2AC0/2857B2D8: Waiting to be notified: "SunToolkit.PostEventQueue-0" (0x83b39c8) sun.awt.image.PixelStore8@284FD2D0/285B8570: owner "Image Fetcher 2" (0x8747a98) 2 entries java.lang.ref.ReferenceQueue$Lock@284D8338/2850DD60: Waiting to be notified: "Finalizer" (0x80fb9b0) javax.swing.TimerQueue@284F61F0/285A1768: Waiting to be notified: "TimerQueue" (0x85c6128) sun.awt.ScreenUpdater@28507C28/285DC6A0: Waiting to be notified: "Screen Updater" (0x886ab58) java.lang.ref.Reference$Lock@284D83C0/2850D890: Waiting to be notified: "Reference Handler" (0x80f7020) java.lang.Class@284EF8D8/28571610: owner "AWT-EventQueue-0" (0x8411840) 1 entry sun.awt.AWTFinalizer@28509E88/287AED18: Waiting to be notified: "AWT-Finalizer" (0x88aeab8) Registered Monitor Dump: PCMap lock: utf8 hash table: JNI pinning lock: JNI global reference lock: BinClass lock: Class linking lock: System class loader lock: Code rewrite lock: Heap lock: Monitor cache lock: owner "AWT-EventQueue-0" (0x8411840) 1 entry Dynamic loading lock: Monitor IO lock: User signal monitor: Waiting to be notified: "Signal dispatcher" (0x80f3790) Child death monitor: I/O monitor: owner "AWT-Motif" (0x83988c0) 1 entry Alarm monitor: Waiting to be notified: (0x804d770) Thread queue lock: owner "AWT-EventQueue-0" (0x8411840) 1 entry Waiting to be notified: "Thread-0" (0x804c3d0) Monitor registry: owner "AWT-EventQueue-0" (0x8411840) 1 entry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message