[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added AssignedTo|libreoffice-b...@lists.free

[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-03-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 --- Comment #33 from Michael Meeks michael.me...@novell.com 2012-03-19 10:48:38 PDT --- Cor reports some significant slowdowns at first-ever-start it seems we're doing a load of fsyncs on that code-path (140 or so) - but it'd be good to get some

[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 Michael Meeks michael.me...@novell.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 Robert Steiner robertsteine...@gmx.at changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 --- Comment #28 from Michael Meeks michael.me...@novell.com 2012-03-08 04:37:09 PST --- Hi Robert, sorry to hear about your data loss: I've been using OpenOffice 2.4 for several years with the same NAT, the same NFS-setup, the same OS and the

[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 --- Comment #29 from Robert Steiner robertsteine...@gmx.at 2012-03-08 23:15:27 PST --- Hello Michael, thanks for your reply. Please use fsync, even if it may cause some frozen GUI for a few milliseconds, keeping your data safe should be

[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 --- Comment #25 from Michael Meeks michael.me...@novell.com 2012-01-24 08:32:40 PST --- A really useful trace - thanks for that ! :-) it seems that a load of these are related to the flurry of /tmp files that we create (apparently for no really

[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 --- Comment #26 from Michael Meeks michael.me...@novell.com 2012-01-24 12:41:45 PST --- Using my own patch for a save I got: Close on '/tmp/lu4uaci5.tmp/lu4uaci9.tmp' Close on '/tmp/lu4uaci5.tmp/lu4uaci9.tmp' Close on

[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 --- Comment #24 from Tristan Schmelcher tristan_schmelc...@alumni.uwaterloo.ca 2012-01-21 14:49:09 PST --- Created attachment 55932 -- https://bugs.freedesktop.org/attachment.cgi?id=55932 gdb trace of all the calls to close(2) when saving a

[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 --- Comment #23 from Michael Meeks michael.me...@novell.com 2012-01-20 03:47:15 PST --- Doing a bit more code reading; it seems that the likeliest place to add an osl_syncFile - or somesuch UNO call to either the ucb/ or package/ code is the

[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 --- Comment #22 from Tristan Schmelcher tristan_schmelc...@alumni.uwaterloo.ca 2012-01-19 18:13:05 PST --- Not sure when I could fit that in ... I'll see. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 --- Comment #21 from Michael Meeks michael.me...@novell.com 2012-01-18 04:22:32 PST --- Hi Tristan, FYI, the parse_mounts in your patch won't work for paths containing whitespace. The whitespace characters are translated into octal escape

[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 Tristan Schmelcher tristan_schmelc...@alumni.uwaterloo.ca changed: What|Removed |Added Attachment #55617|0

[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 --- Comment #18 from Michael Meeks michael.me...@novell.com 2012-01-16 08:42:06 PST --- Created attachment 55644 -- https://bugs.freedesktop.org/attachment.cgi?id=55644 sal fsync patch ... Thanks Tristan ! you provoked me into doing something

[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 --- Comment #19 from Tristan Schmelcher tristan_schmelc...@alumni.uwaterloo.ca 2012-01-16 15:52:23 PST --- FYI, the parse_mounts in your patch won't work for paths containing whitespace. The whitespace characters are translated into octal escape

[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 --- Comment #17 from Tristan Schmelcher tristan_schmelc...@alumni.uwaterloo.ca 2012-01-15 14:05:34 PST --- Created attachment 55617 -- https://bugs.freedesktop.org/attachment.cgi?id=55617 Small utility to test if fsync() is desirable for a

[Libreoffice-bugs] [Bug 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607 Michael Meeks michael.me...@novell.com changed: What|Removed |Added Status Whiteboard|