This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

unknown windows error 64


I'm having a problem with cp returning "Permission denied". I managed to
strace it and found that after a whole lot of successful block
read/writes, an unknown windows error 64 shows up. A snippet of the trace
follows.

   79 42539116 [main] cp 1324 readv: 1024 = readv (3, 0x22D590, 1), errno
0
   75 42539191 [main] cp 1324 writev: writev (4, 0x22D550, 1)
   73 42539264 [main] cp 1324 fhandler_base::write: binary write
 1458 42540722 [main] cp 1324 writev: 1024 = write (4, 0x22D550, 1), errno
0
   90 42540812 [main] cp 1324 readv: readv (3, 0x22D590, 1) blocking,
sigcatchers 0
   74 42540886 [main] cp 1324 readv: no need to call ready_for_read
   78 42540964 [main] cp 1324 fhandler_base::read: returning 1024, binary
mode
   79 42541043 [main] cp 1324 readv: 1024 = readv (3, 0x22D590, 1), errno
0
   82 42541125 [main] cp 1324 writev: writev (4, 0x22D550, 1)
   73 42541198 [main] cp 1324 fhandler_base::write: binary write
20605102 63146300 [main] cp 1324 seterrno_from_win_error:
/netrel/src/cygwin-1.5.16-1/winsup/cygwin/
fhandler.cc:292 windows error 64
  164 63146464 [main] cp 1324 geterrno_from_win_error: unknown windows
error 64, setting errno to 13
   89 63146553 [main] cp 1324 writev: -1 = write (4, 0x22D550, 1), errno
13
  770 63147323 [main] cp 1324 fhandler_base::write: binary write

--
Ken Shaffer



     - - - - - - -  Appended by Scientific-Atlanta, Inc.  - - - - - - -  
This e-mail and any attachments may contain information which is confidential, proprietary, privileged or otherwise protected by law. The information is solely intended for the named addressee (or a person responsible for delivering it to the addressee). If you are not the intended recipient of this message, you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete it from your computer.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]