Skip to content

Instantly share code, notes, and snippets.

@richardlau
Last active October 28, 2016 18:58
Show Gist options
  • Save richardlau/149e29d4b45223a4990ab106f9163ffb to your computer and use it in GitHub Desktop.
Save richardlau/149e29d4b45223a4990ab106f9163ffb to your computer and use it in GitHub Desktop.
nodereport test 3 fails
================================================================================
==== NodeReport ================================================================
Event: Allocation failed - JavaScript heap out of memory, location: "CALL_AND_RETRY_LAST"
Filename: NodeReport.20161028.145341.75227.001.txt
Dump event time: 2016/10/28 14:53:41
Module load time: 2016/10/28 14:53:40
Process ID: 75227
Node.js version: v6.9.1
(v8: 5.1.281.84, libuv: 1.9.1, zlib: 1.2.8, ares: 1.10.1-DEV)
OS version: Linux 3.10.0-327.18.2.el7.x86_64 #1 SMP Fri Apr 8 05:09:53 EDT 2016
(glibc: 2.17)
Machine: drx-hemera x86_64
api_call.js: triggering a NodeReport via API call...
Writing Node.js report to file: NodeReport.20161028.145340.75220.001.txt
fatalerror.js: allocating excessive javascript heap memory....
Node.js report completed
exception.js: throwing an uncaught user exception....
Writing Node.js report to file: NodeReport.20161028.145340.75226.001.txt
loop.js: going into loop now.... use kill -USR2 <pid> to trigger NodeReport
Node.js report completed
Uncaught #<UserException>
FROM
myException (/home/users/riclau/sandbox/scratch/test/pkgtest/node_modules/nodereport/test/test_2.js:7:3)
Object.<anonymous> (/home/users/riclau/sandbox/scratch/test/pkgtest/node_modules/nodereport/test/test_2.js:15:1)
Module._compile (module.js:570:32)
Object.Module._extensions..js (module.js:579:10)
Module.load (module.js:487:32)
tryModuleLoad (module.js:446:12)
Function.Module._load (module.js:438:3)
Module.runMain (module.js:604:10)
run (bootstrap_node.js:394:7)
startup (bootstrap_node.js:149:9)
bootstrap_node.js:509:3
<--- Last few GCs --->
321 ms: Mark-sweep 22.5 (55.8) -> 22.5 (55.8) MB, 42.8 / 0.0 ms (+ 0.9 ms in 4 steps since start of marking, biggest step 0.4 ms) [allocation failure] [GC in old space requested].
361 ms: Mark-sweep 22.5 (55.8) -> 22.5 (55.8) MB, 39.9 / 0.0 ms [allocation failure] [GC in old space requested].
402 ms: Mark-sweep 22.5 (55.8) -> 22.5 (33.8) MB, 41.2 / 0.0 ms [last resort gc].
445 ms: Mark-sweep 22.5 (33.8) -> 22.5 (33.8) MB, 43.0 / 0.0 ms [last resort gc].
<--- JS stacktrace --->
==== JS stack trace =========================================
Security context: 0xea6f23cfb51 <JS Object>
2: /* anonymous */ [/home/users/riclau/sandbox/scratch/test/pkgtest/node_modules/nodereport/test/test_3.js:~1] [pc=0x23363416032a] (this=0x1a275a37ce29 <an Object with map 0x1b9be35075e9>,exports=0x1a275a37ce29 <an Object with map 0x1b9be35075e9>,require=0x1a275a37d011 <JS Function require (SharedFunctionInfo 0x1a275a35f419)>,module=0x1a275a37cf89 <a Module with map 0x1c6020c1bd81>,__filenam...
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
Writing Node.js report to file: NodeReport.20161028.145341.75227.001.txt
<--- Last few GCs --->
532 ms: Mark-sweep 22.5 (43.8) -> 22.5 (43.8) MB, 41.5 / 0.0 ms [allocation failure] [GC in old space requested].
574 ms: Mark-sweep 22.5 (43.8) -> 22.5 (55.8) MB, 41.8 / 0.0 ms [allocation failure] [GC in old space requested].
615 ms: Mark-sweep 22.5 (55.8) -> 22.5 (33.8) MB, 41.6 / 0.0 ms [last resort gc].
658 ms: Mark-sweep 22.5 (33.8) -> 22.5 (33.8) MB, 42.8 / 0.0 ms [last resort gc].
<--- JS stacktrace --->
==== JS stack trace =========================================
6: /* anonymous */ [/home/users/riclau/sandbox/scratch/test/pkgtest/node_modules/nodereport/test/test_3.js:~1] [pc=0x23363416032a] (this=0x1a275a37ce29 <an Object with map 0x1b9be35075e9>,exports=0x1a275a37ce29 <an Object with map 0x1b9be35075e9>,require=0x1a275a37d011 <JS Function require (SharedFunctionInfo 0x1a275a35f419)>,module=0x1a275a37cf89 <a Module with map 0x1c6020c1bd81>,__filename=0x1a275a37cf19 <String[86]: /home/users/ri...
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
Writing Node.js report to file: NodeReport.20161028.145341.75233.001.txt
Node.js report completed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment