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

add full gc collection every teardown #367

Closed
wants to merge 1 commit into from

Conversation

sinkingsugar
Copy link
Contributor

Welcome to the garbage collected reality

@dryajov
Copy link
Contributor

dryajov commented Sep 17, 2020

Interesting, this doesn't seem to be the issue after all, tests still fail in the same place.

@sinkingsugar
Copy link
Contributor Author

SIGSEGV is the GC issue

@dryajov
Copy link
Contributor

dryajov commented Sep 18, 2020

SIGSEGV is the GC issue

Sure, but forcing a full collect in teardown doesn't seem to fix it, so I suspect that something else is triggering it before the full collect happens. Are we nullifying references somewhere else besides the fix from @arnetheduck in chronos?

@sinkingsugar
Copy link
Contributor Author

Ah sorry, forcing full collect is just to make sure it crashes 100% 😄 and avoid catching it in the future after months...

@sinkingsugar
Copy link
Contributor Author

This branch is not a fix, just an improvement on how tests test things basically.

@sinkingsugar sinkingsugar deleted the gc-fullcollect-tests branch November 22, 2020 09:45
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