mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
74cf7dabcb
This is necessary in order to be consistent with the following comment in the definition of _Unwind_RaiseException() in the GCC source file libgcc/unwind-seh.c: The exception handler installed in crt0 will continue any GCC exception that reaches there (and isn't marked non-continuable). Previously we failed to do this and, as a consequence, the C++ runtime didn't call std::terminate after an unhandled exception. This fixes the problem reported here: https://cygwin.com/pipermail/cygwin/2019-October/242795.html https://sourceware.org/pipermail/cygwin/2020-August/245897.html
18 lines
710 B
Groff
18 lines
710 B
Groff
Bug Fixes:
|
|
----------
|
|
|
|
- Fix acl_get_* functions in 32-bit Cygwin (pointer sign extension)
|
|
|
|
- Fix select/poll issue in case a socket connect call fails.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2020-July/245528.html
|
|
|
|
- Fix multiple reader support for FIFOs
|
|
Addresses: https://sourceware.org/pipermail/cygwin/2020-July/245456.html
|
|
|
|
- Fix an mmap issue that could cause failure with errno EFBIG
|
|
Partially addresses: https://sourceware.org/pipermail/cygwin/2020-July/245557.html
|
|
|
|
- Fix the behavior of C++ apps after an unhandled exception (64-bit only)
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2019-October/242795.html
|
|
https://cygwin.com/pipermail/cygwin/2020-August/245897.html
|