Skip to content
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

src/pkg/time gotest sometimes hangs #576

Closed
gopherbot opened this issue Jan 29, 2010 · 4 comments
Closed

src/pkg/time gotest sometimes hangs #576

gopherbot opened this issue Jan 29, 2010 · 4 comments

Comments

@gopherbot
Copy link
Contributor

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
Copy link
Contributor

robpike commented Jan 29, 2010

Comment 1:

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

Status changed to Accepted.

@robpike
Copy link
Contributor

robpike commented Jan 29, 2010

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
Copy link
Contributor Author

Comment 3 by dean.prichard:

no problems after clpatch 196061. Thanks

@robpike
Copy link
Contributor

robpike commented Jan 29, 2010

Comment 4:

This issue was closed by revision d6ee49a.

Status changed to Fixed.

Merged into issue #-.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants