Skip to content

v6 has buffer issues on Fedora 24#6272

@targos

Description

@targos

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

No one assigned

    Labels

    bufferIssues and PRs related to the buffer subsystem.memoryIssues and PRs related to the memory management or memory footprint.v8 engineIssues and PRs related to the V8 dependency.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions