Re: [Lightproof] Binary URP bridge disposed during call

2014-10-24 Thread Stephan Bergmann

On 10/09/2014 09:18 PM, Adrian Chaves Fernandez wrote:

$ ulimit -c unlimited
$ libreoffice lightproof_hu-1.5.oxt
$ ls
doc/  META-INF/  __pycache__/  pythonpath/  src/  ChangeLog  COPYING
description.xml  Dialog.py  lightproof_hu-1.5.oxt  Lightproof.py
Linguistic.xcu  make.py  NEWS  README  THANKS  VERSION

So either no file is generated or it is not being generated in $(pwd). I did


Hm, no idea off the top of my head if there's any cwd involved there. 
Another angle of attack could be to instead use unopkg add to install 
the extension, and see if its output gives more of a clue.  (Maybe after 
removing remnants of previous attempts at installing the extension, see 
unopkg list and unopkg remove).


Stephan

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Lightproof] Binary URP bridge disposed during call

2014-10-10 Thread Adrian Chaves Fernandez
O Venres, 10 de Outubro de 2014 09:46:07 Stephan Bergmann escribiu:
 Another angle of attack could be to instead use unopkg add to install
 the extension, and see if its output gives more of a clue.

Great to know about unopkg, however the output is the same:

$ unopkg add -v --log-file log.txt lightproof_hu-1.5.oxt 

ERROR: Binary URP bridge disposed during call
Exception details: 
(com.sun.star.lang.DisposedException) { { { Message = Binary URP 
bridge
disposed during call, Context = (com.sun.star.uno.XInterface) @178aa80 
} 
} }

unopkg failed.

And the log is empty:

## Progress log entry 2014-10-10 11:33:52 ##

I failed to build LibreOffice on my laptop, some tests failed but I think that 
it was due to a lack of enough memory. In a couple of days I’ll be home and 
test on my desktop. Otherwise, I will use the Chakra build servers.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Lightproof] Binary URP bridge disposed during call

2014-10-09 Thread Stephan Bergmann

On 10/09/2014 05:48 PM, Adrian Chaves Fernandez wrote:

$ git clone git://anongit.freedesktop.org/libreoffice/lightproof
$ cd lightproof
$ python3 make.py src/hu_HU/hu_HU.cfg
$ libreoffice lightproof_hu-1.5.oxt
Click OK

And I get:

(com.sun.star.lang.DisposedException) { { { Message = Binary URP 
bridge   
disposed during call, Context = (com.sun.star.uno.XInterface)  
   
@7f7570034d40 } } }


I cannot reproduce that failure, at least with my local Linux x86_64 
master build.


During extension installation, soffice.bin spawns a uno.bin process with 
which it communicates via URP.  Binary URP bridge disposed during call 
mostly means that the other end (i.e., uno.bin in this case) crashed. 
Assuming you're on Linux,


  ulimit -c unlimited

and re-doing the experiment might leave around a core file of the 
crashed process (on which to use gdb to get a backtrace).


Stephan
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Lightproof] Binary URP bridge disposed during call

2014-10-09 Thread Adrian Chaves Fernandez
I’ve run:

$ ulimit -c unlimited
$ libreoffice lightproof_hu-1.5.oxt 
$ ls
doc/  META-INF/  __pycache__/  pythonpath/  src/  ChangeLog  COPYING  
description.xml  Dialog.py  lightproof_hu-1.5.oxt  Lightproof.py  
Linguistic.xcu  make.py  NEWS  README  THANKS  VERSION

So either no file is generated or it is not being generated in $(pwd). I did 
get some X errors on the command line, but I don’t think they are relevant 
here. Just in case though:

X Error: BadMatch (invalid parameter attributes) 8
  Major opcode: 42 (X_SetInputFocus)
  Resource id:  0x7e0041c

I’m running Chakra, and I am currently building the Arch Linux source package 
for LibreOffice on my system, to see if it is something that we do differently 
in Chakra when we build LibreOffice.

O Xoves, 9 de Outubro de 2014 18:34:14 Stephan Bergmann escribiu:
 On 10/09/2014 05:48 PM, Adrian Chaves Fernandez wrote:
  $ git clone git://anongit.freedesktop.org/libreoffice/lightproof
  $ cd lightproof
  $ python3 make.py src/hu_HU/hu_HU.cfg
  $ libreoffice lightproof_hu-1.5.oxt
  Click OK
  
  And I get:
  (com.sun.star.lang.DisposedException) { { { Message = Binary URP bridge
  disposed during call, Context = (com.sun.star.uno.XInterface)
  @7f7570034d40 } } }
 
 I cannot reproduce that failure, at least with my local Linux x86_64
 master build.
 
 During extension installation, soffice.bin spawns a uno.bin process with
 which it communicates via URP.  Binary URP bridge disposed during call
 mostly means that the other end (i.e., uno.bin in this case) crashed.
 Assuming you're on Linux,
 
ulimit -c unlimited
 
 and re-doing the experiment might leave around a core file of the
 crashed process (on which to use gdb to get a backtrace).
 
 Stephan

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice