App Closes Unexpectedly When Resizing

2025-02-11 Thread Thomas Lake via Cygwin
When I open an app that uses Cygwin, I can't resize the window. When I try, the 
app closes with no warning or error message. I'm using Win 11 24H2

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


Window Closes When Resizing

2025-02-11 Thread Thomas Lake via Cygwin
When I run an Cygwin app and try to resize the window, it closes unexpectedly 
with no warning or error message. I'm running Win 11 24H2 and 64-bit Cygwin.

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


Changing Window Size Crahes App

2025-03-10 Thread Thomas Lake via Cygwin
Here's what the developer of the Bas BASIC interpreter (Michael Haardt) said 
about a problem when changing window size of a program compiled under Cygwin:

"The interrupted system call is more tricky. Well, so is it my problem?
Kind of. What I think is happening here is that ncurses has its own signal 
handler for SIGWINCH (window changed). Linux restarts system calls, and it 
looks like cygwin does not. Which it should, if it wants to mimic Linux. But in 
good memory of all systems long gone, likely some others do not restart system 
calls, and even if all did, there is still sickwin on your system. :)"

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