-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm: last nightly / v8-canary make npm update
unusable
#19405
Comments
The issue seems to appear if something does need to be updated: after successfully updating ( |
npm update
unusablenpm update
unusable on Windows
Narrowed case. https://github.com/eslint/eslint/releases — last versions: 4.18.2, 4.19.0. md test-npm && cd test-npm
npm install eslint@4.18.2
npm update The last command hangs trying to update to 4.19.0. |
can you run it in verbose mode so we have a better idea about when it starts hanging? |
j:\temp\test-npm>npm update --verbose
npm info it worked if it ends with ok
npm verb cli [ 'C:\\Program Files\\nodejs\\node.exe',
npm verb cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
npm verb cli 'update',
npm verb cli '--verbose' ]
npm info using npm@5.6.0
npm info using node@v10.0.0-v8-canary201803169dc1b12f4d
npm verb npm-session 5aebf4c4722b2950
npm verb update computing outdated modules to update
npm verb request uri https://registry.npmjs.org/eslint
npm verb request no auth needed
npm info attempt registry request try #1 at 16:17:48
npm verb request using bearer token for auth
npm verb request id f1120122477c2bf9
npm http request GET https://registry.npmjs.org/eslint
npm http 200 https://registry.npmjs.org/eslint
npm verb headers { 'content-type': 'application/json; charset=UTF-8',
npm verb headers server: 'UploadServer',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'last-modified': 'Sat, 17 Mar 2018 14:17:19 GMT',
npm verb headers etag: '"5aad236f-8c747"',
npm verb headers 'x-npm-region': 'EU-East',
npm verb headers 'content-encoding': 'gzip',
npm verb headers 'content-length': '35168',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Sat, 17 Mar 2018 14:17:50 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '21',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-hhn1528-HHN',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1521296270.344240,VS0,VE1',
npm verb headers vary: 'Accept-Encoding, Accept' } Hangs here. |
Some debugging data: v10.0.0-nightly2018011585739b6c5b is OK So the cause seems to be here: 85739b6...f75bc2c These frames are the beginning of the infinite spin: Line 53 in 1329844
node/deps/npm/node_modules/npmlog/log.js Line 286 in 1329844
node/deps/npm/node_modules/npmlog/log.js Line 194 in 1329844
From there, the data in recursive chains of So maybe #17907 is the cause. We may need to fix this before v10 release. cc @nodejs/util |
npm update
unusable on Windowsnpm update
unusable
This seems to be a formerly hidden bug in npm and not a bug in Node.js. I do understand that this is something we have to find a solution for soon though. We might just use a high depth limit to circumvent issue like these but that is more like a hack than anything else and could only be a intermediate step. It will still be a recursive call up to the maximum limit and anyone who changes the default to unlimited is also going to run into this. We could set the limit to e.g., 1000 for now to circumvent the issue. I am just not a fan of doing so because it will prevent anyone else from realizing that there is an issue with their code if they also have a unlimited recursion. @vsemozhetbyt are you fine with opening a PR against npm to fix the issue? You already know how this works, so I guess it should be relatively straight forward? |
@Fishrock123, @MylesBorins, can you suggest somebody from |
@nodejs/npm please take a look at this. We have to find a solution for this problem before the next major Node.js release and this is therefore urgent. |
FWIW, after some time node crashes: Output:> npm update -g
<--- Last few GCs --->
[3996:0000000000289770] 46265 ms: Mark-sweep 1409.4 (1458.9) -> 1409.4 (1458.9) MB, 1574.8 / 0.0 ms allocation failure GC in old space requested
[3996:0000000000289770] 47881 ms: Mark-sweep 1409.4 (1458.9) -> 1409.3 (1442.9) MB, 1615.7 / 0.0 ms last resort GC in old space requested
[3996:0000000000289770] 49469 ms: Mark-sweep 1409.3 (1442.9) -> 1409.4 (1442.9) MB, 1588.8 / 0.0 ms last resort GC in old space requested
<--- JS stacktrace --->
==== JS stack trace =========================================
0: ExitFrame [pc: 0000007ADC9041AF]
Security context: 00000000020A0439 <JSObject>
1: formatValue(aka formatValue) [000002D42128EFC9] [util.js:~388] [pc=0000007ADCA9F87E](this=0000014EA97022E1 <undefined>,ctx=00000245E14C8C91 <Object map = 00000318E8AC39C1>,value=00000259C14B2DE9 <Object map = 000002CE2A2023B9>,recurseTimes=0000014EA9702201 <null>,ln=0000014EA9702381 <true>)
2: formatProperty(aka formatProperty) [000002D42128F3...
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
1: node::DecodeWrite
2: node_module_register
3: v8::internal::FatalProcessOutOfMemory
4: v8::internal::FatalProcessOutOfMemory
5: v8::internal::Heap::MaxHeapGrowingFactor
6: v8::internal::Factory::NewJSPromise
7: v8::internal::compiler::CodeAssembler::TailCallBytecodeDispatch<v8::internal::compiler::Node * __ptr64,v8::internal::compiler::Node * __ptr64,v8::internal::compiler::Node * __ptr64,v8::internal::compiler::Node * __ptr64>
8: v8::internal::compiler::NodeCache<std::pair<__int64,char>,v8::base::hash<std::pair<__int64,char> >,std::equal_to<std::pair<__int64,char> > >::Resize
9: v8::internal::compiler::NodeCache<std::pair<__int64,char>,v8::base::hash<std::pair<__int64,char> >,std::equal_to<std::pair<__int64,char> > >::Resize
10: v8::internal::compiler::NodeCache<std::pair<__int64,char>,v8::base::hash<std::pair<__int64,char> >,std::equal_to<std::pair<__int64,char> > >::Resize
11: v8::internal::compiler::NodeCache<std::pair<__int64,char>,v8::base::hash<std::pair<__int64,char> >,std::equal_to<std::pair<__int64,char> > >::Resize
12: 0000007ADC9041AF |
To make sure: will it be blocking issue for the release? |
@vsemozhetbyt I actually plan on having some further changes to the |
Where should I change this? Is this env variable or is it module code and I should recompile? |
Ping? |
@vsemozhetbyt looks like the default https://github.com/nodejs/node/blob/master/lib/util.js#L83 |
@AyushG3112 Thank you! I will try to build and check after #19918 is clarified. |
I've set Without this change, I get With this change, I get an infinite loop (or at least several minutes loop) with max memory and CPU consumption. |
10 is OK) |
@vsemozhetbyt @BridgeAR .... this may be a silly question but regardless of the |
@jasnell I was trying to debug: but I was stuck and get confused at some deep iteration. Maybe somebody more competent in |
@jasnell that is absolutely correct. The same problem can happen with a depth of 2. I definitely want to look at the object but I did not get to it yet. |
@vsemozhetbyt ... presumably the object being formatted includes a circular reference that's not currently being watched for. That's a good place to start digging. |
Ok, did some further digging. I decided to set the The challenge here is not the depth default. It's the size of the object being pushed in and the fact that string generated is way too large. Rather than reverting the depth change, we should investigate how to deal with the root problem, which is user code pushing objects into inspect that are just generally too large. |
This reverts commit b994b8e. This caused regressions in ecosystem code. While the change originally was semver-major and could be postponed until after Node.js 10, I think reverting it is a good choice at this point. Also, I personally do not think defaulting to a shallow inspect is a bad thing at all – quite the opposite: It makes `util.inspect()` give an overview of an object, rather than providing a full display of its contents. Changing the `depth` default to infinity fundamentally changed the role that `util.inspect()` plays, and makes output much more verbose and thus at times unusable for `console.log()`-style debugging. Fixes: #19405 Refs: #17907
This reverts commit b994b8e. This caused regressions in ecosystem code. While the change originally was semver-major and could be postponed until after Node.js 10, I think reverting it is a good choice at this point. Also, I personally do not think defaulting to a shallow inspect is a bad thing at all – quite the opposite: It makes `util.inspect()` give an overview of an object, rather than providing a full display of its contents. Changing the `depth` default to infinity fundamentally changed the role that `util.inspect()` plays, and makes output much more verbose and thus at times unusable for `console.log()`-style debugging. Fixes: #19405 Refs: #17907 PR-URL: #20089 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host>
Landed the revert of the change in v10.x-staging |
Note: the revert landed in 10.x but this is still an open issue in master. |
This reverts commit b994b8e. This caused regressions in ecosystem code. While the change originally was semver-major and could be postponed until after Node.js 10, I think reverting it is a good choice at this point. Also, I personally do not think defaulting to a shallow inspect is a bad thing at all – quite the opposite: It makes `util.inspect()` give an overview of an object, rather than providing a full display of its contents. Changing the `depth` default to infinity fundamentally changed the role that `util.inspect()` plays, and makes output much more verbose and thus at times unusable for `console.log()`-style debugging. Fixes: nodejs#19405 Refs: nodejs#17907
npm update
unusable #19405 (comment)), npm 5.6.0Please, check if this is reproducible:
Install/download last nightly or v8-canary build.
Run
npm update
ornpm update -g
for a package with many dependencies (see an example in npm: last nightly / v8-canary makenpm update
unusable #19405 (comment)).I have 1.5 GB memory consumption, ~100% CPU, and never-ending process without any output messages.
Installing / using Node.js v9.8.0 with the same
npm
fixes the issue.The text was updated successfully, but these errors were encountered: