Skip to content

Instantly share code, notes, and snippets.

@sadasant
Created August 9, 2016 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sadasant/ef1787d6f6865ada7cad944827cdff2b to your computer and use it in GitHub Desktop.
Save sadasant/ef1787d6f6865ada7cad944827cdff2b to your computer and use it in GitHub Desktop.
node E0003-Sieve.js
<--- Last few GCs --->
7126 ms: Mark-sweep 1096.1 (1134.7) -> 659.1 (697.6) MB, 181.5 / 0 ms [allocation failure] [GC in old space requested].
7327 ms: Mark-sweep 659.1 (697.6) -> 658.8 (697.6) MB, 201.1 / 0 ms [allocation failure] [GC in old space requested].
7509 ms: Mark-sweep 658.8 (697.6) -> 658.8 (697.6) MB, 181.4 / 0 ms [last resort gc].
7711 ms: Mark-sweep 658.8 (697.6) -> 658.8 (697.6) MB, 202.1 / 0 ms [last resort gc].
<--- JS stacktrace --->
==== JS stack trace =========================================
Security context: 0x1fe73c5c9e59 <JS Object>
1: primesUpTo [/Users/daniel/code/GOPATH/src/github.com/sadasant/scripts/js/euler/E0003-Sieve.js:~3] [pc=0x28cce6a5830f] (this=0x1fe73c5e4d49 <JS Global Object>,n=0x7a4c4d89e39 <Number: 2.00284e+11>)
2: largestPrimeDivisorOf [/Users/daniel/code/GOPATH/src/github.com/sadasant/scripts/js/euler/E0003-Sieve.js:18] [pc=0x28cce6a56f02] (this=0x1fe73c5e4d49 <JS Global Object>,n=0x7a4c4d55199 <...
FATAL ERROR: CALL_AAbort trap: 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment