golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.95k stars 17.66k forks source link

src/pkg/time gotest sometimes hangs #576

Closed gopherbot closed 9 years ago

gopherbot commented 14 years ago

by dean.prichard:

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

Attachments:

  1. time.dump (2755 bytes)
robpike commented 14 years ago

Comment 1:

Owner changed to r...@golang.org.

Status changed to Accepted.

robpike commented 14 years ago

Comment 2:

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.

Status changed to WaitingForReply.

gopherbot commented 14 years ago

Comment 3 by dean.prichard:

no problems after clpatch 196061. Thanks
robpike commented 14 years ago

Comment 4:

This issue was closed by revision d6ee49a119952ba42835c27e144762bcf5fd8f1.

Status changed to Fixed.

Merged into issue #-.