cmd/compile: SIGSEGV on NaCl when accessing implicit-zero elements in a large slice #33893
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
The playground seems to trigger SIGSEGV runtime exceptions when accessing undefined elements in a large slice. I could not reproduce this locally (I get compile-time too-much-required-memory errors for large slices and normal runtime behavior for smaller slices).
What version of Go are you using (
go version
)?Go 1.12.9
Does this issue reproduce with the latest release?
Not on a local machine, only on the playground.
What operating system and processor architecture are you using (
go env
)?Native Client, NaCl.
What did you do?
I ran the following 3 programs.
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: