Skip to content

Node 14 ArrayBuffer changes causes grpc to crash. #1407

Closed
@strigona-worksight

Description

@strigona-worksight

Problem description

Node 14 has some breaking changes regarding ArrayBuffers as noted here nodejs/node#30782 and https://nodejs.org/en/blog/release/v14.0.0/

Multiple ArrayBuffers pointing to the same base address are no longer allowed by V8. This may impact native addons.

Reproduction steps

I don't have solid/standalone reproduction steps as of yet, but there is a relevant issue here with the same stacktrace that we received: pulumi/pulumi#4258 (comment)

Environment

  • OS name, version and architecture: Ubuntu 19.10
  • Node version: 14.0.0
  • Node installation method: nvm
  • If applicable, compiler version:
  • Package name and version: gRPC@1.24.2

Additional context

nodejs/node#32463

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions