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

Workarounds for null dereference bugs #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

carolhanna01
Copy link

I've encountered some null dereference issues while running some longer experiments. I added some null safety checks that prevent the search from prematurely terminating due to the null exceptions that get thrown. These are not root-cause fixes, just workarounds that enabled us to run the search to completion. I hope that this can help pinpoint the underlying issues!

Copy link
Contributor

@clegoues clegoues left a comment

Choose a reason for hiding this comment

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

Hi Carol! Sorry for the slow handling of these, ha. I'm inclined to just accept these, but I'm wondering if you did any digging into why any of these things MIGHT return null? Or if there's example code you have where you know it happens?

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