https://github.com/apache/pulsar-client-cpp/pull/510
This PR will fix segment fault issue. Thanks, Baodi Shi Baodi Shi <[email protected]> 于2025年10月16日周四 11:40写道: > > hi, yunze. Compared with version 3.7.0, the directory structure of the > packaged files for the apk-arm64 build has changed. > > - > https://archive.apache.org/dist/pulsar/pulsar-client-cpp-3.7.0/apk-arm64/aarch64/apache-pulsar-client-3.7.0-r0.apk > > --- > /usr > /include > /lib > ---- > > - > https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-cpp/pulsar-client-cpp-3.8.0-candidate-2/apk-arm64/aarch64/apache-pulsar-client-dev-3.8.0-r0.apk > > --- > /include > /lib > --- > > And when I depend this version to run node.js client unit test, I get > `Segmentation fault`: > https://github.com/apache/pulsar-client-node/actions/runs/18549226483/job/52873381746?pr=437 > > I will check it later. > > > > Thanks, > Baodi Shi > > Yunze Xu <[email protected]> 于2025年10月14日周二 12:32写道: > > > > This is the 2nd release candidate for Apache Pulsar Client C++, version > > 3.8.0. > > > > It fixes the following issues: > > https://github.com/apache/pulsar-client-cpp/milestone/10?closed=1 > > > > *** Please download, test and vote on this release. This vote will stay open > > for at least 72 hours *** > > > > Note that we are voting upon the source (tag), binaries are provided for > > convenience. > > > > Source and binary files: > > https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-cpp/pulsar-client-cpp-3.8.0-candidate-2/ > > > > SHA-512 checksums: > > 8232ebe68836062ab78407bed1fafd156a294bf9d9b42c4483f378578a552f9e6500f5af9ec591e4e8c8f15118e565ce336bd6754150b2b8b65c3d1c457191e3 > > apache-pulsar-client-cpp-3.8.0.tar.gz > > > > The tag to be voted upon: > > v3.8.0-candidate-2 (5d73c4b4ec45746eb8d52a08cbe07875ea8afd7b) > > https://github.com/apache/pulsar-client-cpp/releases/tag/v3.8.0-candidate-2 > > > > Pulsar's KEYS file containing PGP keys you use to sign the release: > > https://downloads.apache.org/pulsar/KEYS > > > > Please download the source package, and follow > > https://github.com/apache/pulsar-client-cpp/wiki/Verify-the-candidate-release-in-your-local-env > > to compile and test. > > > > Note: If you're going to run the unit tests locally, please make sure > > the proxy is disabled.
