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/05/07 06:32:31 UTC

[GitHub] [rocketmq-client-go] zhanglibo1993 opened a new issue, #823: go1.18 consumer failed to start

zhanglibo1993 opened a new issue, #823:
URL: https://github.com/apache/rocketmq-client-go/issues/823

   The go version is 1.18, and the rocketmq-client-go version is 2.1.0. The producer is successfully started, but the consumer cannot get the return and disconnects from rocketmq. When I downgraded the version of go to 1.17 it worked fine


-- 
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.apache.org

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


[GitHub] [rocketmq-client-go] yusank commented on issue #823: go1.18 consumer failed to start

Posted by GitBox <gi...@apache.org>.
yusank commented on issue #823:
URL: https://github.com/apache/rocketmq-client-go/issues/823#issuecomment-1154655546

   是其依赖的一个库有 bug,go mod 里 replace 一下最新版即可,亲测有效
   <img width="1743" alt="image" src="https://user-images.githubusercontent.com/21994267/173484295-c50a9311-805d-4f9b-9ac5-634afca8ad65.png">
   


-- 
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-go] wunengbiao commented on issue #823: go1.18 consumer failed to start

Posted by GitBox <gi...@apache.org>.
wunengbiao commented on issue #823:
URL: https://github.com/apache/rocketmq-client-go/issues/823#issuecomment-1122040764

   +1
   INFO[0000] the consumer start beginning                  consumerGroup=iot-command messageModel=Clustering unitMode=false
   unexpected fault address 0xb01dfacedebac1e
   fatal error: fault
   [signal SIGSEGV: segmentation violation code=0x1 addr=0xb01dfacedebac1e pc=0x10600df]


-- 
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-go] ShannonDing closed issue #823: go1.18 consumer failed to start

Posted by GitBox <gi...@apache.org>.
ShannonDing closed issue #823: go1.18 consumer failed to start
URL: https://github.com/apache/rocketmq-client-go/issues/823


-- 
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-go] iGoogle-ink commented on issue #823: go1.18 consumer failed to start

Posted by GitBox <gi...@apache.org>.
iGoogle-ink commented on issue #823:
URL: https://github.com/apache/rocketmq-client-go/issues/823#issuecomment-1138525969

   我这有同样的问题,go 1.18 版本,直接 panic 了,部分截图如下:
   ![image](https://user-images.githubusercontent.com/17245594/170487761-2f11e46c-cdbf-4d18-84e9-60f9ab832e6b.png)
   
   


-- 
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-go] yusank commented on issue #823: go1.18 consumer failed to start

Posted by GitBox <gi...@apache.org>.
yusank commented on issue #823:
URL: https://github.com/apache/rocketmq-client-go/issues/823#issuecomment-1154666198

   > Could you submit a PR to fix it?
   
   Sure , I will submit a PR now.


-- 
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-go] zk-blde commented on issue #823: go1.18 consumer failed to start

Posted by GitBox <gi...@apache.org>.
zk-blde commented on issue #823:
URL: https://github.com/apache/rocketmq-client-go/issues/823#issuecomment-1123421726

   在本地启动了消费者可以拿到数据, 但是测试环境, 时间长了会拿不到数据


-- 
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-go] ShannonDing commented on issue #823: go1.18 consumer failed to start

Posted by GitBox <gi...@apache.org>.
ShannonDing commented on issue #823:
URL: https://github.com/apache/rocketmq-client-go/issues/823#issuecomment-1154664878

   > 是其依赖的一个库有 bug,go mod 里 replace 一下最新版即可,亲测有效 <img alt="image" width="1743" src="https://user-images.githubusercontent.com/21994267/173484295-c50a9311-805d-4f9b-9ac5-634afca8ad65.png">
   
   Could you submit a PR to fix it?


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