camunda-community-hub / zeebe-client-node-js

Node.js client library for Zeebe Microservices Orchestration Engine
https://camunda-community-hub.github.io/zeebe-client-node-js/
Apache License 2.0
152 stars 38 forks source link

malloc error with grpc-js #250

Closed jwulf closed 1 year ago

jwulf commented 2 years ago

The integration tests, run on a Mac against a Zeebe 1.4.0-alpha2 broker in a local Docker container, periodically (1/3 of runs) throw this:

RUNS  src/__tests__/integration/API1/Client-ThrowError.spec.ts
node(57755,0x119598e00) malloc: *** error for object 0x7fb466c4b980: pointer being freed was not allocated
node(57755,0x119598e00) malloc: *** set a breakpoint in malloc_error_break to debug
[1]    57646 abort      npm run test:integration

Node 16.3.1 using:

"@grpc/grpc-js": "^1.5.7",
"@grpc/proto-loader": "^0.6.9"

(latest atm).

jwulf commented 2 years ago

Also got this error:

[1]    42000 floating point exception  npm run test:integration
jwulf commented 2 years ago

Haven't been able to reproduce running against Camunda Cloud Hosted 1.4.0-alpha2 from a Mac.

jwulf commented 1 year ago

Have not seen this for close to a year, closing.