You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey thanks for reporting the issue along with a repro. There seems to be a known issue in go 1.10 with plugins on MacOs. The most relevant issue that I found is this. Other related issues are: this and this.
I'd recommend trying go at head and if there's still a problem perhaps provide this repro on one of the open issues on golang's repo.
I'm closing this issue here but feel free to reopen/comment if there's something needed for gRPC-Go for this issue.
What version of gRPC are you using?
What version of Go are you using (
go version
)?What operating system (Linux, Windows, …) and version?
What did you do?
Hi, everyone.
I try to write a grpc server(greet service) with
plugin
.And then, compile the server to shared library(
plugin.so
).At lasest, load shared library in main function.
But got an error. I will paste the error below.
I write a demo to reproducing the error.
Wait a minutes, the grpc server should be panic.
Thanks.
What did you expect to see?
I expect the grpc server work fine, no panic.
What did you see instead?
Got an error:
The text was updated successfully, but these errors were encountered: