Houmgaor
b17b2f3b38
fix(channelserver): consolidate stages map locking to prevent data race
...
The stages map was protected by two incompatible locks: the embedded
Server.Mutex and Server.stagesLock (RWMutex). Since these are separate
mutexes they don't exclude each other, and many handlers accessed the
map with no lock at all.
Route all stages map access through stagesLock: read-only lookups use
RLock, writes (create/delete) use Lock. Per-stage field mutations
continue to use each stage's own RWMutex. Restructure
handleMsgSysUnlockStage to avoid holding stagesLock nested inside a
stage RLock, preventing potential deadlock with destructEmptyStages.
2026-02-20 23:21:14 +01:00
..
2026-02-20 19:11:41 +01:00
2026-02-20 21:22:01 +01:00
2026-02-20 19:50:28 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 19:46:57 +01:00
2026-02-20 21:57:24 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 22:18:46 +01:00
2026-02-20 23:09:51 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 23:09:51 +01:00
2026-02-20 21:57:24 +01:00
2026-02-20 22:18:46 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 23:09:51 +01:00
2026-02-20 22:57:40 +01:00
2026-02-20 22:18:46 +01:00
2026-02-20 22:18:46 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 23:09:51 +01:00
2026-02-20 22:30:28 +01:00
2026-02-20 22:14:48 +01:00
2026-02-20 22:14:48 +01:00
2026-02-20 22:14:48 +01:00
2026-02-20 22:14:48 +01:00
2026-02-20 22:14:48 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 22:14:48 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 22:14:48 +01:00
2026-02-20 22:14:48 +01:00
2026-02-20 22:18:46 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 22:30:28 +01:00
2026-02-20 22:18:46 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 21:57:24 +01:00
2026-02-20 18:42:08 +01:00
2026-02-20 21:57:24 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 19:50:28 +01:00
2026-02-20 18:58:32 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 22:06:55 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 23:09:51 +01:00
2026-02-20 21:18:40 +01:00
2026-02-20 23:21:14 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 22:30:28 +01:00
2026-02-20 23:21:14 +01:00
2026-02-20 18:58:32 +01:00
2026-02-20 18:58:32 +01:00
2026-02-20 23:09:51 +01:00
2026-02-20 17:07:42 +01:00
2026-02-20 22:57:40 +01:00
2026-02-20 21:57:24 +01:00
2026-02-20 21:57:24 +01:00
2026-02-20 23:09:51 +01:00
2026-02-20 22:30:28 +01:00
2026-02-20 22:53:16 +01:00
2026-02-20 22:14:48 +01:00
2026-02-20 22:30:28 +01:00
2026-02-20 23:09:51 +01:00
2026-02-20 22:18:46 +01:00
2026-02-20 23:09:51 +01:00
2026-02-20 23:09:51 +01:00
2026-02-20 22:18:46 +01:00
2026-02-20 18:58:32 +01:00
2026-02-20 23:09:51 +01:00