-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
runtime error: makeslice: len out of range #11
Comments
Can you post a short example of the problem please? Some thing I can run preferably. Thanks |
` goroutine 1 [running]: ` https://github.com/dappley/go-dappley/tree/sc |
I couldn't make go-dappley compile :-( The problem with gmp must be here Lines 684 to 699 in 22a0580
Which means I don't know why it should do that unless the Any thoughts on how I can replicate this? |
yes. If |
I tried with So something weird is going on! Is there concurrency in the test program? What version of libgmp do you have? |
v1.0.4
Is the program here referring to my own program? if so,yes,there is data race. What you mean is that the passed parameter is a null pointer, caused by data race in my program? |
That seems very old, I'm using 6.1.2 from
The program which gave the error.
If there are concurrency problems then that can cause memory corruptions. Have you tried building your program with the |
What's the reason?
when I use Int.Bytes(),it happens at the first time,and then run code again,it's ok.
The text was updated successfully, but these errors were encountered: