Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix concurrent map read and map write#1179

Merged
technoweenie merged 1 commit into
masterfrom
transfer-mutex
May 4, 2016
Merged

fix concurrent map read and map write#1179
technoweenie merged 1 commit into
masterfrom
transfer-mutex

Conversation

@technoweenie

Copy link
Copy Markdown
Contributor

Found another one:

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

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
@sinbad

sinbad commented Apr 25, 2016

Copy link
Copy Markdown
Contributor

👍

@technoweenie technoweenie merged commit c923d50 into master May 4, 2016
@technoweenie technoweenie deleted the transfer-mutex branch May 4, 2016 12:46
technoweenie added a commit that referenced this pull request May 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants