Christian Franke wrote:
Jeremy Drake via Cygwin-patches wrote:
On Tue, 1 Jul 2025, Christian Franke wrote:
- fp # WORKS,CI
+ fp # FAILS # TODO Cygwin: "terminated on signal:
11" (x86_64 on arm64 only), please see:
+ #
https://sourceware.org/pipermail/cygwin/2025-June/258332.html
- memcpy # WORKS,CI # (fixed in Cygwin 3.6.1: crash due to
set DF
in signal handler)
+ memcpy # FAILS # TODO Cygwin: "terminated on signal:
11" (x86_64 on arm64 only), please see:
+ #
https://sourceware.org/pipermail/cygwin/2025-June/258332.html
+ # (fixed in Cygwin 3.6.1: crash due to
set DF in signal handler)
These should be fixed now, by
b0a9b628aad8dd35892b9da3511c434d9a61d37f (or
cygwin-3.7.0-dev-161-gb0a9b628aad8)
Thanks for the positive feedback. Revised patch attached.
Pushed with another modification because procfs test works now.