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] master from GNOME:master #609

Merged
merged 3 commits into from
Feb 22, 2025
Merged

[pull] master from GNOME:master #609

merged 3 commits into from
Feb 22, 2025

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 22, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

lukaso and others added 3 commits February 22, 2025 17:32
…ipe"

This reverts commit 4b71ca6.

Breaks on MacOS, see #12711.
This a bandaid for an issue on MacOS:
an IO event is received that says a read pipe from a plugin has data,
but the pipe is actually empty and reads hang, and hang the app.

Possibly this is an issue with GLib and could be fixed there,
to not send such a spurious IO event.

Possibly an alternative fix is to determine whether the app side of the
plugin protocol is in a state where no messages from the plugin
are expected.  In that case, the read pipe should be flushed
i.e. data discarded, with non-blocking reads, until a read returns nothing.
This fix does not cause the problems that the alternative fix caused (as detailed in #12898).
@pull pull bot added the ⤵️ pull label Feb 22, 2025
@pull pull bot merged commit 9042486 into kkpan11:master Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants