go: runtime: segfault in sync.Pool when using a shared runtime
QPlease answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version
)?
1.10
Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (go env
)?
Reproducible on ARM and x86_64 under Linux
What did you do?
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 24 (11 by maintainers)
Commits related to this issue
- distro: default: Change Go default version to 1.9 For the time being, there is a serious bug[1] in Go 1.10 when it comes to use the shared runtime support which cases problems in multiple projects. ... — committed to openembedded/openembedded-core by otavio 6 years ago
- distro: default: Change Go default version to 1.9 For the time being, there is a serious bug[1] in Go 1.10 when it comes to use the shared runtime support which cases problems in multiple projects. ... — committed to gbionescu/poky by otavio 6 years ago
- distro: default: Change Go default version to 1.9 Source: poky MR: 00000 Type: Integration Disposition: Merged from poky ChangeID: f6d8c3f88504307da2123b6da2b010e29bc79eed Description: For the time ... — committed to MontaVista-OpenSourceTechnology/poky by otavio 6 years ago
- distro: default: Change Go default version to 1.9 Source: poky MR: 00000 Type: Integration Disposition: Merged from poky ChangeID: f6d8c3f88504307da2123b6da2b010e29bc79eed Description: For the time ... — committed to MontaVista-OpenSourceTechnology/poky by otavio 6 years ago
There’s some repro steps in the original ticket. It may help with debugging.