bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6237: 23.2; INSUFFICIENT RESOURCES writing file via CIFS


From: Eli Zaretskii
Subject: bug#6237: 23.2; INSUFFICIENT RESOURCES writing file via CIFS
Date: Sat, 22 May 2010 09:31:34 +0300

> Date: Fri, 21 May 2010 19:12:41 -0700
> From: Jack Holloway <forum2@sprucehead.com>
> Cc: 6237@debbugs.gnu.org
> 
> Saving a 32MB file to a CIFS path fails.  Examining Procmon
> events shows a return status "INSUFFICIENT RESOURCES" on a WriteFile
> with length 32MB.
> 
> Perhaps write-region should break down the write into a series
> of blksize writes?

Can you see which size of a single write succeeds with that volume?

Also, could you see how many bytes did it succeed to write before the
failure?

> copy-file doesn't have this problem.

The MS-Windows version of copy-file doesn't use WriteFile.  It uses
CopyFile.

Anyway, how did you use copy-file?  Was the source file on the same
CIFS volume, or was it on a local disk?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]