mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 07:27:22 +01:00
acd0df4ad9
Fix the following OOM error in pummel/test-net-connect-memleak and pummel/test-tls-connect-memleak: FATAL ERROR: CALL_AND_RETRY_0 Allocation failed - process out of memory Commit v8/v8@91afd39 increases the size of the deoptimization table to the extent that a 64M float array pushes it over the brink. Switch to SMIs so it stays below the limit. pummel/test-net-connect-memleak is still failing albeit with a different error this time. Needs further investigation. === release test-net-connect-memleak === Path: pummel/test-net-connect-memleak -64 kB reclaimed assert.js:102 throw new assert.AssertionError({ ^ AssertionError: false == true at done [as _onTimeout] (/home/bnoordhuis/src/nodejs/master/ test/pummel/test-net-connect-memleak.js:48:3) at Timer.listOnTimeout [as ontimeout] (timers.js:110:15) at process._makeCallback (node.js:306:20) |
||
---|---|---|
.. | ||
pummel.status | ||
test-buffer-big.js | ||
test-child-process-spawn-loop.js | ||
test-crypto-dh.js | ||
test-debugger-debug-brk.js | ||
test-dh-regr.js | ||
test-dtrace-jsstack.js | ||
test-exec.js | ||
test-fs-largefile.js | ||
test-fs-watch-file-slow.js | ||
test-fs-watch-file.js | ||
test-http-client-reconnect-bug.js | ||
test-http-upload-timeout.js | ||
test-https-ci-reneg-attack.js | ||
test-https-large-response.js | ||
test-keep-alive.js | ||
test-net-connect-econnrefused.js | ||
test-net-connect-memleak.js | ||
test-net-many-clients.js | ||
test-net-pause.js | ||
test-net-pingpong-delay.js | ||
test-net-pingpong.js | ||
test-net-throttle.js | ||
test-net-timeout2.js | ||
test-net-timeout.js | ||
test-net-write-callbacks.js | ||
test-next-tick-loops-quick.js | ||
test-postmortem-findjsobjects.js | ||
test-postmortem-jsstack.js | ||
test-process-hrtime.js | ||
test-process-uptime.js | ||
test-regress-GH-814_2.js | ||
test-regress-GH-814.js | ||
test-regress-GH-892.js | ||
test-timer-wrap2.js | ||
test-timer-wrap.js | ||
test-timers.js | ||
test-tls-ci-reneg-attack.js | ||
test-tls-connect-memleak.js | ||
test-tls-throttle.js | ||
test-vm-memleak.js | ||
test-watch-file.js | ||
testcfg.py |