GroveEngine/src
StillHammer 98acb32c4c fix: Resolve deadlock in IntraIOManager + cleanup SEGFAULTs
- Fix critical deadlock in IntraIOManager using std::scoped_lock for
  multi-mutex acquisition (CrossSystemIntegration: 1901s → 4s)
- Add std::shared_mutex for read-heavy operations (TopicTree, IntraIOManager)
- Fix SEGFAULT in SequentialModuleSystem destructor (logger guard)
- Fix SEGFAULT in ModuleLoader (don't auto-unload when modules still alive)
- Fix iterator invalidation in DependencyTestEngine destructor
- Add TSan/Helgrind integration for deadlock detection
- Add coding guidelines for synchronization patterns

All 23 tests now pass (100%)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 11:36:33 +08:00
..
DataTreeFactory.cpp feat: Implement complete IDataNode/IDataTree system with JSON backend 2025-10-28 15:36:25 +08:00
DebugEngine.cpp feat: Integrate StillHammer Logger throughout GroveEngine 2025-11-20 03:11:36 +08:00
EngineFactory.cpp feat: Integrate StillHammer Logger throughout GroveEngine 2025-11-20 03:11:36 +08:00
ImGuiUI.cpp feat: Implement complete IDataNode/IDataTree system with JSON backend 2025-10-28 15:36:25 +08:00
IntraIO.cpp feat: Add StillHammer Logger & IntraIO batching (WIP) 2025-11-20 03:01:09 +08:00
IntraIO.cpp.old feat: Complete migration from json to IDataNode API 2025-10-30 07:17:06 +08:00
IntraIOManager.cpp fix: Resolve deadlock in IntraIOManager + cleanup SEGFAULTs 2025-11-23 11:36:33 +08:00
IOFactory.cpp feat: Integrate StillHammer Logger throughout GroveEngine 2025-11-20 03:11:36 +08:00
JsonDataNode.cpp feat: Add read-only API for concurrent DataNode access & restore test_13 cross-system tests 2025-11-20 14:02:06 +08:00
JsonDataTree.cpp feat: Add read-only API for concurrent DataNode access & restore test_13 cross-system tests 2025-11-20 14:02:06 +08:00
JsonDataValue.cpp feat: Implement complete IDataNode/IDataTree system with JSON backend 2025-10-28 15:36:25 +08:00
ModuleFactory.cpp feat: Integrate StillHammer Logger throughout GroveEngine 2025-11-20 03:11:36 +08:00
ModuleLoader.cpp fix: Resolve deadlock in IntraIOManager + cleanup SEGFAULTs 2025-11-23 11:36:33 +08:00
ModuleSystemFactory.cpp feat: Integrate StillHammer Logger throughout GroveEngine 2025-11-20 03:11:36 +08:00
ResourceRegistry.cpp feat: Implement complete IDataNode/IDataTree system with JSON backend 2025-10-28 15:36:25 +08:00
SequentialModuleSystem.cpp fix: Resolve deadlock in IntraIOManager + cleanup SEGFAULTs 2025-11-23 11:36:33 +08:00