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

Do nothing instead of asserting RunLoop::wakeUp is never reached #80

Merged
merged 1 commit into from
Jan 18, 2025

Conversation

190n
Copy link

@190n 190n commented Jan 18, 2025

This means that JSRunLoopTimer::Manager::PerVMData's RunLoop::Timer leaks instead of being freed, because the RunLoop is meant to be used to free this timer on the same thread it's fired on. But there's only one of these per VM so this leak would only matter using Workers, and those already leak memory anyway.

@Jarred-Sumner Jarred-Sumner merged commit e6cb36c into main Jan 18, 2025
19 checks passed
190n added a commit to oven-sh/bun that referenced this pull request Jan 18, 2025
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