You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux x86_64 (Arch Linux, kernel 7.0.14-zen), 23 GiB RAM. Running in web server mode (kimi server, bound to 0.0.0.0).
What issue are you seeing?
The kimi web server process dies abruptly with SIGSEGV — 6 crashes in ~26 hours, all with the same signature: the faulting threads are always inside V8 garbage-collection marking.
Crash timeline (times UTC+8, all SIGSEGV, coredumps preserved):
#
Time
Signal
1
2026-07-19 12:04:03
SIGSEGV
2
2026-07-20 11:21:08
SIGSEGV
3
2026-07-20 11:22:18
SIGSEGV
4
2026-07-20 11:22:55
SIGSEGV
5
2026-07-20 13:43:03
SIGSEGV
6
2026-07-20 13:49:18
SIGSEGV
Stack traces (via coredumpctl, crashes #5 and #6):
V8Worker threads (several per crash) — concurrent marking:
#0 v8::internal::MarkingVisitorBase<v8::internal::ConcurrentMarkingVisitor>::ProcessStrongHeapObject<v8::internal::FullHeapObjectSlot>
(frame #0 varies: also VisitMapPointer and MarkBit::Set)
#1 v8::internal::BodyDescriptorBase::IteratePointers<v8::internal::ConcurrentMarkingVisitor>
#2 v8::internal::ConcurrentMarking::RunMajor
#3 v8::internal::ConcurrentMarking::JobTaskMajor::Run
#4 v8::platform::DefaultJobWorker::Run
#5 node::(anonymous namespace)::PlatformWorkerThread
Logging at crash time:
~/.kimi-code/logs/kimi-code.log contains only startup and oauth lines — nothing is logged at the crash instant; the process dies at native level with no JS error and no shutdown entry.
~/.kimi-code/server/server.log is empty (0 bytes).
What steps can reproduce the bug?
Unknown — intermittent. Occurs during normal web-mode usage with active sessions (6 occurrences in ~26 h, including 3 within 2 minutes). No specific user action identified as a trigger.
What is the expected behavior?
The web server process should not crash with a native SIGSEGV. If this matches a known V8/Node issue, guidance on a workaround (runtime flags, config) would be appreciated.
Additional information
Not OOM: no OOM-killer records in dmesg/journal; ~16 GiB of 23 GiB RAM free at check time.
Crashes started the day after the 0.27.0 binary was installed (installed 2026-07-18 15:15 local; first crash 2026-07-19 12:04).
Also on 2026-07-20, a separate, unrelated Node.js v22.23.1 binary on the same machine crashed 4 times with the same V8 concurrent-marking stack signature, and other processes (chrome, gnome-shell, kwin_wayland, python) segfaulted as well — 19 coredumps in total that day. This may point to a machine-level contributor, but the kimi-code web server is the most frequently affected process, so I am reporting it with full data either way.
All 6 coredumps are preserved (core.kimi-code.*.zst, 24–56 MB each). I can provide coredumps or an /export-debug-zip archive on request.
What version of Kimi Code is running?
0.27.0 (self-contained binary at
~/.kimi-code/bin/kimi, bundled Node.js v24.15.0; binary installed 2026-07-18)Which open platform/subscription were you using?
Kimi Code subscription (
managed:kimi-code, OAuth)Which model were you using?
kimi-code/k3, thinking effortmaxWhat platform is your computer?
Linux x86_64 (Arch Linux, kernel 7.0.14-zen), 23 GiB RAM. Running in web server mode (
kimi server, bound to 0.0.0.0).What issue are you seeing?
The kimi web server process dies abruptly with SIGSEGV — 6 crashes in ~26 hours, all with the same signature: the faulting threads are always inside V8 garbage-collection marking.
Crash timeline (times UTC+8, all SIGSEGV, coredumps preserved):
Stack traces (via
coredumpctl, crashes #5 and #6):Main thread — incremental marking:
V8Worker threads (several per crash) — concurrent marking:
Logging at crash time:
~/.kimi-code/logs/kimi-code.logcontains only startup and oauth lines — nothing is logged at the crash instant; the process dies at native level with no JS error and no shutdown entry.~/.kimi-code/server/server.logis empty (0 bytes).What steps can reproduce the bug?
Unknown — intermittent. Occurs during normal web-mode usage with active sessions (6 occurrences in ~26 h, including 3 within 2 minutes). No specific user action identified as a trigger.
What is the expected behavior?
The web server process should not crash with a native SIGSEGV. If this matches a known V8/Node issue, guidance on a workaround (runtime flags, config) would be appreciated.
Additional information
dmesg/journal; ~16 GiB of 23 GiB RAM free at check time.core.kimi-code.*.zst, 24–56 MB each). I can provide coredumps or an/export-debug-ziparchive on request.