Re: Java GUI (JFC) locks the machine
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 > 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 > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
JDK1.3 on Linux with SMP
Hi all, We're running Red Hat Linux 6.1, kernel 2.2.12 and glibc 2.1.2 on Pentium SMP machines. After several hours of running, sometimes one node will crash, giving: Exception in thread "main" java.lang.OutOfMemoryError <> In fact, it's unlikely that there should be any memory problems and this error does not occur when running on a single node. It's also disturbing that each java process takes only about 40 percent of the processing capacity on each node, even though it could go up to 7 percent or more. So, Sun's JDK 1.3 doesn't seem to be working on SMP machines under linux. Any advice? Thanks. __ Do You Yahoo!? Yahoo! Mail Free email you can access from anywhere! http://mail.yahoo.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JDK1.3 on Linux with SMP
Very likely a monitor contention leak bug that has been fixed in hotspot, I think in beta refresh. btw the more details you can give a group like blackdown or Sun etc the better, java -version for example :*) I've been using SMP for a while, the only issue I've seen on linux is that the later versions of linux pthreads are more stable on SMP I would tell you a number but they are all called version 0.8 :*( regards calvin Java Linux wrote: > > Hi all, > > We're running Red Hat Linux 6.1, kernel 2.2.12 and > glibc 2.1.2 on Pentium SMP machines. After several > hours of running, sometimes one node will crash, > giving: > > Exception in thread "main" java.lang.OutOfMemoryError > <> > > In fact, it's unlikely that there should be any memory > problems and this error does not occur when running on > a single node. It's also disturbing that each java > process takes only about 40 percent of the processing > capacity on each node, even though it could go up to 7 > > percent or more. So, Sun's JDK 1.3 doesn't seem to be > working on SMP machines under linux. > > Any advice? > > Thanks. > > __ > Do You Yahoo!? > Yahoo! Mail - Free email you can access from anywhere! > http://mail.yahoo.com/ > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JDK1.3 on Linux with SMP
At 17:00 8/22/00 -0700, Java Linux wrote: >Exception in thread "main" java.lang.OutOfMemoryError > <> > >In fact, it's unlikely that there should be any memory >problems and this error does not occur when running on just because it says it's out of "memory" don't believe it actually is referring to the physical amount of ram in your machine... Sun's code base is littered with about two dozen occurrences of the *exact same message* for a variety of different resource outages. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JDK1.3 on Linux with SMP
Uh, yeah, that's right. Sun's jdk says that it doesn't work on smp kernels. You'll have to use the latest blackdown version. The rc4 version didn't work on smp kernels because the jit it shipped with couldn't handle native threads, but supposedly the final release has fixed those bugs. Release candiate 4 did work on smp kernels using green threads or the tya jit. Java Linux wrote: > > Hi all, > > We're running Red Hat Linux 6.1, kernel 2.2.12 and > glibc 2.1.2 on Pentium SMP machines. After several > hours of running, sometimes one node will crash, > giving: > > Exception in thread "main" java.lang.OutOfMemoryError > <> > > In fact, it's unlikely that there should be any memory > problems and this error does not occur when running on > a single node. It's also disturbing that each java > process takes only about 40 percent of the processing > capacity on each node, even though it could go up to 7 > > percent or more. So, Sun's JDK 1.3 doesn't seem to be > working on SMP machines under linux. > > Any advice? > > Thanks. > > __ > Do You Yahoo!? > Yahoo! Mail - Free email you can access from anywhere! > http://mail.yahoo.com/ > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]