Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with low-level Assertion failed Node error #3260

Closed
clstokes opened this issue Sep 24, 2019 · 1 comment
Closed

Crash with low-level Assertion failed Node error #3260

clstokes opened this issue Sep 24, 2019 · 1 comment
Assignees
Labels
kind/bug Some behavior is incorrect or out of spec
Milestone

Comments

@clstokes
Copy link
Contributor

clstokes commented Sep 24, 2019

A customer is getting a crash with the following output:

Diagnostics:
  pulumi:pulumi:Stack (dev):
    error: an unhandled error occurred: Program exited with non-zero exit code: -1

    Assertion failed: (handle->type == UV_TCP || handle->type == UV_TTY || handle->type == UV_NAMED_PIPE), function uv___stream_fd, file ../deps/uv/src/unix/stream.c, line 1617.

Permalink: ...
$

This happens across Node 10.x and 12.x versions.

Will provide the repro code privately.

Seems related to #3027.

@CyrusNajmabadi
Copy link
Contributor

CyrusNajmabadi commented Oct 15, 2019

Fixed with #3325.

Customers running into this should upgrade their Pulumi to the latest version and should use @pulumi/pulumi v1.3.2 or higher.

Note: because @pulumi/pulumi can be pulled in from multiple places in a project, ensure your lock file isn't pinning this to an older version in some other package (i.e. through @pulumi/aws or @pulumi/awsx).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

3 participants