We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf00755 commit 7234e6aCopy full SHA for 7234e6a
test/sequential/test-regress-GH-4015.js renamed to test/sequential/test-regress-fs-stat_sync.js
@@ -22,6 +22,14 @@
22
'use strict';
23
require('../common');
24
const { fixturesDir } = require('../common/fixtures');
25
+
26
+// Check that the calls to Integer::New() and Date::New() succeed and bail out
27
+// if they don't.
28
+// V8 returns an empty handle on stack overflow. Trying to set the empty handle
29
+// as a property on an object results in a NULL pointer dereference in release
30
+// builds and an assert in debug builds.
31
+// https://github.com/nodejs/node-v0.x-archive/issues/4015
32
33
const assert = require('assert');
34
const { exec } = require('child_process');
35
0 commit comments