-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
api: bigtableIssues related to the googleapis/nodejs-bigtable API.Issues related to the googleapis/nodejs-bigtable API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
I get a segmentation fault error when running a node app with @google-cloud/bigtable@6.2.0 import.
There is no issue when using version 6.1.0.
The error occurs when simply importing the library into a file and running it.
- OS: macOS Sequoia Version 15.5 (24F74)
- Node.js version: v18.16.0
- npm version: 9.6.6
@google-cloud/bigtableversion: 6.2.0
Steps to reproduce
- npm install @google-cloud/bigtable
- const { Bigtable } = require("@google-cloud/bigtable");
Metadata
Metadata
Assignees
Labels
api: bigtableIssues related to the googleapis/nodejs-bigtable API.Issues related to the googleapis/nodejs-bigtable API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.