Bug 1322051

Summary: [abrt] unoconv: unoconv:1099:die:uno.com.sun.star.lang.DisposedException: Binary URP bridge already disposed
Product: [Fedora] Fedora Reporter: Davide Repetto <red>
Component: unoconvAssignee: David Tardon <dtardon>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: dtardon, sbergman
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/f303ca745a6d1ac88726cd930884c9d1f38e3144
Whiteboard: abrt_hash:6077f5051d3c042bed70f50bae402a047918c0b4;
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-30 06:12:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace
none
File: environ none

Description Davide Repetto 2016-03-29 16:05:44 UTC
Description of problem:
While trying to convert a PDF this crash happened.
Cannot reproduce even with the same pdf though... :( So it may be just a "random crash".

Version-Release number of selected component:
unoconv-0.7-1.fc23

Additional info:
reporter:       libreport-2.6.4
cmdline:        /usr/bin/python3 /usr/bin/unoconv -e PageRange=1-1 -f pdf /tmp/tmp.x7yRlkzIEV/file.docx
executable:     /usr/bin/unoconv
kernel:         4.3.5-300.red.1.bfq.fc23.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
unoconv:1099:die:uno.com.sun.star.lang.DisposedException: Binary URP bridge already disposed

Traceback (most recent call last):
  File "/usr/bin/unoconv", line 1246, in <module>
    die(exitcode)
  File "/usr/bin/unoconv", line 1099, in die
    if convertor.desktop.getCurrentFrame():
uno.com.sun.star.lang.DisposedException: Binary URP bridge already disposed

Local variables in innermost frame:
ret: 6
msg: None

Comment 1 Davide Repetto 2016-03-29 16:05:54 UTC
Created attachment 1141333 [details]
File: backtrace

Comment 2 Davide Repetto 2016-03-29 16:05:57 UTC
Created attachment 1141334 [details]
File: environ

Comment 3 Stephan Bergmann 2016-03-30 06:12:24 UTC
"uno.com.sun.star.lang.DisposedException: Binary URP bridge already disposed" typically means that the remote LibreOffice process crashed for some reason.  But if it isn't reproducible with the same inputs, it's unfortunately impossible to tell from the gathered data what reason that was.