agunchan opened a new issue, #469:
URL: https://github.com/apache/pulsar-client-cpp/issues/469

   ### Search before asking
   
   - [X] I searched in the 
[issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing 
similar.
   
   
   ### Version
   
   pulsar cpp client 3.6.0
   
   ### Minimal reproduce step
   
   OS: CentOS Linux release 7.2
   gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
   cmake version 3.28.3
   
   git clone https://github.com/apache/pulsar-client-cpp.git
   cd pulsar-client-cpp
   git checkout branch-3.6
   git submodule update --init --recursive
   cmake -B build -DINTEGRATE_VCPKG=ON -DCMAKE_BUILD_TYPE=Release \
       -DBUILD_TESTS=OFF -DBUILD_DYNAMIC_LIB=ON -DBUILD_STATIC_LIB=ON
   cmake --build build -j8
   
   cd build/examples
   ./SampleProducer
   
   
   2024-12-26 16:13:18.877 INFO  [140411963297856] ClientConnection:188 | 
[<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
   2024-12-26 16:13:18.877 INFO  [140411963297856] ConnectionPool:124 | Created 
connection for pulsar://localhost:6650-pulsar://localhost:6650-0
   terminate called after throwing an instance of 'std::regex_error'
     what():  regex_error
   Aborted
   
   ### What did you expect to see?
   
   Use Boost::Regex instead of std::regex because GCC 4.8.x implementation of 
std::regex is buggy
   
   ### What did you see instead?
   
   terminate called after throwing an instance of 'std::regex_error'
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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 to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to