-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
Milestone
Description
by awalterschulze:
Before filing a bug, please check whether it has been fixed since the latest release: run "hg pull", "hg update default", rebuild, and retry what you did to reproduce the problem. Thanks. What steps will reproduce the problem? 1. Run test vir GOMAXPROCS=16 2. 3. What is the expected output? test should pass What do you see instead? signal 11 Which compiler are you using (5g, 6g, 8g, gccgo)? 6g Which operating system are you using? Fedora Which revision are you using? (hg identify) weekly.2012-03-12 Please provide any additional information below. Test passes, but gives signal 11 (segmentation fault) when GOMAXPROCS=16. Sorry for all the code. I believe the important part is when the map at the bottom ( q := map[string][]Data ) is built, since commenting out one map entry results in the test passing.
Attachments:
- sixteen_test.go (6602 bytes)