Re: "ls -la /dev" fails to write output

2020-05-16 Thread Takashi Yano via Cygwin
On Sat, 16 May 2020 21:46:54 +0200
Kacper Michajlow via Cygwin  wrote:
> On Sat, 16 May 2020 at 21:04, Takashi Yano  wrote:
> 
> > I cannot reproduce your problem. Could you please provide
> > step by step procedure to reproduce your problem?
> 
> 
> I though I lost it, because indeed there is prerequisite. It fails when
> there is at least one pty allocated.
> 
> STR:
> 1. Open mintty (will allocate pty)
> 2. Open cmd with Cygwin's bash
> 3. ls -la /dev will fail in cmd.

Thanks for the report. The problem does not occur in
cygwin 3.1.4, but occurs in the current git head.

I have just submit a patch for this issue.

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


Re: "ls -la /dev" fails to write output

2020-05-16 Thread Kacper Michajlow via Cygwin
On Sat, 16 May 2020 at 21:04, Takashi Yano  wrote:

> I cannot reproduce your problem. Could you please provide
> step by step procedure to reproduce your problem?


I though I lost it, because indeed there is prerequisite. It fails when
there is at least one pty allocated.

STR:
1. Open mintty (will allocate pty)
2. Open cmd with Cygwin's bash
3. ls -la /dev will fail in cmd.

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


Re: "ls -la /dev" fails to write output

2020-05-16 Thread Takashi Yano via Cygwin
On Sat, 16 May 2020 20:39:57 +0200
Kacper Michajlow via Cygwin  wrote:
> Hi,
> 
> Under cmd.exe listing /dev doesn't produce output. Running under strace
> also fails with the following errors:
> 
> 304  477235 [main] ls 8268 fhandler_console::write: 0x8000990F0, 54
> 126  477361 [main] ls 8268 seterrno_from_win_error:
> ../../../../winsup/cygwin/fhandler_console.cc:1810 windows error 6
> 110  477471 [main] ls 8268 geterrno_from_win_error: windows error 6 ==
> errno 9
> 115  477586 [main] ls 8268 fhandler_console::write_normal: write failed,
> handle 0x190
>  97  477683 [main] ls 8268 write: -1 = write(1, 0x8000990F0, 54), errno 9

I cannot reproduce your problem. Could you please provide
step by step procedure to reproduce your problem?

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