Skip to content
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

pull from main #43

Closed
wants to merge 49 commits into from
Closed

pull from main #43

wants to merge 49 commits into from

Conversation

mbridak
Copy link
Owner

@mbridak mbridak commented Oct 30, 2023

No description provided.

mbridak and others added 19 commits September 3, 2023 10:47
…ng-an-incorrect-number

33 log window crashes when entering an incorrect number
The prompt for the callsign when connecting to rbn.telegraphy.de 7000
does not match "call".  It prompts for "callsign:" instead.

This change allows that option alongside the previous matches.
Allow connecting to rbn.telegraphy.de
When opening new windows (band map, log, etc), we currently iterate over
all running processes on the system to ensure that window is not
currently open. However, if there are any zombie processes (unrelated to
us), `proc.cmdline()` will throw an exception.

This commit simply catches and continues when that exception is thrown.
It will also catch NoSuchProcess in the event that a process closed
between grabbing the list and that process in the iteration.
Fix crash opening windows on systems with zombie processes
Update version.
@mbridak mbridak closed this Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants