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: Jack Holloway
Subject: bug#6237: 23.2; INSUFFICIENT RESOURCES writing file via CIFS
Date: Fri, 21 May 2010 19:12:41 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4

Sorry for the gaffe -- this should be plain text.  Let me know if it's not.
---------------------
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?

Here's the relevant backtrace:
Debugger entered--Lisp error: (error "IO error writing z:/Temp/test/tmp2092CxD: Invalid argument") write-region(nil nil "z:/Temp/test/tmp2092CxD" nil "z:/Temp/test/temp-write-once-032768" "z:/Temp/test/temp-write-once-032768" excl) byte-code("..." [dir tempname realname buffer-file-truename make-temp-name expand-file-name "tmp" write-region nil excl] 8)
  basic-save-buffer-2()
  basic-save-buffer-1()
  basic-save-buffer()
  save-buffer()
  write-file("z:/Temp/test/temp-write-once-032768")

This was running on Windows XP64 Professional SP2.  The drive "z:" is
mapped to a NAS running Samba.  This error doesn't occur
when writing to the host's internal NTFS, it does occur with other
CIFS targets.  copy-file doesn't have this problem.

In GNU Emacs 23.2.1 (i386-mingw-nt5.2.3790)
 of 2010-05-08 on G41R2F1
Windowing system distributor `Microsoft Corp.', version 5.2.3790
configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/xpm/include'


On 5/21/2010 6:51 PM, Stefan Monnier wrote:
Thank you for your report.  But I find it difficult to read it because
it is in HTML format.  Can you please reply with a plain text version?
Thank you,


         Stefan






reply via email to

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