Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 2004 22:23:50 +0900 (JST)
From:      Yamada Ken Takeshi <ken@tydfam.jp>
To:        java@freebsd.org
Subject:   Q) jdk1.4.2 & xorg
Message-ID:  <20041015.222350.730550014.ken@tydfam.jp>

next in thread | raw e-mail | index | archive | help
  I have the following error under FreeBSD-current (FreeBSD 6.0-CURRENT #23: Thu Oct 14 22:59:19 JST 2004) + xorg 6.7.0. + jdk1.4.2

  Is it my own problem, or others, too?


# cd /usr/local/jdk1.4.2/demo/jfc/SwingSet2
# java -jar SwingSet2.jar
Warning: Cannot convert string "-aliastt-gothic-medium-r-normal--*-140-*-*-p-*-jisx0201.1976-0" to type FontStruct


An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 10 occurred at PC=0x54AECD42
Function=XtWidgetToApplicationContext+0x1A
Library=/usr/X11R6/lib/libXt.so.6

Current Java thread:
        at sun.awt.motif.MToolkit.loadSystemColors(Native Method)
        at java.awt.SystemColor.updateSystemColors(SystemColor.java:417)
        at java.awt.SystemColor.<clinit>(SystemColor.java:409)
        at sun.awt.motif.MComponentPeer.pSetBackground(Native Method)
        at sun.awt.motif.MPanelPeer.setBackground(MPanelPeer.java:69)
        at sun.awt.motif.MComponentPeer.initialize(MComponentPeer.java:182)
        at sun.awt.motif.MComponentPeer.init(MComponentPeer.java:228)
        at sun.awt.motif.MWindowPeer.init(MWindowPeer.java:90)
        at sun.awt.motif.MFramePeer.<init>(MFramePeer.java:58)
        at sun.awt.motif.MToolkit.createFrame(MToolkit.java:209)
        at java.awt.Frame.addNotify(Frame.java:472)
        - locked <0x4c97d020> (a java.awt.Component$AWTTreeLock)
        at java.awt.Window.pack(Window.java:433)
        at SwingSet2.createSplashScreen(SwingSet2.java:717)
        at SwingSet2.<init>(SwingSet2.java:211)
        at SwingSet2.main(SwingSet2.java:243)

Dynamic libraries:
0x8048000       java
0x48083000      /usr/lib/libkse.so.1
0x480a8000      /lib/libc.so.5
0x48182000      /usr/local/jdk1.4.2/jre/lib/i386/client/libjvm.so
0x4859d000      /usr/lib/libstdc++.so.4
0x4866f000      /usr/local/lib/compat/libm.so.2
0x4868a000      /lib/libm.so.3
0x486a4000      /usr/local/jdk1.4.2/jre/lib/i386/native_threads/libhpi.so
0x486b2000      /usr/local/jdk1.4.2/jre/lib/i386/libverify.so
0x486c7000      /usr/local/jdk1.4.2/jre/lib/i386/libjava.so
0x486e5000      /usr/local/jdk1.4.2/jre/lib/i386/libzip.so
0x54833000      /usr/local/jdk1.4.2/jre/lib/i386/libawt.so
0x54a84000      /usr/local/jdk1.4.2/jre/lib/i386/libmlib_image.so
0x54ad0000      /usr/X11R6/lib/libXp.so.6
0x54ad7000      /usr/X11R6/lib/libXt.so.6
0x54b20000      /usr/X11R6/lib/libXext.so.6
0x4c47b000      /usr/X11R6/lib/libXtst.so.6
0x54b2d000      /usr/X11R6/lib/libXmu.so.6
0x54b41000      /usr/X11R6/lib/libX11.so.6
0x54c00000      /usr/X11R6/lib/libSM.so.6
0x54c08000      /usr/X11R6/lib/libICE.so.6
0x54c1f000      /usr/local/jdk1.4.2/jre/lib/i386/libfontmanager.so
0x54cf7000      /usr/X11R6/lib/X11/locale/lib/common/xlocale.so.2
0x54cf9000      /usr/X11R6/lib/X11/locale/lib/common/xlibi18n.so.2
0x54cff000      /usr/X11R6/lib/libXcursor.so.1
0x54d08000      /usr/X11R6/lib/libXrender.so.1
0x54d10000      /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2
0x54d2c000      /usr/local/jdk1.4.2/jre/lib/i386/libjpeg.so
0x54d61000      /usr/X11R6/lib/X11/locale/lib/common/xomGeneric.so.2
0x4804e000      /libexec/ld-elf.so.1

Heap at VM Abort:
Heap
 def new generation   total 576K, used 164K [0x4c480000, 0x4c520000, 0x4c960000)
  eden space 512K,  32% used [0x4c480000, 0x4c4a92b8, 0x4c500000)
  from space 64K,   0% used [0x4c500000, 0x4c500020, 0x4c510000)
  to   space 64K,   0% used [0x4c510000, 0x4c510000, 0x4c520000)
 tenured generation   total 3308K, used 2640K [0x4c960000, 0x4cc9b000, 0x50480000
)
   the space 3308K,  79% used [0x4c960000, 0x4cbf4188, 0x4cbf4200, 0x4cc9b000)
 compacting perm gen  total 4096K, used 3977K [0x50480000, 0x50880000, 0x54480000
)
   the space 4096K,  97% used [0x50480000, 0x50862718, 0x50862800, 0x50880000)

Local Time = Fri Oct 15 22:14:19 2004
Elapsed Time = 3
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2-p6-ken_20_sep_2004_00_25 mixed mode)
#




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041015.222350.730550014.ken>