[Libreoffice-bugs] [Bug 59022] FILEOPEN general error (IOErrorCode_ACCESS_DENIED) when opening .odt file on CIFS filesystem

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59022 --- Comment #8 from Lionel Elie Mamane --- (In reply to comment #7) > trying it with a local file i get first open from type detection > filling the XInputStream in the Media Descriptor: > second open is then to copy the file to a temp-file in

[Libreoffice-bugs] [Bug 59022] FILEOPEN general error (IOErrorCode_ACCESS_DENIED) when opening .odt file on CIFS filesystem

2013-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59022 Michael Stahl changed: What|Removed |Added CC||mst...@redhat.com Component|Wri

[Libreoffice-bugs] [Bug 59022] FILEOPEN general error (IOErrorCode_ACCESS_DENIED) when opening .odt file on CIFS filesystem

2013-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59022 --- Comment #6 from Lionel Elie Mamane --- Reproduced with .ods file (OpenDocument spreadsheet). Will try to provide the requested backtraces in a few days. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 59022] FILEOPEN general error (IOErrorCode_ACCESS_DENIED) when opening .odt file on CIFS filesystem

2013-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59022 Michael Meeks changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Libreoffice-bugs] [Bug 59022] FILEOPEN general error (IOErrorCode_ACCESS_DENIED) when opening .odt file on CIFS filesystem

2013-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59022 Lionel Elie Mamane changed: What|Removed |Added Blocks||54157 -- You are receiving this ma

[Libreoffice-bugs] [Bug 59022] FILEOPEN general error (IOErrorCode_ACCESS_DENIED) when opening .odt file on CIFS filesystem

2013-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59022 --- Comment #4 from Lionel Elie Mamane --- This patch resolves the issue, removing the fcntl call: --- a/sal/osl/unx/file.cxx +++ b/sal/osl/unx/file.cxx @@ -1033,7 +1033,7 @@ SAL_CALL osl_openFilePath( const char *cpFilePath, oslFileHandle* pHa

[Libreoffice-bugs] [Bug 59022] FILEOPEN general error (IOErrorCode_ACCESS_DENIED) when opening .odt file on CIFS filesystem

2013-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59022 --- Comment #3 from Lionel Elie Mamane --- If file is copied to a local filesystem, it works well and this bug does not appear. -- You are receiving this mail because: You are the assignee for the bug. __

[Libreoffice-bugs] [Bug 59022] FILEOPEN general error (IOErrorCode_ACCESS_DENIED) when opening .odt file on CIFS filesystem

2013-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59022 Lionel Elie Mamane changed: What|Removed |Added Summary|FILEOPEN general error |FILEOPEN general error