zeebe-client-node-js
zeebe-client-node-js copied to clipboard
malloc error with grpc-js
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).
Also got this error:
[1] 42000 floating point exception npm run test:integration
Haven't been able to reproduce running against Camunda Cloud Hosted 1.4.0-alpha2 from a Mac.
Have not seen this for close to a year, closing.