New request
#2373: WebUI 崩溃问题
We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.
Issue
bugneedinfoperformance
mac pro M1Max 32GB os 26.5
| 问题 | 状态 | 说明 |
|---|---|---|
| Hermes WebUI 频繁崩溃 | ⚠️ 未修复,仍在发生 | 最新崩溃记录:今天 15:20(就在刚才),今天已崩溃 3 次 |
当前 WebUI 进程状态(非常异常): CPU: 16.5% 内存: 31%(约 10GB RSS) — 正常应 < 500MB 根因:macOS xzone 内存分配器 bug + WebUI 疑似内存泄漏
之前提出的修复建议尚未实施: 🔧 重启 WebUI 释放内存 🔧 设置 MALLOC_MMAP_THRESHOLD_=131072 环境变量 🔧 排查 WebUI 内存泄漏(session 未清理等)
Assessmentadvisory
bug●●● hard70% confidence
Suspected memory leak causing recurrent crashes demands open-ended profiling across the Python server and session lifecycle.
Likely files
- api/server.py
- api/services/sessions.py
- api/models/messages.py
- static/js/services/stream.js
- api/utils/memory.py
- api/routes/health.py
Create the request