| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent da44c2c commit bdbfc0e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,6 +22,14 @@ | |||
| 22 | 22 | 'use strict'; | |
| 23 | 23 | require('../common'); | |
| 24 | 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 | + | ||
| 25 | 33 | const assert = require('assert'); | |
| 26 | 34 | const { exec } = require('child_process'); | |
| 27 | 35 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments