Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


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.