Created
February 22, 2019 19:59
-
-
Save bthaile/a0f3dee5b1072bffd75134d47e904e39 to your computer and use it in GitHub Desktop.
crash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40,"jsonrpc":"2.0","method":"getMarkets","params":{"reportingState":["FINALIZED","AWAITING_FINALIZATION"],"sortBy":"endTime","isSortDescending":true,"universe":"0x3d777ea1541a7dec004972b283d53af3633b7531"}} | |
{"id":30041,"jsonrpc":"2.0","method":"getMarkets","params":{"reportingState":["FINALIZED","AWAITING_FINALIZATION"],"sortBy":"endTime","isSortDescending":true,"universe":"0x3d777ea1541a7dec004972b283d53af3633b7531"}} | |
{"id":30042,"jsonrpc":"2.0","method":"getMarkets","params":{"reportingState":["FINALIZED","AWAITING_FINALIZATION"],"sortBy":"endTime","isSortDescending":true,"universe":"0x3d777ea1541a7dec004972b283d53af3633b7531"}} | |
{"id":30043,"jsonrpc":"2.0","method":"getMarkets","params":{"reportingState":["FINALIZED","AWAITING_FINALIZATION"],"sortBy":"endTime","isSortDescending":true,"universe":"0x3d777ea1541a7dec004972b283d53af3633b7531"}} | |
<--- Last few GCs ---> | |
[717:0x103002a00] 872426 ms: Mark-sweep 1332.9 (1441.0) -> 1306.4 (1434.4) MB, 873.4 / 0.0 ms (average mu = 0.300, current mu = 0.309) allocation failure scavenge might not succeed | |
[717:0x103002a00] 872532 ms: Scavenge 1320.8 (1435.1) -> 1309.8 (1438.1) MB, 17.5 / 0.0 ms (average mu = 0.300, current mu = 0.309) allocation failure | |
[717:0x103002a00] 872605 ms: Scavenge 1323.5 (1438.7) -> 1312.6 (1442.7) MB, 15.2 / 0.0 ms (average mu = 0.300, current mu = 0.309) allocation failure | |
<--- JS stacktrace ---> | |
==== JS stack trace ========================================= | |
0: ExitFrame [pc: 0xb5e12edbe3d] | |
Security context: 0x11f7b3d9e6e1 <JSObject> | |
1: /* anonymous */ [0x11f78592e7a9] [/Users/bthaile/gitrepos/augur-node.git/node_modules/lodash/pick.js:~21] [pc=0xb5e1494c4a5](this=0x11f7e3e1ad49 <JSGlobal Object>,object=0x11f79c133ed9 <Object map = 0x11f7beff5ed1>,paths=0x11f72285dcb1 <JSArray[16]>) | |
2: /* anonymous */ [0x11f7b95cd571] [/Users/bthaile/gitrepos/augur-node.git/node_modules/lodash/_ov... | |
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory | |
1: 0x10003ae75 node::Abort() [/Users/bthaile/.nvm/versions/node/v10.13.0/bin/node] | |
2: 0x10003b07f node::OnFatalError(char const*, char const*) [/Users/bthaile/.nvm/versions/node/v10.13.0/bin/node] | |
3: 0x1001a7ae5 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/Users/bthaile/.nvm/versions/node/v10.13.0/bin/node] | |
4: 0x100572ef2 v8::internal::Heap::FatalProcessOutOfMemory(char const*) [/Users/bthaile/.nvm/versions/node/v10.13.0/bin/node] | |
5: 0x1005759c5 v8::internal::Heap::CheckIneffectiveMarkCompact(unsigned long, double) [/Users/bthaile/.nvm/versions/node/v10.13.0/bin/node] | |
6: 0x10057186f v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [/Users/bthaile/.nvm/versions/node/v10.13.0/bin/node] | |
7: 0x10056fa44 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/Users/bthaile/.nvm/versions/node/v10.13.0/bin/node] | |
8: 0x10057c2dc v8::internal::Heap::AllocateRawWithLigthRetry(int, v8::internal::AllocationSpace, v8::internal::AllocationAlignment) [/Users/bthaile/.nvm/versions/node/v10.13.0/bin/node] | |
9: 0x10057c35f v8::internal::Heap::AllocateRawWithRetryOrFail(int, v8::internal::AllocationSpace, v8::internal::AllocationAlignment) [/Users/bthaile/.nvm/versions/node/v10.13.0/bin/node] | |
10: 0x10054bca4 v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationSpace) [/Users/bthaile/.nvm/versions/node/v10.13.0/bin/node] | |
11: 0x1007d3b54 v8::internal::Runtime_AllocateInNewSpace(int, v8::internal::Object**, v8::internal::Isolate*) [/Users/bthaile/.nvm/versions/node/v10.13.0/bin/node] | |
12: 0xb5e12edbe3d | |
sh: line 1: 703 Abort trap: 6 npm start | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno 134 | |
npm ERR! [email protected] clean-start: `npm run rebuild && npm start` | |
npm ERR! Exit status 134 | |
npm ERR! | |
npm ERR! Failed at the [email protected] clean-start script. | |
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /Users/bthaile/.npm/_logs/2019-02-22T19_54_35_808Z-debug.log | |
[bthaile@mbp:~/gitrepos/augur-node (988-get-frozen-funds)]$ git checkout master | |
Switched to branch 'master' | |
Your branch is up to date with 'origin/master'. | |
[bthaile@mbp:~/gitrepos/augur-node (master)]$ npm run clean-start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment