What steps will reproduce the problem?
1. ./all.bash or cd src/pkg/time; gotest
will hang occasionally.
What is the expected output? What do you see instead?
expected:
2 known bugs; 0 unexpected bugs
observed:
rm -f _test/time.a _gotest_.8
/root/dpx/bin/8g -o _gotest_.8 format.go sleep.go tick.go time.go zoneinfo.go
rm -f _test/time.a
/root/dpx/bin/gopack grc _test/time.a _gotest_.8
(hangs at this point)
What is your $GOOS? $GOARCH?
GOARCH=386
GOOS=linux
Which revision are you using? (hg identify)
54f5573c885c tip
Please provide any additional information below.
I've attach the output of sending 8.out a SIGQUIT
I cannot reproduce it. Please
hg clpatch 196061
See if it panics and update this issue with the panic text. If you can get it to hang
without panicking, please let me know that too.
Thanks.
by dean.prichard:
Attachments: