From owner-freebsd-java@FreeBSD.ORG Fri Nov 7 08:55:56 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3543E16A4CF for ; Fri, 7 Nov 2003 08:55:56 -0800 (PST) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D14C43FFD for ; Fri, 7 Nov 2003 08:55:53 -0800 (PST) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.6) id hA7H5DZ6016256; Fri, 7 Nov 2003 19:05:13 +0200 (EET) (envelope-from ml) Date: Fri, 7 Nov 2003 19:05:13 +0200 From: Alexey Zelkin To: Khairil Yusof Message-ID: <20031107190513.A16179@phantom.cris.net> References: <1068179350.90348.967.camel@wolverine.home.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1068179350.90348.967.camel@wolverine.home.net>; from kaeru@pd.jaring.my on Fri, Nov 07, 2003 at 12:29:11PM +0800 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: freebsd-java@freebsd.org Subject: Re: Applet crashes with jdk 1.4.1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2003 16:55:56 -0000 Can you please try to run same applets with appletviewer ? If problem persists -- try using appletviewer_g and post me backtrace from generated core file. Thank you! On Fri, Nov 07, 2003 at 12:29:11PM +0800, Khairil Yusof wrote: > I've been getting these a lot recently. Always with > sun.awt.motif.MToolkit > > Initially all applets would fail, but a recent recompiled helped fix the > problem (sometimes). Any reasons on why this awt method would crash? > > I'm using jdk-1.4.1p4_1 + KSE as you can see linked libary list. > > --- > > An unexpected exception has been detected in native code outside the VM. > Unexpected Signal : 11 occurred at PC=0x3447A17B > Function=processTree+0x29B > Library=/usr/local/jdk1.4.1/jre/lib/i386/libawt.so > > Current Java thread: > at sun.awt.motif.MToolkit.run(Native Method) > at java.lang.Thread.run(Thread.java:536) > > Dynamic libraries: > 0x8048000 java_vm > 0x2807e000 /usr/lib/libkse.so.1 > 0x280a2000 /lib/libc.so.5 > 0x2817e000 /usr/local/jdk1.4.1/jre/lib/i386/client/libjvm.so > 0x285cf000 /usr/lib/libstdc++.so.4 > 0x2868b000 /lib/libm.so.2 > 0x286a4000 /usr/local/jdk1.4.1/jre/lib/i386/native_threads/libhpi.so > 0x286ae000 /usr/local/jdk1.4.1/jre/lib/i386/libverify.so > 0x286c3000 /usr/local/jdk1.4.1/jre/lib/i386/libjava.so > 0x286e2000 /usr/local/jdk1.4.1/jre/lib/i386/libzip.so > 0x343ad000 /usr/local/jdk1.4.1/jre/lib/i386/libawt.so > 0x34622000 /usr/local/jdk1.4.1/jre/lib/i386/libmlib_image.so > 0x3466d000 /usr/X11R6/lib/libXp.so.6 > 0x34675000 /usr/X11R6/lib/libXt.so.6 > 0x346c7000 /usr/X11R6/lib/libXext.so.6 > 0x346d6000 /usr/X11R6/lib/libXtst.so.6 > 0x346dc000 /usr/X11R6/lib/libXmu.so.6 > 0x346f2000 /usr/X11R6/lib/libX11.so.6 > 0x347bb000 /usr/X11R6/lib/libSM.so.6 > 0x347c4000 /usr/X11R6/lib/libICE.so.6 > 0x347db000 /usr/local/jdk1.4.1/jre/lib/i386/libjavaplugin_jni.so > 0x34801000 /usr/local/jdk1.4.1/jre/lib/i386/libfontmanager.so > 0x348c8000 /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2 > 0x348cb000 /usr/X11R6/lib/libXcursor.so.1 > 0x348d4000 /usr/X11R6/lib/libXrender.so.1 > 0x348dc000 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2 > 0x348fd000 /usr/local/jdk1.4.1/jre/lib/i386/libnet.so > 0x3490f000 /usr/local/jdk1.4.1/jre/lib/i386/libdcpr.so > 0x2804b000 /libexec/ld-elf.so.1 > > Local Time = Mon Nov 3 11:12:29 2003 > Elapsed Time = 1537 > # > # The exception above was detected in native code outside the VM > # > # Java VM: Java HotSpot(TM) Client VM (1.4.1-p4-kaeru_29_oct_2003_19_05 > mixed mode) > # > > -- > "Optimized, readable, on time; Pick any two." > > FreeBSD 5.1-CURRENT i386 > 12:25PM up 1 day, 13:55, 5 users, load averages: 1.01, 0.96, 0.85