RE: Java GUI (JFC) locks the machine

2000-08-23 Thread Andrew Slack
- > From: Alexander V. Konstantinou [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 22, 2000 6:33 PM > To: Dima Ulberg > Cc: [EMAIL PROTECTED] > Subject: Re: Java GUI (JFC) locks the machine > > > I've noticed that the latest JDKs tend to crash the X font server > (xf

Re: Java GUI (JFC) locks the machine

2000-08-22 Thread Alexander V. Konstantinou
I've noticed that the latest JDKs tend to crash the X font server (xfs) occasionally. Check to see if xfs is running, and if not, start it. Alexander On Tue, Aug 15, 2000 at 12:05:39AM -0400, Dima Ulberg wrote: > Hi, > > I am trying to run TogetherJ on the Linux SMP (Abit BP6, 2x500 > Cele

Re: Java GUI (JFC) locks the machine

2000-08-16 Thread Zdenek Kabelac
On Tue, Aug 15, 2000 at 12:05:39AM -0400, Dima Ulberg wrote: > Hi, > > I am trying to run TogetherJ on the Linux SMP (Abit BP6, 2x500 > Celerons, RedHat 6.2) box. Any attempt to run GUI application crashes > (locks) the computer. Non-gui applications run with no problem > with both native and

Re: Java GUI (JFC) locks the machine

2000-08-15 Thread Joi Ellis
Dima Ulberg wrote: > > Hi, > > I am trying to run TogetherJ on the Linux SMP (Abit BP6, 2x500 > Celerons, RedHat 6.2) box. Any attempt to run GUI application crashes > (locks) the computer. Non-gui applications run with no problem > with both native and green threads. Any ideas? > > Thanks

Re: Java GUI (JFC) locks the machine

2000-08-15 Thread Dima Ulberg
I have it runing in the office on single Intel 700 Dell box with no problems eiher. I guess it has smth to do with SMP/X combination. I also tried to run it on the single CPU mode, but result is exectly the same. -Dima "David D. Lucas" wrote: > I use TogetherJ without a problem (single i686).

Re: Java GUI (JFC) locks the machine

2000-08-15 Thread Dima Ulberg
I tried all of them Blackdown 1.2.2, Sun 1.2.2_006, IBM 1.3. Amazing part is that the result is exactly the same. -Dima Ingo Rockel wrote: > On -1 xxx -1, Dima Ulberg wrote: > > > Hi, > > > > I am trying to run TogetherJ on the Linux SMP (Abit BP6, 2x500 > > Celerons, RedHat 6.2) box. Any

Re: Java GUI (JFC) locks the machine

2000-08-15 Thread David D. Lucas
I use TogetherJ without a problem (single i686). I am using both Blackdown JDK 1.2.2 RC4 and Sun JDK 1.3 beta. First try running with JIT disabled. Also, make sure you are picking up the right JVM as it runs. When it first comes up, expecially TJ 4.0, you should be able to see the JVM that is r

Re: Java GUI (JFC) locks the machine

2000-08-15 Thread Ingo Rockel
On -1 xxx -1, Dima Ulberg wrote: > Hi, > > I am trying to run TogetherJ on the Linux SMP (Abit BP6, 2x500 > Celerons, RedHat 6.2) box. Any attempt to run GUI application crashes > (locks) the computer. Non-gui applications run with no problem > with both native and green threads. Any ideas?

Re: Java GUI (JFC) locks the machine

2000-08-15 Thread Fabian Ritzmann
"Dima" == Dima Ulberg <[EMAIL PROTECTED]> writes: Dima> Hi, I am trying to run TogetherJ on the Linux SMP (Abit BP6, Dima> 2x500 Celerons, RedHat 6.2) box. Any attempt to run GUI Dima> application crashes (locks) the computer. Non-gui applications Dima> run with no problem with both nativ

Java GUI (JFC) locks the machine

2000-08-14 Thread Dima Ulberg
Hi, I am trying to run TogetherJ on the Linux SMP (Abit BP6, 2x500 Celerons, RedHat 6.2) box. Any attempt to run GUI application crashes (locks) the computer. Non-gui applications run with no problem with both native and green threads. Any ideas? Thanks in advance, -Dima --