Tag

Callstack

1 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 29, 2021 · Databases

Quick Diagnosis of MySQL Hang Issues Using Callstack and Mutex Analysis

This article demonstrates a step‑by‑step method for diagnosing MySQL hangs by collecting callstack information, identifying mutex conflicts, and mapping function calls to code locations to pinpoint the root cause of deadlocks.

CallstackDatabaseHang Diagnosis
0 likes · 4 min read
Quick Diagnosis of MySQL Hang Issues Using Callstack and Mutex Analysis