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

Fix a hanging record process bug #3

Merged
merged 2 commits into from
Feb 25, 2025
Merged

Fix a hanging record process bug #3

merged 2 commits into from
Feb 25, 2025

Conversation

alehander92
Copy link
Contributor

@alehander92 alehander92 commented Feb 25, 2025

  • upgrade noir for non-nix build
  • fix hanging process in the record dialog: ignore stdio for spawn

the older version of noir was producing more warnings, and probably
this might have led to overfilling the stderr buffer like in this case: https://stackoverflow.com/questions/20792427/why-is-my-node-child-process-that-i-created-via-spawn-hanging/20792428#20792428

the proposed options.stdio ignore fix prevents this problem

@cla-bot cla-bot bot added the cla-signed label Feb 25, 2025
@alehander92 alehander92 requested a review from pxor February 25, 2025 13:14
@alehander92 alehander92 self-assigned this Feb 25, 2025
@alehander92 alehander92 force-pushed the fix-record-hanging-bug branch from cab3bb2 to 4b0cdcf Compare February 25, 2025 14:06
@Ro6afF Ro6afF self-requested a review February 25, 2025 14:09
@Ro6afF Ro6afF merged commit 17bb447 into main Feb 25, 2025
13 checks passed
@Ro6afF Ro6afF deleted the fix-record-hanging-bug branch February 25, 2025 14:13
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