Skip to content

Commit

Permalink
Update README; use go1.11 in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-rushakoff committed Dec 21, 2018
1 parent f1d62ad commit 52db6e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ But, I've found that this seems to also trigger https://github.com/golang/go/iss

Just use go tip and `go run main.go`.

Notes:

- I've bisected the offending Go commit to [`9a8372f8b`](https://github.com/golang/go/commit/9a8372f8bd5a39d2476bfa9247407b51f9193b9e), although at that commit I only see the `sweep increased allocation count` error, not the `bad pointer` error.
- I have not been able to get the repro case to fail when running with the race detector.
- I have only attempted to repro on darwin/amd64, so I don't know if this occurs on any other OS/arch.

Sometimes it panics with a stack trace like

```
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mark-rushakoff/go-issue-24993

go 1.12
go 1.11

require (
github.com/gogo/protobuf v1.2.0 // indirect
Expand Down

0 comments on commit 52db6e7

Please sign in to comment.