Re: EMACS: failed to commit changes to dconf: The connection is closed

2022-05-13 Thread Brian Inglis

On 2022-05-13 18:38, Jim Reisert AD1C wrote:

I'm running GNU Emacs 28.1 (build 2, x86_64-pc-cygwin, GTK+ Version
3.22.28, cairo version 1.17.4)  of 2022-04-13 in an xterm in Cygwin X.
I have a file open.  If I click on File | Save As... I get several
copies of the following message:
(emacs:2775): dconf-WARNING **: failed to commit changes to dconf:
The connection is closed
What's happening here?


Check the ownership and permissions of common local X directories and 
files e.g.


$ ls -dlR ~/{.*/dconf,.dbus{,/*}}{,/*}
drwxr-xr-x 1 $USER $GROUP0 Aug  5  2019 $HOME/.cache/dconf
-rw-r--r-- 1 $USER $GROUP2 Mar 28  2020 $HOME/.cache/dconf/user
drwxr-xr-x 1 $USER $GROUP0 Feb 20  2020 $HOME/.config/dconf
-rw-r--r-- 1 $USER $GROUP 1469 Feb 20  2020 $HOME/.config/dconf/user
drwxr-xr-x 1 $USER $GROUP0 Mar 27  2020 $HOME/.dbus
drwxr-xr-x 1 $USER $GROUP0 Jul 16  2020 $HOME/.dbus/session-bus
-rw-r--r-- 1 $USER $GROUP  461 May 13 16:37 $HOME/.dbus/session-bus/ 
4f296f2ddbc2ee9b3ad5647a51930970-0
-rw-r--r-- 1 $USER $GROUP  463 Jul 16  2020 $HOME/.dbus/session-bus/ 
4f296f2ddbc2ee9b3ad5647a51930970-1


--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

--
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: EMACS: failed to commit changes to dconf: The connection is closed

2022-05-13 Thread Ken Brown

On 5/13/2022 8:38 PM, Jim Reisert AD1C wrote:

I'm running GNU Emacs 28.1 (build 2, x86_64-pc-cygwin, GTK+ Version
3.22.28, cairo version 1.17.4)  of 2022-04-13 in an xterm in Cygwin X.

I have a file open.  If I click on File | Save As... I get several
copies of the following message:

 (emacs:2775): dconf-WARNING **: failed to commit changes to dconf:
The connection is closed

What's happening here?


Sorry, no idea.  I can't reproduce it.  Does it happen with emacs -Q?  Is 
dconf-service running when you get this message?  It's running on my system.


Ken

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


EMACS: failed to commit changes to dconf: The connection is closed

2022-05-13 Thread Jim Reisert AD1C
I'm running GNU Emacs 28.1 (build 2, x86_64-pc-cygwin, GTK+ Version
3.22.28, cairo version 1.17.4)  of 2022-04-13 in an xterm in Cygwin X.

I have a file open.  If I click on File | Save As... I get several
copies of the following message:

(emacs:2775): dconf-WARNING **: failed to commit changes to dconf:
The connection is closed

What's happening here?

-- 
Jim Reisert AD1C, , https://ad1c.us

-- 
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: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-13 Thread Brian Inglis

On 2022-05-13 16:16, Martin Ortuno wrote:

El vie., 13 de mayo de 2022 5:12 p. m., William Deegan escribió:

On Fri, May 13, 2022 at 1:41 PM Martin Ortuno wrote:

El vie., 13 de mayo de 2022 3:30 p. m., Martin Ortuno escribió:

El vie., 13 de mayo de 2022 11:51 a. m., William Deegan escribió:
> On Fri, May 13, 2022 at 8:46 AM Martin Ortuno wrote:>> On one 
project we are using cygwin v2.3.1 for 32 bits as a

>> building environment... We are integrating a library that
>> is built scons, I tried to run scons v4.3.0-1 but when I
>> prompt scons on the command line.
>> Scons -v outputs nothing...
>> I would appreciate your support in this matters...


Are you sure you're running scons from cygwin?
Which version of python do you have installed?



On the cygwin envuronment i have both python 2.7.10 and python 3.4.3,
the one which is by default is python 2...
Pretty sure that's the reason why is not working, i think we need python
3.9 for scons...
The problem now is that i cannot install successfully python 3.9. I
tried with the setup-x86, just updating python3... However after that
python3 stops working...
I'd appreciate any advice or support...



Actually i tried to open python3.9 from windows directly  and then the
application crashes saying:
"The procedure entry point __locale_ctype_ptr could not be located in the
dynamic link library
C:\Path\toCygwin\bin\libpython3.9.dll"



vi `which scons`
and see which python it's trying to use.
(from within your cygwin shell)
Very surprised you get no output.


> I am prompting which scons:
> Output:
> /bin/scons/

That output makes no sense!
Please paste actual commands and outputs from terminal.

Might be more useful running:

$ ls -glo /usr/bin/python
lrwxrwxrwx 1 24 Feb 17  2021 /usr/bin/python -> /etc/alternatives/python
$ alternatives --display python
python - status is auto.
 link currently points to /usr/bin/python3.9
/usr/bin/python2.7 - priority 27
/usr/bin/python3.8 - priority 38
/usr/bin/python3.7 - priority 37
/usr/bin/python3.6 - priority 36
/usr/bin/python3.9 - priority 39
Current `best' version is /usr/bin/python3.9.
$ cygcheck -c scons
Cygwin Package Information
Package  VersionStatus
scons...OK
$ head -n1 /usr/bin/scons
#!/usr/bin/python...

--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

--
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: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-13 Thread Martin Ortuno
I am prompting which scons:
Output:
/bin/scons/
Thanks,
Martin

El vie., 13 de mayo de 2022 5:12 p. m., William Deegan 
escribió:

> vi `which scons`
> and see which python it's trying to use.
> (from within your cygwin shell)
>
> Very surprised you get no output.
>
> On Fri, May 13, 2022 at 1:41 PM Martin Ortuno <
> martinortunogonza...@gmail.com> wrote:
>
>> Actually i tried to open python3.9 from windows directly  and then the
>> application crashes saying:
>> "The procedure entry point __locale_ctype_ptr could not be located in the
>> dynamic link library
>> C:\Path\toCygwin\bin\libpython3.9.dll"
>>
>> Thanks again...
>> Martin
>>
>> El vie., 13 de mayo de 2022 3:30 p. m., Martin Ortuno <
>> martinortunogonza...@gmail.com> escribió:
>>
>>> On the cygwin envuronment i have both python 2.7.10 and python 3.4.3,
>>> the one which is by default is python 2...
>>> Pretty sure that's the reason why is not working, i think we need python
>>> 3.9 for scons...
>>> The problem now is that i cannot install successfully python 3.9. I
>>> tried with the setup-x86, just updating python3... However after that
>>> python3 stops working...
>>> I'd appreciate any advice or support...
>>> Thanks,
>>> Martin
>>>
>>> El vie., 13 de mayo de 2022 11:51 a. m., William Deegan <
>>> bdbad...@gmail.com> escribió:
>>>
 Are you sure you're running scons from cygwin?
 Which version of python do you have installed?

 On Fri, May 13, 2022 at 8:46 AM Martin Ortuno <
 martinortunogonza...@gmail.com> wrote:

> Hi everyone,
> On one project we are using cygwin v2.3.1 for 32 bits as a building
> environment... We are integrating a library that is built scons, I
> tried to
> run scons v4.3.0-1 but when I prompt scons on the command line.
> Scons -v outputs nothing...
>
> I would appreciate your support in this matters...
> Thank you,
> Martin
>
> --
> 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
>


-- 
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: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-13 Thread William Deegan
vi `which scons`
and see which python it's trying to use.
(from within your cygwin shell)

Very surprised you get no output.

On Fri, May 13, 2022 at 1:41 PM Martin Ortuno <
martinortunogonza...@gmail.com> wrote:

> Actually i tried to open python3.9 from windows directly  and then the
> application crashes saying:
> "The procedure entry point __locale_ctype_ptr could not be located in the
> dynamic link library
> C:\Path\toCygwin\bin\libpython3.9.dll"
>
> Thanks again...
> Martin
>
> El vie., 13 de mayo de 2022 3:30 p. m., Martin Ortuno <
> martinortunogonza...@gmail.com> escribió:
>
>> On the cygwin envuronment i have both python 2.7.10 and python 3.4.3, the
>> one which is by default is python 2...
>> Pretty sure that's the reason why is not working, i think we need python
>> 3.9 for scons...
>> The problem now is that i cannot install successfully python 3.9. I tried
>> with the setup-x86, just updating python3... However after that python3
>> stops working...
>> I'd appreciate any advice or support...
>> Thanks,
>> Martin
>>
>> El vie., 13 de mayo de 2022 11:51 a. m., William Deegan <
>> bdbad...@gmail.com> escribió:
>>
>>> Are you sure you're running scons from cygwin?
>>> Which version of python do you have installed?
>>>
>>> On Fri, May 13, 2022 at 8:46 AM Martin Ortuno <
>>> martinortunogonza...@gmail.com> wrote:
>>>
 Hi everyone,
 On one project we are using cygwin v2.3.1 for 32 bits as a building
 environment... We are integrating a library that is built scons, I
 tried to
 run scons v4.3.0-1 but when I prompt scons on the command line.
 Scons -v outputs nothing...

 I would appreciate your support in this matters...
 Thank you,
 Martin

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

>>>

-- 
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: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-13 Thread Martin Ortuno
Actually i tried to open python3.9 from windows directly  and then the
application crashes saying:
"The procedure entry point __locale_ctype_ptr could not be located in the
dynamic link library
C:\Path\toCygwin\bin\libpython3.9.dll"

Thanks again...
Martin

El vie., 13 de mayo de 2022 3:30 p. m., Martin Ortuno <
martinortunogonza...@gmail.com> escribió:

> On the cygwin envuronment i have both python 2.7.10 and python 3.4.3, the
> one which is by default is python 2...
> Pretty sure that's the reason why is not working, i think we need python
> 3.9 for scons...
> The problem now is that i cannot install successfully python 3.9. I tried
> with the setup-x86, just updating python3... However after that python3
> stops working...
> I'd appreciate any advice or support...
> Thanks,
> Martin
>
> El vie., 13 de mayo de 2022 11:51 a. m., William Deegan <
> bdbad...@gmail.com> escribió:
>
>> Are you sure you're running scons from cygwin?
>> Which version of python do you have installed?
>>
>> On Fri, May 13, 2022 at 8:46 AM Martin Ortuno <
>> martinortunogonza...@gmail.com> wrote:
>>
>>> Hi everyone,
>>> On one project we are using cygwin v2.3.1 for 32 bits as a building
>>> environment... We are integrating a library that is built scons, I tried
>>> to
>>> run scons v4.3.0-1 but when I prompt scons on the command line.
>>> Scons -v outputs nothing...
>>>
>>> I would appreciate your support in this matters...
>>> Thank you,
>>> Martin
>>>
>>> --
>>> 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
>>>
>>

-- 
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: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-13 Thread Martin Ortuno
On the cygwin envuronment i have both python 2.7.10 and python 3.4.3, the
one which is by default is python 2...
Pretty sure that's the reason why is not working, i think we need python
3.9 for scons...
The problem now is that i cannot install successfully python 3.9. I tried
with the setup-x86, just updating python3... However after that python3
stops working...
I'd appreciate any advice or support...
Thanks,
Martin

El vie., 13 de mayo de 2022 11:51 a. m., William Deegan 
escribió:

> Are you sure you're running scons from cygwin?
> Which version of python do you have installed?
>
> On Fri, May 13, 2022 at 8:46 AM Martin Ortuno <
> martinortunogonza...@gmail.com> wrote:
>
>> Hi everyone,
>> On one project we are using cygwin v2.3.1 for 32 bits as a building
>> environment... We are integrating a library that is built scons, I tried
>> to
>> run scons v4.3.0-1 but when I prompt scons on the command line.
>> Scons -v outputs nothing...
>>
>> I would appreciate your support in this matters...
>> Thank you,
>> Martin
>>
>> --
>> 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
>>
>

-- 
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: regedit fails with a pop-up

2022-05-13 Thread Denis Excoffier


> On 2022-05-13 20:47, Rainer Emrich  wrote:
> 
> Am 13.05.2022 um 19:42 schrieb Denis Excoffier:
>> It seems that very recently (immediately after i installed 3.3.5),
>> /cygdrive/c/windows/regedit /E 'HKEY_CURRENT_USER\Environment'
>> no longer works (i.e. should dump the environment on stdout), and produces a 
>> pop-up window with:
>> Cannot export HKEY_CURRENT_USER\Environment: Error opening the file. There 
>> may be a disk or file system error.
> I think this has nothing to do with cygwin.
> Did you try regedit /E 'HKEY_CURRENT_USER\Environment' in command window or 
> in Powershell?
> For me this gives the same error message, so cygwinisn't to blame.

Indeed, this has nothing to do with cygwin, sorry for the noise.
I found the root cause, i’ll describe it in a future message.

Regards,

Denis Excoffier.


-- 
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: regedit fails with a pop-up

2022-05-13 Thread Brian Inglis

On 2022-05-13 12:41, Kevin Schnitzius via Cygwin wrote:

On Friday, May 13, 2022, 01:50:12 PM EDT, Denis Excoffier wrote:

It seems that very recently (immediately after i installed 3.3.5),
/cygdrive/c/windows/regedit /E 'HKEY_CURRENT_USER\Environment'
no longer works (i.e. should dump the environment on stdout), and
produces a pop-up window with:
Cannot export HKEY_CURRENT_USER\Environment: Error opening the file. There may 
be a disk or file system error.



Note: this fails the same way from cmd.
regedit /e --- Exports the entire registry to a file. You can modify this 
command to add a filename and specific location on the drive, such as regedit 
/e c:\AllRegistryEntries.reg. You can export a specific key with the following 
example command regedit /e keybackup.reg 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Edge.
You cannot use con: as the output file apparently.


Windows regedit executes in the background, and reg, regtool save use 
Windows binary reg file formats, and regedit /e and reg export save as 
utf16le using hex for strings - use Cygwin regtool list -v instead for 
readable strings e.g.


$ regtool list -v \\HKEY_CURRENT_USER\\Environment\\
$ regtool list -v /HKEY_CURRENT_USER/Environment/
$ regtool list -v /proc/registry/HKEY_CURRENT_USER/Environment/
$ regtool list -v //hostname/HKEY_CURRENT_USER/Environment/
$ regtool list -v hostname:/HKEY_CURRENT_USER/Environment/

--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

--
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: regedit fails with a pop-up

2022-05-13 Thread Rainer Emrich

Am 13.05.2022 um 19:42 schrieb Denis Excoffier:

It seems that very recently (immediately after i installed 3.3.5),
/cygdrive/c/windows/regedit /E 'HKEY_CURRENT_USER\Environment'
no longer works (i.e. should dump the environment on stdout), and produces a 
pop-up window with:

Cannot export HKEY_CURRENT_USER\Environment: Error opening the file. There may 
be a disk or file system error.

I think this has nothing to do with cygwin.
Did you try regedit /E 'HKEY_CURRENT_USER\Environment' in command window 
or in Powershell?

For me this gives the same error message, so cygwinisn't to blame.

--
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: regedit fails with a pop-up

2022-05-13 Thread Kevin Schnitzius via Cygwin
On Friday, May 13, 2022, 01:50:12 PM EDT, Denis Excoffier 
 wrote: 

> It seems that very recently (immediately after i installed 3.3.5),
> /cygdrive/c/windows/regedit /E 'HKEY_CURRENT_USER\Environment'
> no longer works (i.e. should dump the environment on stdout), and produces a 
> pop-up window with:

> Cannot export HKEY_CURRENT_USER\Environment: Error opening the file. There 
> may be a disk or file system error.


Note: this fails the same way from cmd.

regedit /e --- Exports the entire registry to a file. You can modify this 
command to add a filename and specific location on the drive, such as regedit 
/e c:\AllRegistryEntries.reg. You can export a specific key with the following 
example command regedit /e keybackup.reg 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Edge.

You cannot use con: as the output file apparently.

Kevin


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


regedit fails with a pop-up

2022-05-13 Thread Denis Excoffier
Hello,

It seems that very recently (immediately after i installed 3.3.5),
/cygdrive/c/windows/regedit /E 'HKEY_CURRENT_USER\Environment'
no longer works (i.e. should dump the environment on stdout), and produces a 
pop-up window with:

Cannot export HKEY_CURRENT_USER\Environment: Error opening the file. There may 
be a disk or file system error.

% uname -a
CYGWIN_NT-10.0 jupiter 3.3.5(0.341/5/3) 2022-05-13 12:27 x86_64 Cygwin


Thank you for your help.

Denis Excoffier.


-- 
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: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-13 Thread William Deegan
Are you sure you're running scons from cygwin?
Which version of python do you have installed?

On Fri, May 13, 2022 at 8:46 AM Martin Ortuno <
martinortunogonza...@gmail.com> wrote:

> Hi everyone,
> On one project we are using cygwin v2.3.1 for 32 bits as a building
> environment... We are integrating a library that is built scons, I tried to
> run scons v4.3.0-1 but when I prompt scons on the command line.
> Scons -v outputs nothing...
>
> I would appreciate your support in this matters...
> Thank you,
> Martin
>
> --
> 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
>

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


scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-13 Thread Martin Ortuno
Hi everyone,
On one project we are using cygwin v2.3.1 for 32 bits as a building
environment... We are integrating a library that is built scons, I tried to
run scons v4.3.0-1 but when I prompt scons on the command line.
Scons -v outputs nothing...

I would appreciate your support in this matters...
Thank you,
Martin

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


[ANNOUNCEMENT] cygwin 3.3.5-1

2022-05-13 Thread Corinna Vinschen via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution:

* cygwin-3.3.5-1
* cygwin-devel-3.3.5-1
* cygwin-doc-3.3.5-1

==
   IMPORTANT DEPRECATION NOTES
==

- Cygwin 3.3 is the LAST major version supporting

  - Windows Vista
  - Windows Server 2008

- Cygwin 3.3 is the LAST major version supporting 32 bit installations.

  If you're using 32 bit Cygwin in WOW64 on 64 bit machines, consider
  to move to a real 64 bit Cygwin installation in the next couple of
  months.

  If you're using 32 bit Cygwin on real 32 bit hardware or on WOW64 on
  ARM64, don't be alarmed.  The current installations including all   
  Cygwin 3.3.x versions will continue to run on your system.  You just
  wont get any more updates starting with Cygwin 3.4.0.

- Cygwin 3.4, which will probably be release at some point in late 2022,
  will be the LAST version supporting

  - Windows 7
  - Windows Server 2008 R2
  - Windows 8
  - Windows Server 2012

There are no plans to deprecate support for 64 bit systems starting with
Windows 8.1 / Windows Server 2012 R2 any time soon.

==

Bug Fixes
-

- Fix a bug that accessing UNC path mounted to a drive letter using
  SMB3.11 fails with error "Too many levels of symbolic links.".

- Fix a console bug that escape sequence IL/DL (CSI Ps L, CSI Ps M)
  does not work correctly at the last line.
  Addresses: https://cygwin.com/pipermail/cygwin/2022-February/250736.html

- Fix a problem that ENABLE_INSERT_MODE and ENABLE_QUICK_EDIT_MODE
  flags are cleared if cygwin is started in console.

- Fix an issue that cmd.exe also is terminated along with the cygwin
  app started from the cmd.exe if the cygwin app is terminated by
  Ctrl-C.

- Fix deadlock caused when keys are typed in pty while a lot of text
  output.

- Fix a problem that the console mode for input is not set correctly
  when non-cygwin app is started with stdin redirected.
  Addresses:
  https://github.com/GitCredentialManager/git-credential-manager/issues/576

- Fix some problems such as:
   1) If output of non-cygwin app and input of cygwin app are connected
  by a pipe, Ctrl-C has to be sent twice to stop apps when the
  cygwin app does not read stdin at the moment.
   2) In cmd.exe started from cygwin shell, if output of non-cygwin
  app and input of cygwin app are connected by a pipe, Ctrl-C
  can never terminate the apps.

- Fix exit code when non-cygwin app is terminated by Ctrl-C.

- Fix a bug that the order of the console key inputs are occasionally
  swapped, especially when CPU load is high.
  Addresses: https://cygwin.com/pipermail/cygwin/2022-February/250957.html

- Fix a problem that fsync() flushes the console input buffer unlike
  linux. fsync() should return EINVAL for special files such as tty.
  Addresses: https://cygwin.com/pipermail/cygwin/2022-March/251022.html

- Fix a formatting problem in gmondump where all displayed addresses are
  mistakenly prefixed with "0x0x". Fix man pages for gmondump and ssp.

- Fix crash on pty master close in Windows 7.
  Addresses: https://cygwin.com/pipermail/cygwin/2022-March/251162.html

- Avoid deadlock of non-cygwin pipe writer which occurs when the other
  cygwin pipe writers exist if the pipe is created by system account
  or the pipe creator is running as service.
  Addresses: https://cygwin.com/pipermail/cygwin/2022-March/251097.html

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