You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/05/27 04:05:07 UTC

[GitHub] [dubbo-go] Mrsunbw opened a new issue #543: service调用方法后报invalid memory address or nil pointer dereference

Mrsunbw opened a new issue #543:
URL: https://github.com/apache/dubbo-go/issues/543


   全局的 var Base_Dubbo_Service = new(BaseDubboService)
   
   
   main方法内执行 
   config.SetConsumerService(Base_Dubbo_Service)
   config.Load()
   
   最后
   Base_Dubbo_Service.xxxxx(ctx, req, res)
   
   在service调用方法的时候报出了invalid memory address or nil pointer dereference 
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] Mrsunbw closed issue #543: service调用方法后报invalid memory address or nil pointer dereference

Posted by GitBox <gi...@apache.org>.
Mrsunbw closed issue #543:
URL: https://github.com/apache/dubbo-go/issues/543


   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] Mrsunbw commented on issue #543: service调用方法后报invalid memory address or nil pointer dereference

Posted by GitBox <gi...@apache.org>.
Mrsunbw commented on issue #543:
URL: https://github.com/apache/dubbo-go/issues/543#issuecomment-635135878


   yml文件配置有问题,导致consumerConfig不能正确加载


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org