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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable gc on coroutine #8179

Merged
merged 4 commits into from Apr 7, 2023
Merged

Conversation

thufschmitt
Copy link
Member

Cherry-pick of #7725 (without the tests part as it was problematic on some architectures). All credits go to @yorickvP.

This seems to fix #8175 (at least I couldn't reproduce it any more when using a Nix with these patches).

Really fixing it would mean backporting this to the stable release though because that's the one causing the segfault in the CI.

Checklist for maintainers

Maintainers: tick if completed or explain if not relevant

  • agreed on idea
  • agreed on implementation strategy
  • tests, as appropriate
    • functional tests - tests/**.sh
    • unit tests - src/*/tests
    • integration tests - tests/nixos/*
  • documentation in the manual
  • documentation in the internal API docs
  • code and comments are self-explanatory
  • commit message explains why the change was made
  • new feature or incompatible change: updated release notes

Priorities

Add 馃憤 to pull requests you find important.

@thufschmitt thufschmitt added bug macos Nix on macOS, aka OS X, aka darwin backport 2.13-maintenance Automatically creates a PR against the branch backport 2.14-maintenance Automatically creates a PR against the branch labels Apr 7, 2023
Copy link
Member

@roberth roberth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should really get those tests in as well, but let's use this to fix the CI first.

@roberth roberth merged commit 4411c7d into NixOS:master Apr 7, 2023
12 checks passed
@github-actions
Copy link

github-actions bot commented Apr 7, 2023

Successfully created backport PR for 2.13-maintenance:

@github-actions
Copy link

github-actions bot commented Apr 7, 2023

Successfully created backport PR for 2.14-maintenance:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.13-maintenance Automatically creates a PR against the branch backport 2.14-maintenance Automatically creates a PR against the branch bug macos Nix on macOS, aka OS X, aka darwin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants