atom feed1 message in org.freebsd.freebsd-javajre on ARM920T processor
FromSent OnAttachments
Hari vJul 22, 2002 5:49 am 
Subject:jre on ARM920T processor
From:Hari v (armh@yahoo.com)
Date:Jul 22, 2002 5:49:08 am
List:org.freebsd.freebsd-java

hi

i have linux 2.4.18 running on arm920T integrator. i am using busybox.

there is no locale utility in my system.

i have downloaded jre1.3.1 from blackdown site. i have installed at /usr/local
directory.

i am able to run hello world program.

But when i run awt application i get error message

saying

"current locale is not supported in X11, locale is set to CX locale modifiersare
not supported , using defaultwarning: translationtable syntaxc error: unknown
keysym name: osfActivate

warning: string to Translation table conversion encountered errors

......

SIGSEGV 11* segmentaion violation

si_signo [11]: SIGSEGV 11* segmentation violation

si_errno [0]:success

si_code[1]:SEGV_MAPERR[....]

stackpointer=.....

Full thread Dump classic VM (BLACKDOWN-1.3.1 RC1 - native threads):

"AWT-Motif" (..... state:MW....) prio=6

at sun.awt.motif.MTollkit.run (Native Method)

at java.lang.Thread.run

"SunToolkit.PostEventQueue-0" (..... state:CW......)prio =6

at java.lang.object.wait (Native method)

at java.lang.object.wait (Object.java)

at java.awt.EventQueue.getNextEvent (EventQueue.java)

.......

"Finalizer" (.... state:CW.....)prio=8

at java.lang.object.wait (Native method)

......

"ReferenceHandler (...state:CW.....)prio=10

......

"SignalDispatcher" (....state:CW.....) prio=5

.....

"main" (....state:R.....) prio=5

at sun.awt.motif.......

...........

Monitor Cache Dump:

...

java.lang.ref.Reference$Lock..... <unowned>

Waiting to be notified:

"Reference Handler" (...)

.....

java.awt.EventQueue ..... <unowned>

Waiting to be notified:

"AWT-EventQueue-0" ..

java.lang.ref.ReferenceQueue$Lock .... <unowned>

Waiting to be notified:

"Finalizer" ...

sun.awt.PostEventQueue .. <unowned>

Waiting to be notified:

"SunToolkit.Posteventqueue-0"

java.lang.class :owner "main"

waiting to enter:

"AWT-Motif" ...

Registered Monitor Dump:

utf8 hash table: <unowned>

JNI pinning lock: <unowned>

JNI global reference lock: <unowned>

BinClass lock: <unowned>

Class linking lock: <unowned>

system class loader lock: <unowned>

Code rewrite lock: <unowned>

Heap lock: <unowned>

Monitor cache lock: owner "main" (0x1bdf8) 1 entry

Thread queue lock: owner "main" (0x1bdf8) 1 entry

Monitor registry : owner "main" (0x1bdf8) 1 entry

so what should be the problem? i am not able to find what's happening ?really i
need help.