From: <Aiv...@un...> - 2004-03-08 09:46:50
|
Hi Hans! >I have successfully set up kernel 2.6.3 with the corrseponding ruby from >cvs, and >I was able to get two local XFree86 sessions working with 1 Ati Radeon >9800Pro (Ati propriatory driver), >and one Ati Radeon 7500 All-InWonder (SVGA driver for TV-OUT). >Everything is working beautifully, >except that any graphical java application (swing/awt/browser applets) >will crash the X server on which the >application was running imediatly. > >I use the precompiled 4.3.0 X server available from the backstreet-ruby >homepage (http://startx.times.lv/).. Maybe I should >try to compile my own.. but I doubt it will help. I run an up-to-date >Gentoo system with the blackdown-jre 1.4.1 btw. > >The point is, that everything is rock-solid, and can be stable for >weeks/months. Only executing a graphical java app will crash >the X server.. Has anyone seen this before? I still use same XFree86 and my xf86 crashes identical Your report. I use 2.6.3-ruby. My gdb (5.2.1-4 rh8.0) will not debug java (1.4.2) binary. In abstract You should test that bad java with gentoo shipped xf86 and vanilla linux-2.6.3. I afraid threading/forking was changed in the 2.6.XX kernels. I need upgrade gdb to test it. Aivils Stoss |
From: <Aiv...@un...> - 2004-03-09 07:41:35
|
>> The point is, that everything is rock-solid, and can be stable for >> weeks/months. Only executing a graphical java app will crash >> the X server.. Has anyone seen this before? > >Strange indeed. I haven't seen that, What I see though is that >running xterm or rxvt or similiar kills my xserver. Seems i sink in the open source bog. 2.4.XX backstreet-ruby as rule runs identical 2.4.XX vanilla. 2.6.XX-ruby behave otherwise in each end. Aivils Stoss |
From: James S. <jsi...@in...> - 2004-03-10 18:44:10
|
> >> The point is, that everything is rock-solid, and can be stable for > >> weeks/months. Only executing a graphical java app will crash > >> the X server.. Has anyone seen this before? > > > >Strange indeed. I haven't seen that, What I see though is that > >running xterm or rxvt or similiar kills my xserver. Do you have pty's enabled? > Seems i sink in the open source bog. > 2.4.XX backstreet-ruby as rule runs identical 2.4.XX vanilla. > 2.6.XX-ruby behave otherwise in each end. Strange. Sometime in the near future I like to work on a JVM to support our multi-desktop system. |
From: Hans D. <han...@we...> - 2004-03-08 17:35:48
|
Hi! Good to know I'm not on my own ;) What I have done so far: 1. I have tried to use a different jdk (sun-jdk1.4.2 and blackdown-1.4.1) both have the same problem. 2. I have tried a different X server binary that Svetoslav Slavtchev made available to me. This one was specifically compiled on Gentoo, but it still didn't change a thing. 3. I have also compiled my own X server with your prefbusid3 patch, but I haven't tested it yet. I doubt it will change anything. What I still can tell you from memory is this: I used kernel 2.6.0 and I also 2.6.1 without ruby, and with only one Xserver, and java worked fine. I got started playing with ruby, and got it working at kernel 2.6.2, and I already then had the java crashes. There is also one more bug that might have something to do with this: - My primary card is an Ati Radeon 9800Pro AGP. I use it in a dual-head setup (no xinerama). I have a KDE desktop on each monitor. - My secondary card is is an Ati Radeon 7500 all-in-wonder PCI, I run Gnome on my Television with it. The bug is, that whenever I log out of my gnome session on the tv, my Primary Monitor (kde desktop1) dies. This also happens whenever I shut down my tv-xserver. The second monitor will stay on, and the kde session on it will continue fine. This is really wierd, since both kde sessions are running on the same primary-xserver in dualhead-mode.. Well.. I only have very little C experince myself (I'm a java guy), so I'm afraid I won't be able to help with the C-debugging, but I'll gladly help with any tests you might still come up with. I'll still try different kernel and x server combinations to try to isolate the problems.. -Hans Aiv...@un... wrote: >Hi Hans! > > > >>I have successfully set up kernel 2.6.3 with the corrseponding ruby from >>cvs, and >>I was able to get two local XFree86 sessions working with 1 Ati Radeon >>9800Pro (Ati propriatory driver), >>and one Ati Radeon 7500 All-InWonder (SVGA driver for TV-OUT). >>Everything is working beautifully, >>except that any graphical java application (swing/awt/browser applets) >>will crash the X server on which the >>application was running imediatly. >> >>I use the precompiled 4.3.0 X server available from the backstreet-ruby >>homepage (http://startx.times.lv/).. Maybe I should >>try to compile my own.. but I doubt it will help. I run an up-to-date >>Gentoo system with the blackdown-jre 1.4.1 btw. >> >>The point is, that everything is rock-solid, and can be stable for >>weeks/months. Only executing a graphical java app will crash >>the X server.. Has anyone seen this before? >> >> > >I still use same XFree86 and my xf86 crashes identical Your report. >I use 2.6.3-ruby. >My gdb (5.2.1-4 rh8.0) will not debug java (1.4.2) binary. >In abstract You should test that bad java with gentoo shipped xf86 >and vanilla linux-2.6.3. I afraid threading/forking was changed in >the 2.6.XX kernels. I need upgrade gdb to test it. > >Aivils Stoss > > > > |