Skip to content

Instantly share code, notes, and snippets.

@acidjazz
Created May 29, 2021 02:10
Show Gist options
  • Save acidjazz/a418b16165e973eb1ed86e4035c50ce8 to your computer and use it in GitHub Desktop.
Save acidjazz/a418b16165e973eb1ed86e4035c50ce8 to your computer and use it in GitHub Desktop.
<--- Last few GCs --->
[1276:0x130008000] 128387 ms: Mark-sweep (reduce) 3989.8 (4143.4) -> 3989.1 (4143.9) MB, 3585.1 / 0.9 ms (average mu = 0.167, current mu = 0.011) allocation failure scavenge might not succeed
[1276:0x130008000] 132171 ms: Mark-sweep (reduce) 3990.4 (4143.9) -> 3989.6 (4144.4) MB, 3736.5 / 1.0 ms (average mu = 0.094, current mu = 0.013) allocation failure scavenge might not succeed
<--- JS stacktrace --->
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
1: 0x102b3863c node::Abort() [/opt/homebrew/Cellar/node/16.2.0/bin/node]
2: 0x102b387c0 std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string<std::nullptr_t>(char const*) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
3: 0x102c65eb8 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
4: 0x102c65e4c v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
5: 0x102dd68dc v8::internal::Heap::NotifyContextDisposed(bool) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
6: 0x102dd4e84 v8::internal::Heap::CollectAllAvailableGarbage(v8::internal::GarbageCollectionReason) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
7: 0x102ddd2d4 v8::internal::Heap::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
8: 0x102ddd340 v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
9: 0x102db73d4 v8::internal::FactoryBase<v8::internal::Factory>::NewRawOneByteString(int, v8::internal::AllocationType) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
10: 0x102f9ac9c v8::internal::String::SlowFlatten(v8::internal::Isolate*, v8::internal::Handle<v8::internal::ConsString>, v8::internal::AllocationType) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
11: 0x10301b45c v8::internal::RegExpImpl::IrregexpExec(v8::internal::Isolate*, v8::internal::Handle<v8::internal::JSRegExp>, v8::internal::Handle<v8::internal::String>, int, v8::internal::Handle<v8::internal::RegExpMatchInfo>, v8::internal::RegExp::ExecQuirks) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
12: 0x1030687dc v8::internal::Runtime_RegExpExec(int, unsigned long*, v8::internal::Isolate*) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
13: 0x1032cba0c Builtins_CEntry_Return1_DontSaveFPRegs_ArgvOnStack_NoBuiltinExit [/opt/homebrew/Cellar/node/16.2.0/bin/node]
14: 0x103325dd4 Builtins_RegExpPrototypeTestFast [/opt/homebrew/Cellar/node/16.2.0/bin/node]
15: 0x24881a04d25c
16: 0x103264fb8 Builtins_InterpreterEntryTrampoline [/opt/homebrew/Cellar/node/16.2.0/bin/node]
17: 0x103264fb8 Builtins_InterpreterEntryTrampoline [/opt/homebrew/Cellar/node/16.2.0/bin/node]
18: 0x103264fb8 Builtins_InterpreterEntryTrampoline [/opt/homebrew/Cellar/node/16.2.0/bin/node]
19: 0x103264fb8 Builtins_InterpreterEntryTrampoline [/opt/homebrew/Cellar/node/16.2.0/bin/node]
20: 0x103264fb8 Builtins_InterpreterEntryTrampoline [/opt/homebrew/Cellar/node/16.2.0/bin/node]
21: 0x103264fb8 Builtins_InterpreterEntryTrampoline [/opt/homebrew/Cellar/node/16.2.0/bin/node]
22: 0x103264fb8 Builtins_InterpreterEntryTrampoline [/opt/homebrew/Cellar/node/16.2.0/bin/node]
23: 0x103264fb8 Builtins_InterpreterEntryTrampoline [/opt/homebrew/Cellar/node/16.2.0/bin/node]
24: 0x103264fb8 Builtins_InterpreterEntryTrampoline [/opt/homebrew/Cellar/node/16.2.0/bin/node]
25: 0x103264fb8 Builtins_InterpreterEntryTrampoline [/opt/homebrew/Cellar/node/16.2.0/bin/node]
26: 0x103264fb8 Builtins_InterpreterEntryTrampoline [/opt/homebrew/Cellar/node/16.2.0/bin/node]
27: 0x103264fb8 Builtins_InterpreterEntryTrampoline [/opt/homebrew/Cellar/node/16.2.0/bin/node]
28: 0x103311218 Builtins_PromiseConstructor [/opt/homebrew/Cellar/node/16.2.0/bin/node]
29: 0x103262210 Builtins_JSBuiltinsConstructStub [/opt/homebrew/Cellar/node/16.2.0/bin/node]
30: 0x248819733548
31: 0x103291c74 Builtins_AsyncFunctionAwaitResolveClosure [/opt/homebrew/Cellar/node/16.2.0/bin/node]
32: 0x103312d9c Builtins_PromiseFulfillReactionJob [/opt/homebrew/Cellar/node/16.2.0/bin/node]
33: 0x1032848c8 Builtins_RunMicrotasks [/opt/homebrew/Cellar/node/16.2.0/bin/node]
34: 0x103262ca4 Builtins_JSRunMicrotasksEntry [/opt/homebrew/Cellar/node/16.2.0/bin/node]
35: 0x102d80188 v8::internal::(anonymous namespace)::Invoke(v8::internal::Isolate*, v8::internal::(anonymous namespace)::InvokeParams const&) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
36: 0x102d80580 v8::internal::(anonymous namespace)::InvokeWithTryCatch(v8::internal::Isolate*, v8::internal::(anonymous namespace)::InvokeParams const&) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
37: 0x102d80648 v8::internal::Execution::TryRunMicrotasks(v8::internal::Isolate*, v8::internal::MicrotaskQueue*, v8::internal::MaybeHandle<v8::internal::Object>*) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
38: 0x102d9c6f0 v8::internal::MicrotaskQueue::RunMicrotasks(v8::internal::Isolate*) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
39: 0x102d9c534 v8::internal::MicrotaskQueue::PerformCheckpoint(v8::Isolate*) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
40: 0x102a91314 node::InternalCallbackScope::Close() [/opt/homebrew/Cellar/node/16.2.0/bin/node]
41: 0x102a9184c node::InternalMakeCallback(node::Environment*, v8::Local<v8::Object>, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*, node::async_context) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
42: 0x102aaa150 node::AsyncWrap::MakeCallback(v8::Local<v8::Function>, int, v8::Local<v8::Value>*) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
43: 0x102b3bf88 node::fs::FSReqCallback::Reject(v8::Local<v8::Value>) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
44: 0x102b3c4f0 node::fs::FSReqAfterScope::Reject(uv_fs_s*) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
45: 0x102b3c608 node::fs::AfterStat(uv_fs_s*) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
46: 0x10339f71c uv__work_done [/opt/homebrew/Cellar/node/16.2.0/bin/node]
47: 0x1033a2a14 uv__async_io [/opt/homebrew/Cellar/node/16.2.0/bin/node]
48: 0x1033b25c0 uv__io_poll [/opt/homebrew/Cellar/node/16.2.0/bin/node]
49: 0x1033a2e34 uv_run [/opt/homebrew/Cellar/node/16.2.0/bin/node]
50: 0x102a923ec node::SpinEventLoop(node::Environment*) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
51: 0x102b6d524 node::NodeMainInstance::Run(node::EnvSerializeInfo const*) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
52: 0x102b1103c node::Start(int, char**) [/opt/homebrew/Cellar/node/16.2.0/bin/node]
53: 0x180dbd450 start [/usr/lib/system/libdyld.dylib]
error Command failed with signal "SIGABRT".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment