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

Worker threads assert on launch when VibeIdleCollect is enabled #1476

Closed
punkUser opened this issue Apr 17, 2016 · 0 comments
Closed

Worker threads assert on launch when VibeIdleCollect is enabled #1476

punkUser opened this issue Apr 17, 2016 · 0 comments

Comments

@punkUser
Copy link

From a cursory glance all of them try to interact with the collect timer and assert that it isn't "owned" by them.

Minor issue - probably best resolution is to simply have the main thread own that logic since GC collection is going to suspend all of the worker threads when it triggers anyways.

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

No branches or pull requests

1 participant