Skip to content

Instantly share code, notes, and snippets.

@DragonOsman
Created July 28, 2023 00:02
Show Gist options
  • Save DragonOsman/7cbd59da4324cd928414ab527a766995 to your computer and use it in GitHub Desktop.
Save DragonOsman/7cbd59da4324cd928414ab527a766995 to your computer and use it in GitHub Desktop.
Jul 27 04:57:36 AM <--- JS stacktrace --->
Jul 27 04:57:36 AM
Jul 27 04:57:36 AM FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
Jul 27 04:57:36 AM 1: 0xa222f0 node::Abort() [node]
Jul 27 04:57:36 AM 2: 0x96411f node::FatalError(char const*, char const*) [node]
Jul 27 04:57:36 AM 3: 0xb97f1e v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node]
Jul 27 04:57:36 AM 4: 0xb98297 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node]
Jul 27 04:57:36 AM 5: 0xd52fd5 [node]
Jul 27 04:57:36 AM 6: 0xd53b5f [node]
Jul 27 04:57:36 AM 7: 0xd61beb v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
Jul 27 04:57:36 AM 8: 0xd657ac v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
Jul 27 04:57:36 AM 9: 0xd33e5b v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationType, v8::internal::AllocationOrigin) [node]
Jul 27 04:57:36 AM 10: 0x107c5af v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [node]
Jul 27 04:57:36 AM 11: 0x1423279 [node]
Jul 27 04:57:36 AM Aborted (core dumped)
Jul 27 04:57:36 AM npm ERR! code ELIFECYCLE
Jul 27 04:57:36 AM npm ERR! errno 134
Jul 27 04:57:36 AM npm ERR! personal-library-app@1.0.0 start: `node server.js`
Jul 27 04:57:36 AM npm ERR! Exit status 134
Jul 27 04:57:36 AM npm ERR!
Jul 27 04:57:36 AM npm ERR! Failed at the personal-library-app@1.0.0 start script.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment