-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: test failure on Solaris #8343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
Comment 2 by zheganin@enaza.ru: Yeah, terribly sorry - forgot to mention version - this is 1.3. |
How many CPUs? Possibly duplicate of issue #7554 and/or issue #7860. |
Comment 4 by zheganin@enaza.ru: 16 logical. [root@hyperion src]# mpstat 1 1 CPU minf mjf xcal intr ithr csw icsw migr smtx srw syscl usr sys wt idl 0 58 0 19 921 383 965 1 55 641 1 4089 2 3 0 95 1 47 0 10 2243 1891 1195 2 55 623 2 4437 2 5 0 93 2 57 0 18 955 625 928 1 54 669 1 3182 2 3 0 95 3 81 0 17 599 265 975 2 47 730 2 3903 2 3 0 95 4 77 0 16 696 320 971 1 48 627 1 1634 1 2 0 97 5 43 0 15 782 359 1158 2 59 711 1 1740 1 2 0 97 6 74 0 17 724 334 1005 1 48 664 1 1689 1 2 0 97 7 72 0 21 772 355 1121 1 58 756 1 1866 1 2 0 97 8 59 0 17 617 266 1002 2 57 712 2 3739 2 3 0 95 9 62 0 15 508 206 789 1 42 542 1 3451 2 3 0 96 10 59 0 18 636 277 1009 1 57 732 2 3620 2 3 0 95 11 66 0 15 515 220 802 1 41 576 1 3218 2 2 0 96 12 82 0 19 735 341 1054 1 50 713 1 1851 1 2 0 97 13 56 0 19 731 333 1023 1 54 643 1 1605 1 2 0 97 14 80 0 20 729 337 1040 1 49 702 1 1801 1 2 0 97 15 58 0 16 668 299 942 1 52 604 1 1520 1 2 0 97 |
Comment 5 by zheganin@enaza.ru: Yeah, looks pretty much like it. Can be mitigated by creating a processor set and building go on it, then running go programs on it. |
Comment 6 by zheganin@enaza.ru: (Just to add an explicit feedback: it worked for me). |
Note that this failure only occurs in the runtime tests and we have never seen it occur in practice. Also, if you only want to build Go without running the tests, you can run make.bash instead of all.bash. Owner changed to @4ad. Status changed to Accepted. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by zheganin@enaza.ru:
Attachments:
The text was updated successfully, but these errors were encountered: