Skip to content

Yet another segmentation fault in node-v4.0.0-rc.1 #2721

Closed
@pmq20

Description

var cp = require('child_process');
cp.spawn('/bin/ls', [], {
  stdio: [
    process.stdin,
    process.stdout,
    process.stderr,
  ]
});

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    child_processIssues and PRs related to the child_process subsystem.confirmed-bugIssues with confirmed bugs.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