-
Notifications
You must be signed in to change notification settings - Fork 56
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
Overlapping resolveServer() calls lead to a crash #437
Labels
crash
A crash occurs in the library code
Comments
KitsuneRal
changed the title
Closely following resolveServer() calls lead to a crash
Overlapping resolveServer() calls lead to a crash
Jan 7, 2021
The sequence of events leading to the crash (quite reliably) turned out to be somewhat complicated.
|
KitsuneRal
added a commit
that referenced
this issue
Jan 7, 2021
KitsuneRal
added a commit
that referenced
this issue
Jan 8, 2021
To be very clear what this function checks. See also #437.
The above exposed a few issues:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apparently, the jobs somehow get entangled with each other, with an immediate cause of the crash being the
finished()
handler finding thatd->resolveJob
is already null.The text was updated successfully, but these errors were encountered: