zeebe-client-node-js icon indicating copy to clipboard operation
zeebe-client-node-js copied to clipboard

malloc error with grpc-js

Open jwulf opened this issue 3 years ago • 2 comments

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 avatar Mar 14 '22 11:03 jwulf

Also got this error:

[1]    42000 floating point exception  npm run test:integration

jwulf avatar Mar 16 '22 08:03 jwulf

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

jwulf avatar Mar 23 '22 12:03 jwulf

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

jwulf avatar Mar 22 '23 20:03 jwulf