current locale is not supported in X11, locale is set to CX

2004-07-22 Thread McCoig, Kenneth
Could someone please help me with this. I am having 
problems with compiling my project on the iPAQ H5550. I am unsure what I added 
to the code that would cause this error. However the gui was working before we 
added all the JMF stuff. Im wondering if this is the problem or not. Anyone have 
any ideas on why this would I happen I would appreciate it.
Thanks:
 
~/ipaq_gui # java newguicurrent locale 
is not supported in X11, locale is set to CX locale modifiers are not 
supported, using defaultfree(): invalid pointer 
0x4012fdfc!SIGSEGV   11*  segmentation 
violation    si_signo [11]: SIGSEGV   11*  
segmentation violation    si_errno [0]: 
Success    si_code [1]: SEGV_MAPERR [addr: 
0x200]
    
stackpointer=0xbfffcb40
Full thread dump Classic VM 
(Blackdown-1.3.1-RC1, native threads):    "AWT-Motif" 
(TID:0x40fae960, sys_thread_t:0x251520, state:MW, native ID:0x18007) 
prio=6    at 
sun.awt.motif.MToolkit.run(Native 
Method)    at 
java.lang.Thread.run(Thread.java:484)    
"SunToolkit.PostEventQueue-0" (TID:0x40faeda0, sys_thread_t:0x23afc8, 
state:CW, native ID:0x14006) 
prio=6    at 
java.lang.Object.wait(Native 
Method)    at 
java.lang.Object.wait(Object.java:420)    
at sun.awt.PostEventQueue.run(SunToolkit.java:491)    
"AWT-EventQueue-0" (TID:0x40faed78, sys_thread_t:0x234650, state:CW, 
nativeID:0x10005) prio=6    at 
java.lang.Object.wait(Native 
Method)    at 
java.lang.Object.wait(Object.java:420)    
at 
java.awt.EventQueue.getNextEvent(EventQueue.java:260)    
at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:106)    
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)    
at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)    
at 
java.awt.EventDispatchThread.run(EventDispatchThread.java:85)    
"Finalizer" (TID:0x40f95528, sys_thread_t:0x5de48, state:CW, native 
ID:0xc004) prio=8    at 
java.lang.Object.wait(Native 
Method)    at 
java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:108)    
at 
java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:123)    
at 
java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:162)    
"Reference Handler" (TID:0x40f95300, sys_thread_t:0x56f20, state:CW, 
nativeID:0x8003) prio=10    at 
java.lang.Object.wait(Native 
Method)    at 
java.lang.Object.wait(Object.java:420)    
at 
java.lang.ref.Reference$ReferenceHandler.run(Reference.java:110)    
"Signal Dispatcher" (TID:0x40f95330, sys_thread_t:0x55d70, state:CW, 
nativeID:0x4002) prio=5    "main" (TID:0x40f951b0, 
sys_thread_t:0x1be00, state:R, native ID:0x4000) 
prio=5    at 
sun.awt.motif.MWindowPeer.pSetTitle(Native 
Method)    at 
sun.awt.motif.MWindowPeer.init(MWindowPeer.java:93)    
at 
sun.awt.motif.MFramePeer.(MFramePeer.java:53)    
at 
sun.awt.motif.MToolkit.createFrame(MToolkit.java:139)    
at 
java.awt.Frame.addNotify(Frame.java:353)    
at 
java.awt.Window.pack(Window.java:367)    
at 
newgui.(newgui.java:95)    
at newgui.main(newgui.java:507)Monitor Cache Dump:    
[EMAIL PROTECTED]/41015848: 
    Waiting to be 
notified:    
"AWT-EventQueue-0" (0x234650)    [EMAIL PROTECTED]/41018970: owner "main" (0x1be00) 1 
entry    Waiting to 
enter:    
"AWT-Motif" (0x251520)    [EMAIL PROTECTED]/41015D28: 
    Waiting to be 
notified:    
"SunToolkit.PostEventQueue-0" (0x23afc8)    [EMAIL PROTECTED]/40FFB040: owner "main" (0x1be00) 1 
entry    [EMAIL PROTECTED]/40FCAF98: 
    Waiting to be 
notified:    
"Reference Handler" (0x56f20)    [EMAIL PROTECTED]/40FCB478: 
    Waiting to be 
notified:    
"Finalizer" (0x5de48)Registered Monitor Dump:    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 "main" (0x1be00) 
1 entry    Thread queue lock: owner "main" (0x1be00) 1 
entry    Monitor registry: owner "main" (0x1be00) 1 
entry

Re: current locale is not supported in X11, locale is set to CX

2004-07-22 Thread Nathan Bryant
try:
LANG=C java newgui (to use the ASCII character set)
or
LANG=en_US java newgui (to use ISO-8859-1)
or
LANG=en_US.UTF-8 java newgui (to use UTF-8 unicode)
McCoig, Kenneth wrote:
Correction - I am having problems running my program, NOT compiling it.

*From:* McCoig, Kenneth
*Sent:* Thu 7/22/2004 1:59 PM
*To:* [EMAIL PROTECTED]
*Subject:* current locale is not supported in X11, locale is set to CX
Could someone please help me with this. I am having problems with 
compiling my project on the iPAQ H5550. I am unsure what I added to 
the code that would cause this error. However the gui was working 
before we added all the JMF stuff. Im wondering if this is the problem 
or not. Anyone have any ideas on why this would I happen I would 
appreciate it.
Thanks:
 
~/ipaq_gui # java newgui
current locale is not supported in X11, locale is set to CX locale 
modifiers are
 not supported, using defaultfree(): invalid pointer 0x4012fdfc!
SIGSEGV   11*  segmentation violation
si_signo [11]: SIGSEGV   11*  segmentation violation
si_errno [0]: Success
si_code [1]: SEGV_MAPERR [addr: 0x200]
stackpointer=0xbfffcb40
Full thread dump Classic VM (Blackdown-1.3.1-RC1, native threads):
"AWT-Motif" (TID:0x40fae960, sys_thread_t:0x251520, state:MW, 
native ID:0x18
007) prio=6
at sun.awt.motif.MToolkit.run(Native Method)
at java.lang.Thread.run(Thread.java:484)
"SunToolkit.PostEventQueue-0" (TID:0x40faeda0, 
sys_thread_t:0x23afc8, state:
CW, native ID:0x14006) prio=6
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:420)
at sun.awt.PostEventQueue.run(SunToolkit.java:491)
"AWT-EventQueue-0" (TID:0x40faed78, sys_thread_t:0x234650, 
state:CW, native
ID:0x10005) prio=6
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:420)
at java.awt.EventQueue.getNextEvent(EventQueue.java:260)
at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:106)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:98)
at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
"Finalizer" (TID:0x40f95528, sys_thread_t:0x5de48, state:CW, 
native ID:0xc00
4) prio=8
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:108)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:123)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:162)
"Reference Handler" (TID:0x40f95300, sys_thread_t:0x56f20, 
state:CW, native
ID:0x8003) prio=10
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:420)
at 
java.lang.ref.Reference$ReferenceHandler.run(Reference.java:110)
"Signal Dispatcher" (TID:0x40f95330, sys_thread_t:0x55d70, 
state:CW, native
ID:0x4002) prio=5
"main" (TID:0x40f951b0, sys_thread_t:0x1be00, state:R, native 
ID:0x4000) pri
o=5
at sun.awt.motif.MWindowPeer.pSetTitle(Native Method)
at sun.awt.motif.MWindowPeer.init(MWindowPeer.java:93)
at sun.awt.motif.MFramePeer.(MFramePeer.java:53)
at sun.awt.motif.MToolkit.createFrame(MToolkit.java:139)
at java.awt.Frame.addNotify(Frame.java:353)
at java.awt.Window.pack(Window.java:367)
at newgui.(newgui.java:95)
at newgui.main(newgui.java:507)
Monitor Cache Dump:
[EMAIL PROTECTED]/41015848 
: 
Waiting to be notified:
"AWT-EventQueue-0" (0x234650)
[EMAIL PROTECTED]/41018970 
: owner "main" (0x1be00) 1 entry
Waiting to enter:
"AWT-Motif" (0x251520)
[EMAIL PROTECTED]/41015D28 
: 
Waiting to be notified:
"SunToolkit.PostEventQueue-0" (0x23afc8)
[EMAIL PROTECTED]/40FFB040 
: owner 
"main" (0x1be00) 1 e
ntry
[EMAIL PROTECTED]/40FCAF98 
: 
Waiting to be notified:
"Reference Handler" (0x56f20)
[EMAIL PROTECTED]/40FCB478 
: 
Waiting to be notified:
"Finalizer" (0x5de48)
Registered Monitor Dump:
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 "main" (0x1be00) 1 entry
Thread queue lock: owner "main" (0x1be00) 1 entry
Monitor registry: owner "main" (0x1be00) 1 entry


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact 

RE: current locale is not supported in X11, locale is set to CX

2004-07-22 Thread McCoig, Kenneth



Correction - I am having 
problems running my program, NOT compiling it.


From: McCoig, KennethSent: Thu 
7/22/2004 1:59 PMTo: [EMAIL PROTECTED]Subject: 
current locale is not supported in X11, locale is set to CX

Could someone please help me with 
this. I am having problems with compiling my project on the iPAQ H5550. I am 
unsure what I added to the code that would cause this error. However the gui was 
working before we added all the JMF stuff. Im wondering if this is the problem 
or not. Anyone have any ideas on why this would I happen I would appreciate 
it.
Thanks:
 
~/ipaq_gui # java newguicurrent locale 
is not supported in X11, locale is set to CX locale modifiers are not 
supported, using defaultfree(): invalid pointer 
0x4012fdfc!SIGSEGV   11*  segmentation 
violation    si_signo [11]: SIGSEGV   11*  
segmentation violation    si_errno [0]: 
Success    si_code [1]: SEGV_MAPERR [addr: 
0x200]
    
stackpointer=0xbfffcb40
Full thread dump Classic VM 
(Blackdown-1.3.1-RC1, native threads):    "AWT-Motif" 
(TID:0x40fae960, sys_thread_t:0x251520, state:MW, native ID:0x18007) 
prio=6    at 
sun.awt.motif.MToolkit.run(Native 
Method)    at 
java.lang.Thread.run(Thread.java:484)    
"SunToolkit.PostEventQueue-0" (TID:0x40faeda0, sys_thread_t:0x23afc8, 
state:CW, native ID:0x14006) 
prio=6    at 
java.lang.Object.wait(Native 
Method)    at 
java.lang.Object.wait(Object.java:420)    
at sun.awt.PostEventQueue.run(SunToolkit.java:491)    
"AWT-EventQueue-0" (TID:0x40faed78, sys_thread_t:0x234650, state:CW, 
nativeID:0x10005) prio=6    at 
java.lang.Object.wait(Native 
Method)    at 
java.lang.Object.wait(Object.java:420)    
at 
java.awt.EventQueue.getNextEvent(EventQueue.java:260)    
at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:106)    
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)    
at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)    
at 
java.awt.EventDispatchThread.run(EventDispatchThread.java:85)    
"Finalizer" (TID:0x40f95528, sys_thread_t:0x5de48, state:CW, native 
ID:0xc004) prio=8    at 
java.lang.Object.wait(Native 
Method)    at 
java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:108)    
at 
java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:123)    
at 
java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:162)    
"Reference Handler" (TID:0x40f95300, sys_thread_t:0x56f20, state:CW, 
nativeID:0x8003) prio=10    at 
java.lang.Object.wait(Native 
Method)    at 
java.lang.Object.wait(Object.java:420)    
at 
java.lang.ref.Reference$ReferenceHandler.run(Reference.java:110)    
"Signal Dispatcher" (TID:0x40f95330, sys_thread_t:0x55d70, state:CW, 
nativeID:0x4002) prio=5    "main" (TID:0x40f951b0, 
sys_thread_t:0x1be00, state:R, native ID:0x4000) 
prio=5    at 
sun.awt.motif.MWindowPeer.pSetTitle(Native 
Method)    at 
sun.awt.motif.MWindowPeer.init(MWindowPeer.java:93)    
at 
sun.awt.motif.MFramePeer.(MFramePeer.java:53)    
at 
sun.awt.motif.MToolkit.createFrame(MToolkit.java:139)    
at 
java.awt.Frame.addNotify(Frame.java:353)    
at 
java.awt.Window.pack(Window.java:367)    
at 
newgui.(newgui.java:95)    
at newgui.main(newgui.java:507)Monitor Cache Dump:    
[EMAIL PROTECTED]/41015848: 
    Waiting to be 
notified:    
"AWT-EventQueue-0" (0x234650)    [EMAIL PROTECTED]/41018970: owner "main" (0x1be00) 1 
entry    Waiting to 
enter:    
"AWT-Motif" (0x251520)    [EMAIL PROTECTED]/41015D28: 
    Waiting to be 
notified:    
"SunToolkit.PostEventQueue-0" (0x23afc8)    [EMAIL PROTECTED]/40FFB040: owner "main" (0x1be00) 1 
entry    [EMAIL PROTECTED]/40FCAF98: 
    Waiting to be 
notified:    
"Reference Handler" (0x56f20)    [EMAIL PROTECTED]/40FCB478: 
    Waiting to be 
notified:    
"Finalizer" (0x5de48)Registered Monitor Dump:    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 "main" (0x1be00) 
1 entry    Thread queue lock: owner "main" (0x1be00) 1 
entry    Monitor registry: owner "main" (0x1be00) 1 
entry