Issue 105352

Summary: RTL_LOGFILE output won't get flushed into file
Product: General Reporter: carsten.driesner
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues, malte_timmermann
Version: DEV300m59   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description carsten.driesner 2009-09-25 10:54:45 UTC
Earlier Office versions wrote their RTL_LOGFILE output into a file directly
(flushing). Since DEV300m58 RTL_LOGFILE output won't get flushed into file.
Comment 1 mikhail.voytenko 2009-09-25 12:11:31 UTC
Just to add the details: the RTL_LOGFILE output was not flushed before as well.
It has worked before because of sal implementation detail ( direct writing ).

Since the buffered IO is used, it is necessary to call flush explicitly to let
the data reach the disk in case the office crashes/is killed ( this is exactly
what happens in the scenario ). In the normal user scenario the file is
automatically flushed on closing.
Comment 2 carsten.driesner 2009-09-25 12:16:19 UTC
cd: Set Malte on CC.
Comment 3 mikhail.voytenko 2010-07-05 14:39:33 UTC
Changing the target to OOo3.4 since there are no resources to fix it for OOo 3.3
target. Please declare it as a schowstopper if you believe that it should be
fixed for OOo3.3.
Comment 4 Martin Hollmichel 2011-03-15 21:01:02 UTC
set target to 3.x since not release relevant for 3.4 release.
Comment 5 Marcus 2017-05-20 10:47:38 UTC
Reset assigne to the default "issues@openoffice.apache.org".