You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/01/27 10:27:15 UTC

[GitHub] [rocketmq-client-python] HuismanKwl opened a new issue #122: Segmentation fault (core dumped)

HuismanKwl opened a new issue #122:
URL: https://github.com/apache/rocketmq-client-python/issues/122


   rocketmq-4.9.2  
   rocketmq-client-python-2.0.0  
   
   def callback(msg):
       return CONSUME_SUCCESS
   
   consumer = PushConsumer(xxxxx)
       consumer.set_name_server_address(xxxxx)
       consumer.subscribe(xxxxx, callback)
       consumer.set_thread_count(1)
       consumer.start()
   
   
   consumer.start() Segmentation fault (core dumped)


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-python] ifplusor commented on issue #122: Segmentation fault (core dumped)

Posted by GitBox <gi...@apache.org>.
ifplusor commented on issue #122:
URL: https://github.com/apache/rocketmq-client-python/issues/122#issuecomment-1023704462


   Please post more details about the coredump.


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org