[BUG]
Resolved 💬 3 comments Opened Nov 14, 2025 by P621AI3 Closed Nov 17, 2025
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
when i use claude -c the app crashes.
What Should Happen?
when i use claude -c should work but does not.
Error Messages/Logs
[17548:0x21a09000] 8944 ms: Mark-Compact 4093.3 (4138.8) -> 4093.3 (4138.5) MB, pooled: 9 MB, 16.89 / 0.00 ms (average mu = 0.698, current mu = 0.305) allocation failure; scavenge might not succeed
[17548:0x21a09000] 8965 ms: Mark-Compact 4096.2 (4141.4) -> 4096.2 (4141.4) MB, pooled: 9 MB, 18.42 / 0.00 ms (average mu = 0.541, current mu = 0.090) allocation failure; scavenge might not succeed
<--- JS stacktrace --->
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----
1: 0xe36068 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [claude]
2: 0x1202550 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [claude]
3: 0x1202827 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [claude]
4: 0x1430105 [claude]
5: 0x1449999 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [claude]
6: 0x141e048 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [claude]
7: 0x141ef75 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [claude]
8: 0x13f736e v8::internal::Factory::AllocateRaw(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) [claude]
9: 0x13e6464 v8::internal::FactoryBase<v8::internal::Factory>::AllocateRawWithImmortalMap(int, v8::internal::AllocationType, v8::internal::Tagged<v8::internal::Map>, v8::internal::AllocationAlignment) [claude]
10: 0x13e836f v8::internal::FactoryBase<v8::internal::Factory>::NewRawTwoByteString(int, v8::internal::AllocationType) [claude]
11: 0x155ee37 v8::internal::JsonParser<unsigned short>::MakeString(v8::internal::JsonString const&, v8::internal::Handle<v8::internal::String>) [claude]
12: 0x15657ce [claude]
13: 0x1567c7d v8::internal::JsonParser<unsigned short>::ParseJson(v8::internal::Handle<v8::internal::Object>) [claude]
14: 0x127f6bc v8::internal::Builtin_JsonParse(int, unsigned long*, v8::internal::Isolate*) [claude]
15: 0x709db7eac3b6
Aborted (core dumped)
Steps to Reproduce
type claude -c
Claude Model
Sonnet (default)
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.0.37
Platform
Anthropic API
Operating System
Ubuntu/Debian Linux
Terminal/Shell
Other
Additional Information
GNOME Terminal
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗