太容易崩溃了
#5141
Replies: 1 comment
|
这不是 Serena「命令跑完还缺一个 log 文件」,而是 DSH 子进程输出收集(
常见触发(Windows):
可先试的 workaround:
给维护者的方向: spill 路径 ENOENT 时应 重建 spill 目录或降级为仅内存 tail,不应 uncaught 把整个 harness 打挂。你若愿意报 bug,标题可写: 补三样更好定位: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
INFO 2026-08-30 08:26:59,160 [Task-17:ExecuteShellCommandTool] serena.task_executor:stop:336 - Task-17:ExecuteShellCommandTool completed in 0.183 seconds
node:fs:561
return binding.open(
^
Error: ENOENT: no such file or directory, open 'C:\Users\Administrator\AppData\Local\Temp\dsh-subprocess-fyHyRL\dsh-subprocess-37588-4-d58e7d399bfc-stdout.log'
at openSync (node:fs:561:18)
at OutputCollector.spillAll (file:///D:/Users/Administrator/AppData/Roaming/npm/node_modules/@deepseek-ai/dsh/node_modules/@deepseek-ai/dsh-subprocess-local/lib/index.js:666:19)
at OutputCollector.push (file:///D:/Users/Administrator/AppData/Roaming/npm/node_modules/@deepseek-ai/dsh/node_modules/@deepseek-ai/dsh-subprocess-local/lib/index.js:642:75)
at Socket. (file:///D:/Users/Administrator/AppData/Roaming/npm/node_modules/@deepseek-ai/dsh/node_modules/@deepseek-ai/dsh-subprocess-local/lib/index.js:811:14)
at Socket.emit (node:events:509:28)
at addChunk (node:internal/streams/readable:563:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:514:3)
at Readable.push (node:internal/streams/readable:394:5)
at Pipe.onStreamRead (node:internal/stream_base_commons:189:23) {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\Users\Administrator\AppData\Local\Temp\dsh-subprocess-fyHyRL\dsh-subprocess-37588-4-d58e7d399bfc-stdout.log'
}
Node.js v24.16.0
INFO 2026-08-31 02:47:50,271 [MainThread] serena.mcp:server_lifespan:415 - MCP server shutting down
INFO 2026-08-31 02:47:50,282 [MainThread] serena.agent:on_shutdown:1474 - SerenaAgent is shutting down ...
INFO 2026-08-31 02:47:50,285 [MainThread] serena.agent:shutdown:518 - Stopping the dashboard viewer process ...
INFO 2026-08-31 02:47:50,291 [MainThread] serena.agent:on_shutdown:1484 - Shutting down active project
莫名其妙就崩溃了,那个文件根本就不存在
All reactions