Re: Java/SWING + VCL / X crasher ...

2012-11-30 Thread Andrew Haley
On 11/24/2012 06:02 PM, Michael Meeks wrote: > Sorry to bother you; just visiting some friends at Munich hosting a > hack-fest; and they have an interesting problem with OpenJDK. It -seems- > that even though we initialise X with XInitThreads - before Java gets > involved and all has worked

Re: Java/SWING + VCL / X crasher ...

2012-11-30 Thread Andrew Haley
On 11/30/2012 10:17 AM, Stephan Bergmann wrote: > On 11/29/2012 05:36 PM, Andrew Haley wrote: >> On 11/29/2012 04:34 PM, Michael Meeks wrote: >>> If you want java working, it is necessary to run javaldx, which finds >>> the JRE and sets the right LD_LIBRARY_PATH

Re: Java/SWING + VCL / X crasher ...

2012-11-29 Thread Andrew Haley
On 11/29/2012 04:34 PM, Michael Meeks wrote: > If you want java working, it is necessary to run javaldx, which finds > the JRE and sets the right LD_LIBRARY_PATH nastiness to make that work > (IIRC), and that is now spawned by the ooquickstart. Aha! I'm going to need to tweak that to use th

Re: Java/SWING + VCL / X crasher ...

2012-11-29 Thread Andrew Haley
On 11/29/2012 04:27 PM, Michael Stahl wrote: > On 29/11/12 16:42, Andrew Haley wrote: >> On 11/29/2012 03:09 PM, Andrew Haley wrote: >>> Got it! Only seems to happen if I'm using KDE as a local login. I was >>> running it remotely on an XFCE desktop. >> >

Re: Java/SWING + VCL / X crasher ...

2012-11-29 Thread Andrew Haley
Hi, On 11/29/2012 04:22 PM, Miklos Vajna wrote: > On Thu, Nov 29, 2012 at 03:42:25PM +0000, Andrew Haley > wrote: >> Please help: I can't figure out how to run this program from the commend >> line. I need to start it in gdb, with no wrapper scripts. > > Either

Re: Java/SWING + VCL / X crasher ...

2012-11-29 Thread Andrew Haley
On 11/29/2012 03:09 PM, Andrew Haley wrote: > On 11/28/2012 10:45 AM, Ignaz Forster wrote: >> Hi Andrew, >> >> we are currently creating a minimal Java test extension; in the meantime >> you could also use the WollMux extension to reproduce the problem

Re: Java/SWING + VCL / X crasher ...

2012-11-29 Thread Andrew Haley
On 11/28/2012 10:45 AM, Ignaz Forster wrote: > Hi Andrew, > > we are currently creating a minimal Java test extension; in the meantime > you could also use the WollMux extension to reproduce the problem: > > - Download > http://wollmux.googlecode.com/files/wollmux-11.10a-manual_installation.zip

Re: Java/SWING + VCL / X crasher ...

2012-11-28 Thread Andrew Haley
On 11/28/2012 04:52 PM, Ignaz Forster wrote: > Am 28.11.2012 13:33, schrieb Andrew Haley: >> On 11/28/2012 10:45 AM, Ignaz Forster wrote: >>> - Download >>> http://wollmux.googlecode.com/files/wollmux-11.10a-manual_installation.zip >>> - Extract the file

Re: Java/SWING + VCL / X crasher ...

2012-11-28 Thread Andrew Haley
On 11/28/2012 10:45 AM, Ignaz Forster wrote: > Hi Andrew, > > we are currently creating a minimal Java test extension; in the meantime > you could also use the WollMux extension to reproduce the problem: > > - Download > http://wollmux.googlecode.com/files/wollmux-11.10a-manual_installation.zip

Re: Java/SWING + VCL / X crasher ...

2012-11-28 Thread Andrew Haley
On 11/28/2012 10:45 AM, Ignaz Forster wrote: > Now just open Tools -> Extension Manager a few times. It usually crashes > the second time the dialog comes up... I have a very poor internet connection at the moment, and it's going to take a long time to install KDE. I'll let you know. Andrew. _

Re: Java/SWING + VCL / X crasher ...

2012-11-26 Thread Andrew Haley
Hi, On 11/24/2012 06:02 PM, Michael Meeks wrote: > It seems to me that X's global error handler is the primary design > drop-off here; there should be one per display (?). Having said that - I > wonder if there is some nice way we can clobber Java's XError handler > entirely, and/or stop it

Re: [Libreoffice] Trying to diagnose base running extremely slowly

2011-10-20 Thread Andrew Haley
On 10/20/2011 08:08 AM, Stephan Bergmann wrote: > On 10/19/2011 07:17 PM, Andrew Haley wrote: >> On 10/19/2011 05:57 PM, Michael Meeks wrote: >>> >>> On Wed, 2011-10-19 at 17:32 +0200, Stephan Bergmann wrote: >>>> What the LibO hsqldb code does a lot is cal

Re: [Libreoffice] Trying to diagnose base running extremely slowly

2011-10-19 Thread Andrew Haley
bug_id=6929067> "Stack >> guard pages should be removed when thread is detached" suggests that >> reading /proc/self/maps might have been added into >> Attach/DetachCurrentThread as part of a bug fix. That would explain things. > > Good catch ! The irony