[Libreoffice-bugs] [Bug 123079] Libreoffice leave tmp files in with new version

2023-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123079

--- Comment #8 from QA Administrators  ---
Dear Gaurav Arora,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 123079] Libreoffice leave tmp files in with new version

2021-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123079

Justin L  changed:

   What|Removed |Added

   Priority|medium  |low
   Severity|normal  |minor

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 123079] Libreoffice leave tmp files in with new version

2020-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123079

--- Comment #7 from Michael Meeks  ---
Hmm; so - in general I'd really suggest consolidating on converting in a safer
way by using the REST API of Online; there are some numbers around that here:
https://www.collaboraoffice.com/document-conversion/ it does all the isolate
you need there in a standard packaged form.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123079] Libreoffice leave tmp files in with new version

2020-10-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123079

--- Comment #6 from Gaurav Arora  ---
I tried change proposed in comment 4 of `if (eStage == SECOND_INIT)` by Mike by
compiling libreoffice locally with lloconv.

But it doesn't solves the issue. It still leaves the temporary file behind. 



Another thing, we noticed while working on this was temporary files is left
behind only during pre-initialisation. When the same instance of LibreOfficeKit
libreoffice is reutilized, it doesn't leave temporary folder for each processed
file. Just a single temporary folder is created and not cleaned up.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123079] Libreoffice leave tmp files in with new version

2019-02-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123079

--- Comment #5 from Mike Kaganski  ---
I cannot run lloconv with current master (to try the suggestion in comment 4)
unfortunately :-( - LibreOffice segfaults. Master build works fine when started
normally (in UI mode, or using --convert-to).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123079] Libreoffice leave tmp files in with new version

2019-02-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123079

--- Comment #4 from Michael Meeks  ---
Hmm - so in Online it is necessary to initialize with the system temporary
paths, and then re-initialize that with new paths inside the chroot jail.

Nevertheless - this should work - I assume the bug is caused by not cleaning up
the previous .tmp folder from the first initialization here.

Possibly we want to do that "re-initialization" only in the SECOND_INIT phase -
it would be good to test for:

+if (eStage == SECOND_INIT)

just for that piece, any chance of a test ? =) should special-case it just for
LOK - where leaking one .tmp directory on the system for the long-lived forkit
is no big deal.

Thanks !

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123079] Libreoffice leave tmp files in with new version

2019-02-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123079

Mike Kaganski  changed:

   What|Removed |Added

 Ever confirmed|0   |1
Version|6.1.4.1 rc  |6.1.0.0.beta1+
 Status|UNCONFIRMED |NEW
 CC||michael.me...@collabora.com
   Keywords||bibisected, bisected,
   ||regression

--- Comment #3 from Mike Kaganski  ---
Reproducible.

Regression from
https://git.libreoffice.org/core/+/005abf983d34042a7ced46d886f8ef2250cb3fce

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123079] Libreoffice leave tmp files in with new version

2019-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123079

--- Comment #2 from Olly Betts  ---
lloconv is just a minimal command-line wrapper around the LibreOfficeKit API -
it just calls documentLoad() then saveAs().  Any temporary files or directories
are being created by LibreOffice.

To demonstrate a bug in the LibreOfficeKit API requires some code to call it,
and lloconv is the example program for using the LibreOfficeKit API suggested
by yourselves here: https://docs.libreoffice.org/libreofficekit.html

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123079] Libreoffice leave tmp files in with new version

2019-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123079

--- Comment #1 from Mike Kaganski  ---
I'd suppose that's something to file against that "lloconv". Only if that turns
out to be not the converter wrapper's bug, should it be filed here, and with
steps not involving installation of third-party software.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs