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
What steps will reproduce the problem?
http://build.golang.org/log/fa67e2c7a0df4dab72f84cdd12a86f78736aed89
# GOMAXPROCS=2 runtime -cpu=1,2,4
runtime: newstack called from g=run.bash: line 61: 23954 Segmentation fault
GOMAXPROCS=2 go test runtime -short -timeout=$(expr 300 \* $timeout_scale)s -cpu=1,2,4
Build complete, duration 16m52.523040772s. Result: error: exit status 139
There also appears to be a second segfault printing the value of g which terminates the
program completely.
Please use labels and text to provide additional information.
The text was updated successfully, but these errors were encountered:
There was a question if this isolated to pandaboards, and I do not believe this is the
case,
I've run this loop on a pandaboard and you get after 10 minutes a failure
+ go test runtime -short -timeout=300s -cpu=1,2,4
runtime: newstack called from g=stress.bash: line 7: 9635 Segmentation fault go
test runtime -short -timeout=300s -cpu=1,2,4
However, on a quad core imx6 machine the same test will result in
+ go test runtime -short -timeout=300s -cpu=1,2,4
--- FAIL: TestCgoCrashHandler-2 (0.81s)
crash_test.go:86: output:
wanted:
main: recovered done
new-thread: recovered done
second-new-thread: recovered done
main-again: recovered done
FAIL
FAIL runtime 101.198s
It is interesting to note that the pandaboard is a dual core host, and the imx6 fails
with -cpus=2
The text was updated successfully, but these errors were encountered: