Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <omitted>
  2. ...
  3. 10110295
  4. 10110296
  5. 10110297
  6. 10110298
  7.  
  8. <--- Last few GCs --->
  9.  
  10. [27458:0x4065d90]   149938 ms: Scavenge 1393.5 (1423.7) -> 1392.7 (1424.2) MB, 4.0 / 0.0 ms  (average mu = 0.236, current mu = 0.207) allocation failure
  11. [27458:0x4065d90]   149958 ms: Scavenge 1393.7 (1424.2) -> 1392.9 (1424.7) MB, 3.6 / 0.0 ms  (average mu = 0.236, current mu = 0.207) allocation failure
  12. [27458:0x4065d90]   149972 ms: Scavenge 1393.8 (1424.7) -> 1393.0 (1425.7) MB, 2.4 / 0.0 ms  (average mu = 0.236, current mu = 0.207) allocation failure
  13.  
  14.  
  15. <--- JS stacktrace --->
  16.  
  17. ==== JS stack trace =========================================
  18.  
  19.     0: ExitFrame [pc: 0x3d579c65be1d]
  20.     1: StubFrame [pc: 0x3d579c634fbf]
  21. Security context: 0x15c8a491e6e1 <JSObject>
  22.     2: writeOrBuffer(aka writeOrBuffer) [0x45e96d023f9] [_stream_writable.js:~360] [pc=0x3d579c666367](this=0x0c9d5af826f1 <undefined>,stream=0x045e96d3d5c9 <WriteStream map = 0x2ead0884f411>,state=0x045e96d3d499 <WritableState map = 0x2ead0884ec29>,isBuf=0x0c9d5af829a1 <false>,chunk=0x28e2cad9ef41 <String[19]\: \x1b[33m...
  23.  
  24. FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
  25.  1: 0x8daaa0 node::Abort() [node]
  26.  2: 0x8daaec  [node]
  27.  3: 0xad79ae v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node]
  28.  4: 0xad7be4 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node]
  29.  5: 0xece9e2  [node]
  30.  6: 0xeceae8 v8::internal::Heap::CheckIneffectiveMarkCompact(unsigned long, double) [node]
  31.  7: 0xedac12 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [node]
  32.  8: 0xedb5d4 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
  33.  9: 0xede241 v8::internal::Heap::AllocateRawWithRetryOrFail(int, v8::internal::AllocationSpace, v8::internal::AllocationAlignment) [node]
  34. 10: 0xea7564 v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationSpace) [node]
  35. 11: 0x114bc12 v8::internal::Runtime_AllocateInNewSpace(int, v8::internal::Object**, v8::internal::Isolate*) [node]
  36. 12: 0x3d579c65be1d
  37. Aborted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement