-
Notifications
You must be signed in to change notification settings - Fork 267
[Bug] OpenClaw.Tray.WinUI v2026.7.1 UI hang/crash (AppHang + APPCRASH combase.dll) under heavy agent event streaming #1150
Copy link
Copy link
Open
Labels
P1Urgent regression or broken agent/channel workflow affecting real users now.Urgent regression or broken agent/channel workflow affecting real users now.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:crash-loopThis issue is about crashes, hangs, restart loops, or process-level availability.This issue is about crashes, hangs, restart loops, or process-level availability.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.status: 🚢 actively landingA maintainer or agent is actively driving this item through implementation, validation, or merge.A maintainer or agent is actively driving this item through implementation, validation, or merge.
Description
Metadata
Metadata
Assignees
Labels
P1Urgent regression or broken agent/channel workflow affecting real users now.Urgent regression or broken agent/channel workflow affecting real users now.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:crash-loopThis issue is about crashes, hangs, restart loops, or process-level availability.This issue is about crashes, hangs, restart loops, or process-level availability.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.status: 🚢 actively landingA maintainer or agent is actively driving this item through implementation, validation, or merge.A maintainer or agent is actively driving this item through implementation, validation, or merge.
Type
Fields
Priority
None yet
Projects
StatusShow more project fields
Backlog
描述 / Description
OpenClaw Companion 桌面客户端(
OpenClaw.Tray.WinUI.exe)v2026.7.1 在 agent 会话活动、流式输出时,UI 线程会反复无响应(AppHang),严重时崩溃(APPCRASH),需要反复手动重启。核心问题疑似是 UI 线程在收到大量agent流式事件时被事件风暴刷死。The OpenClaw Companion desktop client (OpenClaw.Tray.WinUI.exe) v2026.7.1 repeatedly hangs (AppHang) and sometimes crashes (APPCRASH) when an agent session is active with streaming output. Suspected root cause: the UI thread is overwhelmed by a flood of
agentstreaming events.复现步骤 / Steps to reproduce
agent事件(日志中Received event: agent、stream=item、stream=command_output),每秒可达数十条。AppHangTransient/AppHangB1),严重时直接崩溃退出。预期行为 / Expected
客户端应能正常处理事件流,不卡顿、不崩溃。
实际行为 / Actual
UI 线程在事件风暴下挂起/崩溃,频繁出现,需手动重启客户端。
环境 / Environment
崩溃证据 / Crash evidence
CoreMessagingXP.dll+combase.dll,异常代码0xc000027bAppHangTransient(UI 无响应)、AppHangB1(UI 挂起被强制关闭)、Application Error 1000OpenClaw.Tray.WinUI.exe.21280.dmp(43MB,22:52 生成)agent事件备注 / Notes
LogLevel从trace降为warn对运行时无效;default-config.json看起来是安装器模板而非运行时配置,望确认。附件 / Attachments
崩溃转储(2)、客户端日志、事件记录、版本信息已打包为 zip(约 20MB),将作为评论上传。