-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
bufferIssues and PRs related to the buffer subsystem.Issues and PRs related to the buffer subsystem.memoryIssues and PRs related to the memory management or memory footprint.Issues and PRs related to the memory management or memory footprint.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Description
- Version: master
- Platform: Linux 4.5.1-300.fc24.x86_64 deps: update openssl to 1.0.1j #1 SMP Tue Apr 12 18:55:06 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
make test
output:
/usr/bin/python tools/test.py --mode=release message parallel sequential -J
=== release test-buffer-slow ===
Path: parallel/test-buffer-slow
Command: out/Release/node /home/mzasso/git/forks/node/test/parallel/test-buffer-slow.js
--- CRASHED ---
=== release test-fs-read-buffer-tostring-fail ===
Path: parallel/test-fs-read-buffer-tostring-fail
Command: out/Release/node /home/mzasso/git/forks/node/test/parallel/test-fs-read-buffer-tostring-fail.js
--- CRASHED ---
=== release test-fs-readfile-tostring-fail ===
Path: parallel/test-fs-readfile-tostring-fail
Command: out/Release/node /home/mzasso/git/forks/node/test/parallel/test-fs-readfile-tostring-fail.js
--- CRASHED ---
=== release test-tick-processor ===
Path: parallel/test-tick-processor
assert.js:90
throw new assert.AssertionError({
^
AssertionError: false == true
at runTest (/home/mzasso/git/forks/node/test/parallel/test-tick-processor.js:58:3)
at Object.<anonymous> (/home/mzasso/git/forks/node/test/parallel/test-tick-processor.js:21:1)
at Module._compile (module.js:532:32)
at Object.Module._extensions..js (module.js:541:10)
at Module.load (module.js:447:32)
at tryModuleLoad (module.js:406:12)
at Function.Module._load (module.js:398:3)
at Function.Module.runMain (module.js:566:10)
at startup (node.js:159:18)
at node.js:444:3
Command: out/Release/node /home/mzasso/git/forks/node/test/parallel/test-tick-processor.js
[00:48|% 100|+ 1072|- 4]: Done
Makefile:118: recipe for target 'test' failed
make: *** [test] Error 1
test/parallel/test-buffer-slow.js
segfaults at SlowBuffer(buffer.kMaxLength)
test/parallel/test-fs-read-buffer-tostring-fail.js
at fs.read(fd, kStringMaxLength + 1, ...
test/parallel/test-fs-readfile-tostring-fail.js
similarly at fs.readFile(file, ...)
Is there anything I can do to investigate this issue ?
Metadata
Metadata
Assignees
Labels
bufferIssues and PRs related to the buffer subsystem.Issues and PRs related to the buffer subsystem.memoryIssues and PRs related to the memory management or memory footprint.Issues and PRs related to the memory management or memory footprint.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.