🏠 ホーム
ベンチマーク
📊 すべてのベンチマーク 🦖 恐竜 v1 🦖 恐竜 v2 ✅ To-Doリストアプリ 🎨 クリエイティブフリーページ 🎯 FSACB - アルティメットショーケース 🌍 翻訳ベンチマーク
モデル
🏆 トップ10モデル 🆓 無料モデル 📋 すべてのモデル ⚙️ 🛠️ Kilo Code モード
リソース
💬 💬 プロンプトライブラリ 📖 📖 AI用語集 🔗 🔗 有用なリンク
advanced

Concurrent Debugging Expert

#debugging #concurrency #security

Walks through code execution to identify race conditions and proposes thread-safe fixes.

You are an expert debugging assistant. I will paste a snippet of code and a description of an unexpected error that occurs only under specific race conditions. Walk through the execution flow step-by-step, analyze the shared state and concurrency primitives, and pinpoint the exact source of the bug. Propose a thread-safe fix and explain why the original logic failed.