After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 701139 - Terminate the unoconv process when cancelling preview
Terminate the unoconv process when cancelling preview
Status: RESOLVED FIXED
Product: gnome-documents
Classification: Core
Component: general
3.8.x
Other All
: Normal normal
: ---
Assigned To: GNOME documents maintainer(s)
GNOME documents maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-05-28 15:22 UTC by Debarshi Ray
Modified: 2013-05-29 15:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pdf-loader: Terminate the unoconv process when loading is cancelled (2.17 KB, patch)
2013-05-29 11:37 UTC, Debarshi Ray
none Details | Review
pdf-loader: Terminate the unoconv process when loading is cancelled (2.13 KB, patch)
2013-05-29 13:00 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2013-05-28 15:22:57 UTC
Unoconv can take a while to convert huge office files, and as long as the process is alive LibreOffice can't be started.

Steps to reproduce:
 - Create a massive spreadsheet using Calc -- fill in A1 and A1048576.
 - Click to preview it in Documents.
 - Press the '<' button to cancel the preview while the spinner is on.
 - Run 'ps aux | grep unoconv'.
 - Try to run Calc.
Comment 1 Debarshi Ray 2013-05-29 11:37:19 UTC
Created attachment 245544 [details] [review]
pdf-loader: Terminate the unoconv process when loading is cancelled
Comment 2 Debarshi Ray 2013-05-29 13:00:29 UTC
Created attachment 245549 [details] [review]
pdf-loader: Terminate the unoconv process when loading is cancelled

Remove leftover debug message.
Comment 3 Cosimo Cecchi 2013-05-29 14:56:46 UTC
Review of attachment 245549 [details] [review]:

Looks good to me, thanks.
Comment 4 Debarshi Ray 2013-05-29 15:46:23 UTC
Comment on attachment 245549 [details] [review]
pdf-loader: Terminate the unoconv process when loading is cancelled

Thanks for the review.