[Bug 14994] New: Haskell's removeDirectoryRecursive fails on Wine
http://bugs.winehq.org/show_bug.cgi?id=14994 Summary: Haskell's removeDirectoryRecursive fails on Wine Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jeffzaroyko(a)gmail.com Created an attachment (id=15616) --> (http://bugs.winehq.org/attachment.cgi?id=15616) testcase attached is a test executable which does the shell equivalent of mkdir -p wine-bug/1 touch wine-bug/1/xyz rm -rf wine-bug Works fine on Windows XP, fails under wine-1.1.2-551-g34aa6b7 with the message "Directory not empty" -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14994 --- Comment #1 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-08-24 20:09:54 --- Created an attachment (id=15617) --> (http://bugs.winehq.org/attachment.cgi?id=15617) source -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14994 Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15617|text/x-haskell |text/plain mime type| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14994 Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14994 --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-08-24 21:02:00 --- How about source in c? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14994 --- Comment #3 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-08-24 21:14:36 --- (In reply to comment #2)
How about source in c?
For the moment, all I have is Haskell and the binary which reproduces the problem, which was triggered in a much larger Haskell program (Cabal) so I've kindly reproduced it in a few lines instead. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14994 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14994 --- Comment #4 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-08-26 04:08:54 --- Created an attachment (id=15656) --> (http://bugs.winehq.org/attachment.cgi?id=15656) patch for integration into wine's testsuite Wine improperly returns success when failing to unlink a non-empty directory. The affected programs use unlink from msvcrt, attached test shows the problem. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14994 --- Comment #5 from Vijay Kamuju <infyquest(a)gmail.com> 2008-08-26 12:09:50 --- please send the test cases to wine-patches(a)winehq.org -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14994 --- Comment #6 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-08-26 18:19:17 --- (In reply to comment #5)
please send the test cases to wine-patches(a)winehq.org
http://www.winehq.org/pipermail/wine-patches/2008-August/060108.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14994 --- Comment #7 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-08-28 17:57:16 --- Fix and additional test sent to wine-patches: http://winehq.org/pipermail/wine-patches/2008-August/060308.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14994 --- Comment #8 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-09-16 18:53:19 --- Created an attachment (id=16130) --> (http://bugs.winehq.org/attachment.cgi?id=16130) proposed patch Additional tests for NtDeleteFile, DeleteFileW and _unlink behaviours have been committed. This patch fixes the bug and makes those tests succeed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14994 Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14994 Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|-unknown |msvcrt Resolution| |FIXED --- Comment #9 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-09-18 09:15:27 --- fix has been committed -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14994 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2008-09-19 11:17:42 --- Closing bugs fixed in 1.1.5. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14994 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org