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

Retain run loop #11241

Merged
merged 1 commit into from
May 1, 2024
Merged

Retain run loop #11241

merged 1 commit into from
May 1, 2024

Conversation

ConradIrwin
Copy link
Collaborator

Contributes: #11168

https://developer.apple.com/documentation/corefoundation/1542428-cfrunloopgetcurrent
implies that we should be CFRetaining the run loop.

Lets do that, and see if it reduces the number of crashes we see.

Release Notes:

  • (maybe) Fix a rare crash in watching settings files.

Contributes: #11168
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label May 1, 2024
@ConradIrwin ConradIrwin merged commit 6b55a6f into main May 1, 2024
8 checks passed
@ConradIrwin ConradIrwin deleted the retain-release branch May 1, 2024 05:32
luckydye pushed a commit to luckydye/zed that referenced this pull request May 2, 2024
Contributes: zed-industries#11168


https://developer.apple.com/documentation/corefoundation/1542428-cfrunloopgetcurrent
implies that we should be `CFRetain`ing the run loop.

Lets do that, and see if it reduces the number of crashes we see.

Release Notes:

- (maybe) Fix a rare crash in watching settings files.
ConradIrwin added a commit that referenced this pull request May 2, 2024
Contributes: #11168


https://developer.apple.com/documentation/corefoundation/1542428-cfrunloopgetcurrent
implies that we should be `CFRetain`ing the run loop.

Lets do that, and see if it reduces the number of crashes we see.

Release Notes:

- (maybe) Fix a rare crash in watching settings files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant