[Lightproof] "Binary URP bridge disposed during call"
Adrian Chaves Fernandez
adriyetichaves at gmail.com
Thu Oct 9 12:18:04 PDT 2014
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
More information about the LibreOffice
mailing list