encoding/json: cause sweep increased allocation count crash on arm64 #36286
Labels
Comments
Is this the same as #36101 ? I wonder why do we need a separate issue then ? |
Let's discuss this in a single place. Closing this as a dup. Also, I think this is more like a runtime issue than a json issue. |
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
)?go1.14.0 is build use commit 22d28a2
Does this issue reproduce with the latest release?
Yes, we use master golang branch commit 22d28a2 without modify.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
We write a program repeatedly unmarshal config.json file on arm64, run 10 process and wait about an hour some process will crash. When we switch to use jsoniter package, no crash occurs after running 3 days.
Reproduce program https://github.com/jing-rui/go-issue-36101
What did you expect to see?
no process crash
What did you see instead?
ref #36101
The text was updated successfully, but these errors were encountered: