Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rinchen/103933ee4245c3a6dee2273219dd2f9d to your computer and use it in GitHub Desktop.
Save rinchen/103933ee4245c3a6dee2273219dd2f9d to your computer and use it in GitHub Desktop.
OOM crash
(Use `node --trace-warnings ...` to show where the warning was created)
remoteType: unknown
live: true
initiator: false
channelCount: 0
destroyed: true
prefinalized: false
bytesSent: 14416
bytesReceived: 19473
). Use emitter.setMaxListeners() to increase limit
<--- Last few GCs --->
[23505:0x630acd0] 130187177 ms: Scavenge 488.9 (494.9) -> 488.1 (494.9) MB, 79.5 / 0.0 ms (average mu = 0.375, current mu = 0.512) allocation failure
[23505:0x630acd0] 130195613 ms: Scavenge 489.1 (494.9) -> 488.4 (494.9) MB, 1831.3 / 0.0 ms (average mu = 0.375, current mu = 0.512) allocation failure
[23505:0x630acd0] 130202476 ms: Scavenge 489.1 (494.9) -> 488.5 (494.9) MB, 449.5 / 0.0 ms (average mu = 0.375, current mu = 0.512) allocation failure
<--- JS stacktrace --->
==== JS stack trace =========================================
0: ExitFrame [pc: 0x13da519]
1: StubFrame [pc: 0x142b0a1]
Security context: 0x0d291e340921 <JSObject>
2: decode [0x2a862c014f39] [/home/joey/.nvm/versions/node/v13.14.0/lib/node_modules/cabal/node_modules/protocol-buffers-encodings/index.js:~53] [pc=0xc854a6be9be](this=0x2a862c014dd1 <Object map = 0x1e1d46b62311>,0x37309a447811 <Uint8Array map = 0x39a892625421>,1)
3: _onholepunch [0x4ffcd806dc9] [/home/joey/.nvm/versions/n...
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
1: 0xa0e670 node::Abort() [node]
2: 0xa0ea9c node::OnFatalError(char const*, char const*) [node]
3: 0xb83afe v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node]
4: 0xb83e79 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node]
5: 0xd32305 [node]
6: 0xd32996 v8::internal::Heap::RecomputeLimits(v8::internal::GarbageCollector) [node]
7: 0xd41209 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [node]
8: 0xd42045 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
9: 0xd44b1c v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
10: 0xd0b6f4 v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationType, v8::internal::AllocationOrigin) [node]
11: 0x105790e v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [node]
12: 0x13da519 [node]
Aborted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment