This is the mail archive of the cygwin@cygwin.com 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]

Re: bash: cat << EOF


Hi,

No immediate answer, so I guess this is not a known problem, I dug a
bit: I called

strace cat &> trace << EOF
> foo
> EOF

attached is the trace file. The error is from lines 415 to 421. Appart
from the fact that windows reports an unkown error, "some disk file" is
the "magic" unknown_file name in winsup/cygwin/dtable.cc. Indeed, the
call to NtQueryObject failed at line trace:280 ie dtable.cc:731. I'll
try to recompile cygwin myself to add debug.

Regards,
Samuel Thibault

Attachment: trace
Description: Text document

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