GPF when copying large amount of data on busy USB Drive

Jun 20, 2008
39
0
I keep getting a gpf when I try to copy a large directory to a usb drive.
While at the same time another tries to acces the same usb drive.


TCC 10,00,51
Module=c:\TCMD10\TakeCmd.dll
Address=1008C847
Exception=C00000FD
EAX=00032000 EBX=000EF974 ECX=0002CA58 EDX=100AB7AC
ESI=000E9970 EDI=000EB974 EBP=00066304 ESP=0004CA60
CS=0000001B DS=00000023 ES=00000023 SS=00000023
Flags=00010206

Stack:
1 : TakeCmd.dll 0001:0008b847
 
Arjan Feddema wrote:

> I keep getting a gpf when I try to copy a large directory to a usb drive.
> While at the same time another tries to acces the same usb drive.
>
>
> TCC 10,00,51
> Module=c:\TCMD10\TakeCmd.dll
> Address=1008C847
> Exception=C00000FD
> EAX=00032000 EBX=000EF974 ECX=0002CA58 EDX=100AB7AC
> ESI=000E9970 EDI=000EB974 EBP=00066304 ESP=0004CA60
> CS=0000001B DS=00000023 ES=00000023 SS=00000023
> Flags=00010206
>
> Stack:
> 1 : TakeCmd.dll 0001:0008b847

Do you have a batch file (or fragment) that shows the problem?

Rex Conn
JP Software
 
I mailed you the info, alas in .52 I still have the same problems.
If I try to copy a folder as big as firefox to a a usb drive I get a GPF.

I don't have a problem when I do the same thing with Total Commander.
Could this be somekind of buffer problem?

Arjan
 
>I mailed you the info, alas in .52 I still have the same problems.
> If I try to copy a folder as big as firefox to a a usb drive I get a GPF.
>
> I don't have a problem when I do the same thing with Total Commander.
> Could this be somekind of buffer problem?

TCC calls the Windows CopyFile API to do file copying (unless you're
appending a file).

Rex Conn
JP Software
 

Similar threads