fix concurrent map read and map write#1179
Merged
Merged
Conversation
fatal error: concurrent map read and map write goroutine 58 [running]: runtime.throw(0x618f40, 0x21) /usr/local/Cellar/go/1.6.1/libexec/src/runtime/panic.go:530 +0x90 fp=0xc820793cc0 sp=0xc820793ca8 runtime.mapaccess2_faststr(0x429280, 0xc8202984e0, 0xc8202b7d00, 0x40, 0xc82064c708, 0xc82042a401) /usr/local/Cellar/go/1.6.1/libexec/src/runtime/hashmap_fast.go:307 +0x5b fp=0xc820793d20 sp=0xc820793cc0 github.com/github/git-lfs/lfs.(*TransferQueue).batchApiRoutine(0xc820074 680) /Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:242 +0xb52 fp=0xc820793f88 sp=0xc820793d20 runtime.goexit() /usr/local/Cellar/go/1.6.1/libexec/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc820793f90 sp=0xc820793f88 created by github.com/github/git-lfs/lfs.(*TransferQueue).run /Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:332 +0x2b7
Contributor
|
👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Found another one: