[framework-issues] [Issue 107511] unotools: Dataloss on NFS without locking

2010-12-03 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107511


User mav changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Fri Dec  3 12:47:47 + 
2010 ---
Development issue, verified by myself.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107511] unotools: Dataloss on NFS without locking

2010-11-18 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107511


User mav changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from m...@openoffice.org Thu Nov 18 14:52:30 + 
2010 ---
fixed in cws fwk160

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107511] unotools: Dataloss on NFS without locking

2010-08-05 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107511


User mav changed the following:

What|Old value |New value

Target milestone|OOo 3.3   |OOo 3.4





--- Additional comments from m...@openoffice.org Thu Aug  5 12:24:51 + 
2010 ---
That looks to be a quite special configuration, since in this case the
implementation tries to create backup in the same folder the document is placed.
That means that the backup folder is not available.
Changing the target to OOo3.4, please set it to OOo3.3 back if you believe that
the issue should be handled as a showstopper.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107511] unotools: Dataloss on NFS without locking

2009-12-08 Thread ja
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107511


User ja changed the following:

What|Old value |New value

  CC|''|'mav'





--- Additional comments from j...@openoffice.org Tue Dec  8 11:49:39 + 
2009 ---
added mav to cc list.
-mav: maybe it's related to the Samba problem reported

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107511] unotools: Dataloss on NFS without locking

2009-12-08 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107511


User mav changed the following:

What|Old value |New value

 Assigned to|fs|mav

  Issue type|PATCH |DEFECT

Target milestone|---   |OOo 3.3





--- Additional comments from m...@openoffice.org Tue Dec  8 13:28:12 + 
2009 ---
The Samba problem is different, there seems to be a problem with mmap() system
call there.

I would say that in this case we can just create the file without any locking,
the request to create the file should avoid creation in case the file exists
already.

Taking the issue over.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107511] unotools: Dataloss on NFS without locking

2009-12-07 Thread kendy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107511
 Issue #|107511
 Summary|unotools: Dataloss on NFS without locking
   Component|framework
 Version|OOO320m7
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|fs
 Reported by|kendy





--- Additional comments from ke...@openoffice.org Mon Dec  7 21:45:09 + 
2009 ---
On NFS that does not support locking, the following leads to a dataloss:

- create a new spreadsheet
- Save As, eg. to blah.ods
  - works OK
- Save As, again to blah.ods
  - you get Error saving the document blah: Error creating object. Could not
create backup copy. dialog
  - the original blah.ods is lost
  - and you get an empty blah0.ods

The reason is that in that case, File::open returns E_NOLCK, which is not 
handled
during the tmpfile creation, and leads to strange sideeffects.  I'll attach a
patch.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107511] unotools: Dataloss on NFS without locking

2009-12-07 Thread kendy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107511


User kendy changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |66545)
The fix.






--- Additional comments from ke...@openoffice.org Mon Dec  7 21:46:22 + 
2009 ---
Created an attachment (id=66545)
The fix.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org