Re: TIOCCONS

2025-04-15 Thread Andrew Schulman via Cygwin-apps
> On Wed, 9 Apr 2025 01:57:42 +0900 > Takashi Yano wrote: > > strace log shows that SIGABRT was raised just after reading ~/.screenrc Thanks for spotting that. I tracked the problem down to the "source" command, which I use in .screenrc to load default settings. It makes screen hang. When I remov

Re: TIOCCONS

2025-04-08 Thread Takashi Yano via Cygwin-apps
On Wed, 9 Apr 2025 01:57:42 +0900 Takashi Yano wrote: > On Wed, 9 Apr 2025 01:54:57 +0900 > Takashi Yano wrote: > > On Tue, 08 Apr 2025 12:21:41 -0400 > > Andrew Schulman wrote: > > > > > On Tue, 8 Apr 2025 17:00:20 +0900 > > > > > Takashi Yano via Cygwin-apps wrote: > > > > > > Authentication rev

Re: TIOCCONS

2025-04-08 Thread Takashi Yano via Cygwin-apps
On Wed, 9 Apr 2025 01:54:57 +0900 Takashi Yano wrote: > On Tue, 08 Apr 2025 12:21:41 -0400 > Andrew Schulman wrote: > > > > On Tue, 8 Apr 2025 17:00:20 +0900 > > > > Takashi Yano via Cygwin-apps wrote: > > > > > Authentication revised. Please try. > > > > > > > > Sorry, I attached the wrong scree

Re: TIOCCONS

2025-04-08 Thread Takashi Yano via Cygwin-apps
On Tue, 08 Apr 2025 12:21:41 -0400 Andrew Schulman wrote: > > > On Tue, 8 Apr 2025 17:00:20 +0900 > > > Takashi Yano via Cygwin-apps wrote: > > > > Authentication revised. Please try. > > > > > > Sorry, I attached the wrong screen-cygwin-auth.patch. > > > Please replace. > > > > Done. I built sc

Re: TIOCCONS

2025-04-08 Thread Andrew Schulman via Cygwin-apps
> > On Tue, 8 Apr 2025 17:00:20 +0900 > > Takashi Yano via Cygwin-apps wrote: > > > Authentication revised. Please try. > > > > Sorry, I attached the wrong screen-cygwin-auth.patch. > > Please replace. > > Done. I built screen with these patches. But for me it just hangs. No screen. > > Here's

Re: TIOCCONS - screen-strace.log (0/1)

2025-04-08 Thread Andrew Schulman via Cygwin-apps
> > On Tue, 8 Apr 2025 17:00:20 +0900 > > Takashi Yano via Cygwin-apps wrote: > > > Authentication revised. Please try. > > > > Sorry, I attached the wrong screen-cygwin-auth.patch. > > Please replace. > > Done. I built screen with these patches. But for me it just hangs. No screen. > > Here's

Re: TIOCCONS

2025-04-08 Thread Andrew Schulman via Cygwin-apps
> On Tue, 8 Apr 2025 17:00:20 +0900 > Takashi Yano via Cygwin-apps wrote: > > Authentication revised. Please try. > > Sorry, I attached the wrong screen-cygwin-auth.patch. > Please replace. Done. I built screen with these patches. But for me it just hangs. No screen. Here's an strace log of my

Re: TIOCCONS

2025-04-08 Thread Takashi Yano via Cygwin-apps
On Tue, 8 Apr 2025 17:00:20 +0900 Takashi Yano via Cygwin-apps wrote: > Authentication revised. Please try. Sorry, I attached the wrong screen-cygwin-auth.patch. Please replace. -- Takashi Yano --- origsrc/screen-5.0.0/socket.c 2025-04-08 00:24:31.851467200 +0900 +++ src/screen-5.0.0/soc

Re: TIOCCONS

2025-04-08 Thread Takashi Yano via Cygwin-apps
On Tue, 8 Apr 2025 00:12:00 +0900 Takashi Yano wrote: > > Thanks. That's a good idea. Unfortunately when I try it screen hangs, > > unresponsive. Same result if I just comment out the call to ioctl(). > > > > That might be because of the missing ioctl(), or it might be because of some > > other ch

Re: TIOCCONS

2025-04-07 Thread Takashi Yano via Cygwin-apps
On Mon, 07 Apr 2025 10:38:52 -0400 Andrew Schulman wrote: > > On Sat, 05 Apr 2025 07:02:08 -0400 > > Andrew Schulman wrote: > > > screen 5.0.0 now includes calls to TIOCCONS, like this: > > > > > > ioctl(consredirfd[1], TIOCCONS, (char *)&on) > > &

Re: TIOCCONS

2025-04-07 Thread Andrew Schulman via Cygwin-apps
> On Sat, 05 Apr 2025 07:02:08 -0400 > Andrew Schulman wrote: > > screen 5.0.0 now includes calls to TIOCCONS, like this: > > > > ioctl(consredirfd[1], TIOCCONS, (char *)&on) > > > > Since TIOCCONS seems not to be present in Cygwin, can someone please

Re: TIOCCONS

2025-04-05 Thread Brian Inglis via Cygwin-apps
On 2025-04-05 05:02, Andrew Schulman via Cygwin-apps wrote: screen 5.0.0 now includes calls to TIOCCONS, like this: ioctl(consredirfd[1], TIOCCONS, (char *)&on) Since TIOCCONS seems not to be present in Cygwin, can someone please suggest what the equivalent would be? Documented in Cy

Re: TIOCCONS

2025-04-05 Thread Takashi Yano via Cygwin-apps
On Sat, 05 Apr 2025 07:02:08 -0400 Andrew Schulman wrote: > screen 5.0.0 now includes calls to TIOCCONS, like this: > > ioctl(consredirfd[1], TIOCCONS, (char *)&on) > > Since TIOCCONS seems not to be present in Cygwin, can someone please suggest > what the equivalent w

TIOCCONS

2025-04-05 Thread Andrew Schulman via Cygwin-apps
screen 5.0.0 now includes calls to TIOCCONS, like this: ioctl(consredirfd[1], TIOCCONS, (char *)&on) Since TIOCCONS seems not to be present in Cygwin, can someone please suggest what the equivalent would be? Thanks, Andrew