You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How often does it reproduce? Is there a required condition?
100%
What is the expected behavior?
redirected stdout to file "x" should not contain any error details while redirected stderr to file "y" should contain all error details.
What do you see instead?
Some error details are reported in file "x". Some error details are reported in file "y".
File "x" contains:
<--- Last few GCs --->
[26910:0x4cb3860] 66302 ms: Mark-sweep 241.0 (248.5) -> 241.0 (245.0) MB, 19.3 / 0.0 ms (average mu = 0.854, current mu = 0.007) last resort GC in old space requested
[26910:0x4cb3860] 66322 ms: Mark-sweep 241.0 (245.0) -> 241.0 (245.0) MB, 20.2 / 0.0 ms (average mu = 0.748, current mu = 0.005) last resort GC in old space requested
What steps will reproduce the bug?
node test.js >x 2>y
How often does it reproduce? Is there a required condition?
100%
What is the expected behavior?
redirected stdout to file "x" should not contain any error details while redirected stderr to file "y" should contain all error details.
What do you see instead?
Some error details are reported in file "x". Some error details are reported in file "y".
File "x" contains:
<--- Last few GCs --->
[26910:0x4cb3860] 66302 ms: Mark-sweep 241.0 (248.5) -> 241.0 (245.0) MB, 19.3 / 0.0 ms (average mu = 0.854, current mu = 0.007) last resort GC in old space requested
[26910:0x4cb3860] 66322 ms: Mark-sweep 241.0 (245.0) -> 241.0 (245.0) MB, 20.2 / 0.0 ms (average mu = 0.748, current mu = 0.005) last resort GC in old space requested
<--- JS stacktrace --->
==== JS stack trace =========================================
Security context: 0x49935771
.
.
File "y" contains:
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
Writing Node.js report to file: report.20200221.181406.26910.0.001.json
Node.js report completed
The text was updated successfully, but these errors were encountered: