• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:hard

3 <!--introduced_in=v11.8.0-->
5 <!-- type=misc -->
7 > Stability: 2 - Stable
9 <!-- name=report -->
11 Delivers a JSON-formatted diagnostic summary, written to a file.
30 "dumpEventTime": "2018-12-21T00:50:11Z",
36 "--report-uncaught-exception",
37 "/home/nodeuser/project/node/test/report/test-exception.js",
40 "nodejsVersion": "v12.0.0-pre",
47 "node": "12.0.0-pre",
48 "v8": "7.1.302.28-node.5",
62 "osRelease": "3.10.0-862.el7.x86_64",
67 "model": "Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz",
76 "model": "Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz",
98 "message": "Error: *** test-exception.js: throwing uncaught Error",
100 "at myException (/home/nodeuser/project/node/test/report/test-exception.js:9:11)",
101 "at Object.<anonymous> (/home/nodeuser/project/node/test/report/test-exception.js:12:3)",
321 "MANPATH": "/opt/rh/devtoolset-3/root/usr/share/man:",
325 "TERM": "xterm-256color",
328 …RL5LIB": "/opt/rh/devtoolset-3/root//usr/lib64/perl5/vendor_perl:/opt/rh/devtoolset-3/root/usr/lib…
330 "JAVACONFDIRS": "/opt/rh/devtoolset-3/root/etc/java:/etc/java",
332 "PCP_DIR": "/opt/rh/devtoolset-3/root",
335 "LD_LIBRARY_PATH": "/opt/rh/devtoolset-3/root/usr/lib64:/opt/rh/devtoolset-3/root/usr/lib",
336 "HOSTTYPE": "x86_64-linux",
337 "XDG_CONFIG_DIRS": "/opt/rh/devtoolset-3/root/etc/xdg:/etc/xdg",
339 …"PATH": "/home/nodeuser/project/node:/opt/rh/devtoolset-3/root/usr/bin:/usr/local/bin:/usr/bin:/us…
341 "LANG": "en_US.UTF-8",
347 …YTHONPATH": "/opt/rh/devtoolset-3/root/usr/lib64/python2.7/site-packages:/opt/rh/devtoolset-3/root…
350 "XDG_DATA_DIRS": "/opt/rh/devtoolset-3/root/usr/share:/usr/local/share:/usr/share",
352 "INFOPATH": "/opt/rh/devtoolset-3/root/usr/share/info",
359 "hard": "unlimited"
363 "hard": "unlimited"
367 "hard": "unlimited"
371 "hard": 65536
375 "hard": "unlimited"
379 "hard": 4096
383 "hard": "unlimited"
387 "hard": "unlimited"
391 "hard": 4127290
395 "hard": "unlimited"
406 "/lib64/ld-linux-x86-64.so.2"
414 node --report-uncaught-exception --report-on-signal \
415 --report-on-fatalerror app.js
418 * `--report-uncaught-exception` Enables report to be generated on
419 un-caught exceptions. Useful when inspecting JavaScript stack in conjunction
422 * `--report-on-signal` Enables report to be generated upon receiving
436 * `--report-on-fatalerror` Enables the report to be triggered on fatal errors
442 * `--report-compact` Write reports in a compact format, single-line JSON, more
443 easily consumable by log processing systems than the default multi-line format
446 * `--report-directory` Location at which the report will be
449 * `--report-filename` Name of the file to which the report will be
452 * `--report-signal` Sets or resets the signal for report generation
476 process.chdir('/non-existent-path');
488 process.chdir('/non-existent-path');
516 the application, in expectation of self-adjusting the resource consumption,
540 Diagnostic report has an associated single-digit version number (`report.header.reportVersion`),
596 NODE_OPTIONS="--report-uncaught-exception \
597 --report-on-fatalerror --report-on-signal \
598 --report-signal=SIGUSR2 --report-filename=./report.json \
599 --report-directory=/home/nodeuser"
607 <!-- YAML
609 - version:
610 - v13.9.0
611 - v12.16.2
612 pr-url: https://github.com/nodejs/node/pull/31386
614 -->