-
Notifications
You must be signed in to change notification settings - Fork 18k
affected/package: go在调用由go编译的dll出现bug #54806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
See #53969 (comment) |
Closing as a dup of #38692. Thanks. |
可我是Windows |
The Go shared library that is opened by a program written in C (or C++ or some other non-Go language). |
我是由go调用go编译的动态库 |
do this with go plugin may be a good choice. |
plugin库只能在linux unix使用 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
在任意版本都出现
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
我使用了CGO调用把go编译成了dll再由go进行调用
What did you expect to see?
正常使用dll
What did you see instead?
初步猜测是因为dll里面用到了接口,导致内存溢出
The text was updated successfully, but these errors were encountered: