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
Tests in $GOROOT/src/pkg/archive/zip produce the following report when run with
ThreadSanitizer (http://code.google.com/p/data-race-test):
==22413== WARNING: Possible data race during read of size 1 at 0xf8400563d0: {{{
==22413== T2 (L{}):
==22413== #0 archive/zip._func_002 ~/go/src/pkg/archive/zip/reader_test.go:167
==22413== #1 runtime.goexit ~/go/src/pkg/runtime/proc.c:266
==22413== Concurrent write(s) happened at (OR AFTER) these points:
==22413== T1 (L{}):
==22413== #0 archive/zip.readTestZip ~/go/src/pkg/archive/zip/reader_test.go:165
==22413== #1 archive/zip.TestReader ~/go/src/pkg/archive/zip/reader_test.go:122
==22413== #2 testing.tRunner ~/go/src/pkg/testing/testing.go:189
==22413== #3 runtime.goexit ~/go/src/pkg/runtime/proc.c:266
==22413== Race verifier data: 0x42083d,0x41d073
==22413== }}}
linux amd64
6g version weekly.2011-12-14 10968
The text was updated successfully, but these errors were encountered:
by [email protected]:
The text was updated successfully, but these errors were encountered: