Re: java segfaults on Hello.java
I've seen similar beharvior on a RedHat 7.1 system with a 2.4.2 kernel: [user@system]$ java -version java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-FCS) Java HotSpot(TM) Client VM (build Blackdown-1.3.1-FCS, mixed mode) Another exception has been detected while we were handling last error. Dumping information about last error: ERROR REPORT FILE = (N/A) PC= 0x0x4026b988 SIGNAL= 11 FUNCTION NAME = (N/A) LIBRARY NAME = (N/A) Please check ERROR REPORT FILE for further information, if there is any. Good bye. Aborted "Michael ." wrote: > > This error, incidentally, comes about half the time, > running the command line repeatedly. Adding "-Xrs" > reduces the occurrence to about 1 out of 10 times (and > gives a different PC value, no surprise). Running from > jdb, the error doesn't occur at all. > > Leads me to suspect a bug in java's shutdown code. > > If anyone else has seen this behavior (or not), I'd > like to know your configuration. > > > $ java greetings.Hello World Universe Everyone > > [...] > > Another exception has been detected while we were > > handling last error. > > Dumping information about last error: > > ERROR REPORT FILE = (N/A) > > PC= 0x0x4025e988 > > SIGNAL= 11 > > FUNCTION NAME = (N/A) > > LIBRARY NAME = (N/A) > > Please check ERROR REPORT FILE for further > > information, if there is any. > > Good bye. > > Segmentation fault > > -- wYRd.:|:[EMAIL PROTECTED]:|:.prohibitions void where offered de recta non tolerandum sunt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
J2SE 1.4 & Linux & i686/green_threads
I downloaded the J2SE v 1.4.0 Beta version for Linux from Sun, http://java.sun.com/j2se/1.4/, and applications requiring Java_Home/bin/i686/green_threads/java won't run. After unpacking J2SE 1.4 beta, only Java_Home/bin/i386/native_threads were installed on my system. The JDK 1.1.8 bin directory contains an i386, i486, i586, & i686 directory and each of these directories contains a green_threads and native_threads directory. My question is how do I install i686 /green_threads and i686/native_threads in my J2SE v 1.4.0 /bin directory? I've tried symbolic links to the J2SE v 1.4 i386 directory and updating my PATH environment variable to point the JRE libhpi.so directory but this didn't work. Any help would be appreciated. My System Setup: Suse Linux 7.2 Kernal 2.4.4 glibc 2.2.2-38 Danny
Cannot convert string "xxxx" to type VirtualBinding
Ever since I converted my bash prompt to something other than the default, I have been getting the message indicated in the subject line when I run Swing apps. ( JDK 1.3.1 Sun or Blackdown ) Here's what happened: 1) Original prompt was the default that came with RH 6.x 2) While on an X console, changed prompt to http://www.shelluser.net/~giles/bashprompt/prompts/twtty.html 3) On a different X console where the prompt was changed, I was getting one (1) of the messages indicated in the subject line when running Swing apps. 4) I was able to workaround it by changing back the prompt, shutting down X, change the prompt again to that fancy one on a standard, non-X console, started X, ran the Swing from an X console ... and the problem never happened again for 3 weeks. 5) But since this week ... for whatever reason, it came back but 1 but 7 of them: Warning: Cannot convert string "Escape,_Key_Cancel" to type VirtualBinding Warning: Cannot convert string "Home,_Key_Begin" to type VirtualBinding Warning: Cannot convert string "F1,_Key_Help" to type VirtualBinding Warning: Cannot convert string "ShiftF10,_Key_Menu" to type VirtualBinding Warning: Cannot convert string "F10,Shift_Key_Menu" to type VirtualBinding Warning: Cannot convert string "KP_Enter,_Key_Execute" to type VirtualBinding Warning: Cannot convert string "AltReturn,Alt_Key_KP_Enter" to type VirtualBinding 6) Of course, I can always change the prompt back to the default but I was wondering what is causing this?? It only affects Swing apps + the above prompt. Thanks, John -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: J2SE 1.4 & Linux & i686/green_threads
On Thu, Jul 26, 2001 at 10:04:47PM -0700, Danny wrote: > I downloaded the J2SE v 1.4.0 Beta version for Linux from Sun, > http://java.sun.com/j2se/1.4/, and applications requiring > Java_Home/bin/i686/green_threads/java won't run. After unpacking > J2SE 1.4 beta, only Java_Home/bin/i386/native_threads were installed > on my system. The JDK 1.1.8 bin directory contains an i386, i486, > i586, & i686 directory and each of these directories contains a > green_threads and native_threads directory. My question is how do > I install i686 /green_threads and i686/native_threads in my J2SE > v 1.4.0 /bin directory? I've tried symbolic links to the J2SE v > 1.4 i386 directory and updating my PATH environment variable to > point the JRE libhpi.so directory but this didn't work. Any help > would be appreciated. 1.4 will only support native threads. -- Greg LewisEmail : [EMAIL PROTECTED] Eyes Beyond Mobile: 0419 868 494 Information TechnologyWeb : http://www.eyesbeyond.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
