-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation Fault when retrieving window title #377
Comments
Observation: Reproducibly segfaults when executed in Edit: This was due to my setup. Reproducibly segfaults in any terminal |
This issue is stale because it has been open for 30 days with no activity. |
Still open |
I also see this error regardless of the terminal used. Tried in iTerm and got the same error. |
This issue is stale because it has been open for 30 days with no activity. |
Can confirm this issue is happening on Mac M1 using Terminal and iTerm for accessing window titles. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Status update: This issue had me banging my head for several months now. Still WIP |
Great to hear. |
Root cause: Reading the Fixed in release |
Yay! |
Version
Node v17.0.1
nut.js v2.0.1
Short overview
Trying to retrieve title of any window results in Seg Fault and no other information, program ends immediately.
Issue occurs on
Detailed error description
Seg fault is occurring on Big Sur any time I attempt to find a window title, either through getWindows or getActiveWindow.
Steps to reproduce error
Run this script:
Expected Result:
Terminal
Actual Result:
zsh: segmentation fault node index.js
The text was updated successfully, but these errors were encountered: