Re: [I] [Bug] Segmentation Fault when using Pulsar Consumer batchReceive [pulsar-client-node]

2024-07-08 Thread via GitHub
rafael-polakiewicz commented on issue #390: URL: https://github.com/apache/pulsar-client-node/issues/390#issuecomment-2214120028 Thank you, @shibd !! Using [v1.11.1](https://www.npmjs.com/package/pulsar-client) fixed the problem -- This is an automated message from the Apache Git

Re: [I] [Bug] Segmentation Fault when using Pulsar Consumer batchReceive [pulsar-client-node]

2024-07-08 Thread via GitHub
shibd closed issue #390: [Bug] Segmentation Fault when using Pulsar Consumer batchReceive URL: https://github.com/apache/pulsar-client-node/issues/390 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [I] [Bug] Segmentation Fault when using Pulsar Consumer batchReceive [pulsar-client-node]

2024-07-08 Thread via GitHub
shibd commented on issue #390: URL: https://github.com/apache/pulsar-client-node/issues/390#issuecomment-2213414139 [v1.11.1](https://www.npmjs.com/package/pulsar-client) has been released, I think it can resolve this issue. -- This is an automated message from the Apache Git Service.

Re: [I] [Bug] Segmentation Fault when using Pulsar Consumer batchReceive [pulsar-client-node]

2024-07-07 Thread via GitHub
iamseki commented on issue #390: URL: https://github.com/apache/pulsar-client-node/issues/390#issuecomment-2212458828 The version `pulsar-client@1.11.1-rc.2` works for me. Environment details: ```sh Node.js version: v18.13.0 npm version: 8.19.3 Operating System

Re: [I] [Bug] Segmentation Fault when using Pulsar Consumer batchReceive [pulsar-client-node]

2024-07-06 Thread via GitHub
shibd commented on issue #390: URL: https://github.com/apache/pulsar-client-node/issues/390#issuecomment-2211725622 #389 can resolve batch_recieve crash issue when the consumer running on `Debian` system. -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] [Bug] Segmentation Fault when using Pulsar Consumer batchReceive [pulsar-client-node]

2024-07-06 Thread via GitHub
shibd commented on issue #390: URL: https://github.com/apache/pulsar-client-node/issues/390#issuecomment-2211724898 @rafael-polakiewicz What is the env in which the consumer is running? Maybe you can try this version: `npm i pulsar-client@1.11.1-rc.2

[I] [Bug] Segmentation Fault when using Pulsar Consumer batchReceive [pulsar-client-node]

2024-07-05 Thread via GitHub
rafael-polakiewicz opened a new issue, #390: URL: https://github.com/apache/pulsar-client-node/issues/390 # Description I encountered a segmentation fault using pulsar consumer batch receive method. The consumer process terminates unexpectedly with a segmentation fault. # Node and