the code:

var buf = new Buffer(1024*1024);

setInterval(function(){
 var ab = buf.toArrayBuffer();
 var b = new Uint8Array(ab);
},10);


quickly eats memory and crashes node.

Invoking it every 20 or 100 ms just prolongates agony.

Originally found in Node WebKit
reproduced in node 0.11.13

Is it worth of creating issue?

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/CAP8%3DUyQUX1mm-7aihhv7uY8zM6_AOYjn7frLURf6d-5Li534UA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to