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