rocketmq-client-python icon indicating copy to clipboard operation
rocketmq-client-python copied to clipboard

Segmentation fault (core dumped)

Open HuismanKwl opened this issue 3 years ago • 2 comments

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() happened Segmentation fault (core dumped)

HuismanKwl avatar Jan 27 '22 10:01 HuismanKwl

Please post more details about the coredump.

ifplusor avatar Jan 27 '22 22:01 ifplusor

Same issue. When add while True: time.sleep(30), then it's hung on as expected, you can get ride of this issue.

feng-1985 avatar Aug 22 '22 13:08 feng-1985