-
Notifications
You must be signed in to change notification settings - Fork 844
Closed
Labels
BackportMarked for backport for an LTS patch releaseMarked for backport for an LTS patch releaseCoreCrash
Milestone
Description
Seeing frequent segfaults when trying 7.1.x on some production traffic.
What happens is that the MUTEX_TRY_LOCK_FOR segfaults since s->vio.mutex is NULL
Digging into a core dump shows that this happens when s->enabled == 0 and s->error == 1. Inspecting s->vio shows that it's an empty vio instance with a null pointer mutex.
Metadata
Metadata
Assignees
Labels
BackportMarked for backport for an LTS patch releaseMarked for backport for an LTS patch releaseCoreCrash