BewareMyPower commented on issue #513:
URL: 
https://github.com/apache/pulsar-client-cpp/issues/513#issuecomment-3425545655

   When running node client tests inside a ubuntu 22.04 container, it crashed 
with the same error.
   
   ```
   Program terminated with signal SIGSEGV, Segmentation fault.
   #0  0x0000ffff7f5917e8 in 
std::_Function_handler<pulsar::Future<pulsar::Result, 
std::shared_ptr<pulsar::LookupDataResult> > (), 
pulsar::RetryableLookupService::getPartitionMetadataAsync(std::shared_ptr<pulsar::TopicName>
 const&)::{lambda()#1}>::_M_invoke(std::_Any_data const&) () from 
/root/pulsar-client-node/lib/binding/pulsar.node
   [Current thread is 1 (Thread 0xffff7e80f040 (LWP 8462))]
   (gdb) bt
   #0  0x0000ffff7f5917e8 in 
std::_Function_handler<pulsar::Future<pulsar::Result, 
std::shared_ptr<pulsar::LookupDataResult> > (), 
pulsar::RetryableLookupService::getPartitionMetadataAsync(std::shared_ptr<pulsar::TopicName>
 const&)::{lambda()#1}>::_M_invoke(std::_Any_data const&) () from 
/root/pulsar-client-node/lib/binding/pulsar.node
   #1  0x0000ffff7f59c2b8 in 
pulsar::RetryableOperation<std::shared_ptr<pulsar::LookupDataResult> 
>::runImpl(std::chrono::duration<long, std::ratio<1l, 1000000000l> >) () from 
/root/pulsar-client-node/lib/binding/pulsar.node
   #2  0x0000ffff7f59d7e4 in 
pulsar::RetryableOperation<std::shared_ptr<pulsar::LookupDataResult> 
>::runImpl(std::chrono::duration<long, std::ratio<1l, 1000000000l> 
>)::{lambda(pulsar::Result, std::shared_ptr<pulsar::LookupDataResult> 
const&)#1}::operator()(pulsar::Result, 
std::shared_ptr<pulsar::LookupDataResult> const&) 
const::{lambda(std::error_code const&)#1}::operator()(std::error_code const&) 
const () from /root/pulsar-client-node/lib/binding/pulsar.node
   #3  0x0000ffff7f5a6b04 in 
asio::detail::wait_handler<pulsar::RetryableOperation<std::shared_ptr<pulsar::LookupDataResult>
 >::runImpl(std::chrono::duration<long, std::ratio<1l, 1000000000l> 
>)::{lambda(pulsar::Result, std::shared_ptr<pulsar::LookupDataResult> 
const&)#1}::operator()(pulsar::Result, 
std::shared_ptr<pulsar::LookupDataResult> const&) 
const::{lambda(std::error_code const&)#1}, 
asio::any_io_executor>::do_complete(void*, asio::detail::scheduler_operation*, 
std::error_code const&, unsigned long) () from 
/root/pulsar-client-node/lib/binding/pulsar.node
   ```
   
   But the error is not similar to 
https://github.com/apache/pulsar-client-node/pull/437#issuecomment-3422183967
   
   /cc @shibd 


-- 
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