[Bug 20226] builtin xcopy.exe crashes with page fault when source directory does not exist.

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jun 9 19:20:36 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=20226


Robert Backhaus <robbak at robbak.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robbak at robbak.com




--- Comment #4 from Robert Backhaus <robbak at robbak.com>  2010-06-09 19:20:36 ---
While it is no longer crashing for me on 1.2rc2, it is not doing what it
should, as follows:

robbak at robbak-pc:~$ rm -r testdir
robbak at robbak-pc:~$ mkdir testdir
robbak at robbak-pc:~$ mkdir testdir/target
robbak at robbak-pc:~$ wine xcopy.exe /e testdir\\nonexistant testdir\\target
File not found

^Crobbak at robbak-pc:~$ ls testdir
target
robbak at robbak-pc:~$ ls testdir/target/
business  Downloads  histfile  openwrt  openwrt-dl  snapview  temp  Videos

Which is the contents of my home directory, or as much of it as it copied
before I ^C'd it.

On XP, xcopy dies immediately:

>xcopy.exe testdir\nonexistant testdir\target
File not found - nonexistant
0 File(s) copied

-- 
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.



More information about the wine-bugs mailing list