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
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.