zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #09479
[Bug 997230] Re: open filestream prevents file deletion on windows
** Attachment added: "example causing access denied error on windows"
https://bugs.launchpad.net/bugs/997230/+attachment/3138752/+files/test.xq
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/997230
Title:
open filestream prevents file deletion on windows
Status in Zorba - The XQuery Processor:
New
Bug description:
the bug fix for bug #996084 seems to be a bit more tricky on windows.
If you execute the attached example on a windows machine you will get:
user-defined error [file:FOFL9999]: An unknown error occured:
"C:\data.txt": I/O error: 32 failed (error The process cannot access
the file because it is being used by another process): Can not delete
file: C:\data.txt; raised at
zorba\modules\org\expath\ns\file.xq.src\file_function.cpp:82
The problem is that the file cannot be deleted as long as the file
stream is open. This example query works on linux.
This makes the 2 tests test/rbkt/zorba/file/copy_* fail on windows.
Any idea how to solve this?
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/997230/+subscriptions
References