Created
September 29, 2015 03:34
-
-
Save aki017/42a6f8a32ab495f25c19 to your computer and use it in GitHub Desktop.
panic: runtime error: makeslice: len out of range
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
(400 of 1(400 of 17892 files) 156.56 MB / 2.09 GB panic: runtime error: makeslice: len out of range | |
goroutine 74 [running]: | |
strings.Repeat(0x88def0, 0x1, 0xffffffffffffffe5, 0x0, 0x0) | |
/opt/boxen/chgo/versions/1.5.1/src/strings/strings.go:464 +0x66 | |
github.com/github/git-lfs/lfs.(*ProgressMeter).update(0xc0830b2080) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/progress_meter.go:140 +0x7c8 | |
github.com/github/git-lfs/lfs.(*ProgressMeter).writer(0xc0830b2080) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/progress_meter.go:112 +0xfd | |
created by github.com/github/git-lfs/lfs.(*ProgressMeter).Start | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/progress_meter.go:57 +0x67 | |
goroutine 1 [chan send, 6 minutes]: | |
github.com/github/git-lfs/lfs.(*Batcher).Add(0xc08200b9a0, 0x2ce0e20, 0xc082acf300) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/batcher.go:38 +0xf2 | |
github.com/github/git-lfs/lfs.(*TransferQueue).Add(0xc082094d00, 0x2ce0e20, 0xc082acf300) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:71 +0xe7 | |
github.com/github/git-lfs/commands.uploadPointers(0xc082f72000, 0x45e4, 0x4c00, 0x29) | |
/Users/rick/go/src/github.com/github/git-lfs/commands/command_push.go:107 +0x72c | |
github.com/github/git-lfs/commands.uploadsBetweenRefs(0xc082039b9b, 0x28, 0xc08205bcb0, 0x29, 0xc08205bcb0) | |
/Users/rick/go/src/github.com/github/git-lfs/commands/command_push.go:35 +0x282 | |
github.com/github/git-lfs/commands.pushCommand(0xab3c00, 0xc08200b600, 0x1, 0x2) | |
/Users/rick/go/src/github.com/github/git-lfs/commands/command_push.go:184 +0x2a7 | |
github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra.(*Command).execute(0xab3c00, 0xc08200b460, 0x2, 0x2, 0x0, 0x0) | |
/Users/rick/go/src/github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra/command.go:477 +0x40a | |
github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra.(*Command).Execute(0xab4aa0, 0x0, 0x0) | |
/Users/rick/go/src/github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra/command.go:551 +0x59a | |
github.com/github/git-lfs/commands.Run() | |
/Users/rick/go/src/github.com/github/git-lfs/commands/commands.go:85 +0x2a | |
main.main() | |
/Users/rick/go/src/github.com/github/git-lfs/git-lfs.go:9 +0x1b | |
goroutine 67 [chan receive, 7 minutes]: | |
github.com/github/git-lfs/lfs.(*TransferQueue).errorCollector(0xc082094d00) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:255 +0x62 | |
created by github.com/github/git-lfs/lfs.(*TransferQueue).run | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:316 +0x46 | |
goroutine 68 [chan receive, 7 minutes]: | |
github.com/github/git-lfs/lfs.(*TransferQueue).retryCollector(0xc082094d00) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:262 +0x5f | |
created by github.com/github/git-lfs/lfs.(*TransferQueue).run | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:317 +0x6b | |
goroutine 69 [chan receive, 5 minutes]: | |
github.com/github/git-lfs/lfs.(*TransferQueue).transferWorker(0xc082094d00) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:269 +0x9f | |
created by github.com/github/git-lfs/lfs.(*TransferQueue).run | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:321 +0x16e | |
goroutine 70 [chan receive, 6 minutes]: | |
github.com/github/git-lfs/lfs.(*TransferQueue).transferWorker(0xc082094d00) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:269 +0x9f | |
created by github.com/github/git-lfs/lfs.(*TransferQueue).run | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:321 +0x16e | |
goroutine 71 [chan receive, 5 minutes]: | |
github.com/github/git-lfs/lfs.(*TransferQueue).transferWorker(0xc082094d00) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:269 +0x9f | |
created by github.com/github/git-lfs/lfs.(*TransferQueue).run | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:321 +0x16e | |
goroutine 72 [chan send, 6 minutes]: | |
github.com/github/git-lfs/lfs.(*Batcher).acceptInput(0xc08200b9a0) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/batcher.go:72 +0x135 | |
created by github.com/github/git-lfs/lfs.NewBatcher | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/batcher.go:26 +0xe4 | |
goroutine 73 [syscall, 6 minutes, locked to thread]: | |
syscall.Syscall(0x7ffd15855700, 0x2, 0x604, 0xffffffff, 0x0, 0xc08315ccc0, 0x40291c, 0x4343c2) | |
/opt/boxen/chgo/versions/1.5.1/src/runtime/syscall_windows.go:128 +0x5c | |
syscall.WaitForSingleObject(0x604, 0xffffffff, 0xc082d8b450, 0x0, 0x0) | |
/opt/boxen/chgo/versions/1.5.1/src/syscall/zsyscall_windows.go:690 +0x6f | |
os.(*Process).wait(0xc082de48e0, 0x0, 0x0, 0x0) | |
/opt/boxen/chgo/versions/1.5.1/src/os/exec_windows.go:18 +0xa2 | |
os.(*Process).Wait(0xc082de48e0, 0x4, 0x0, 0x0) | |
/opt/boxen/chgo/versions/1.5.1/src/os/doc.go:45 +0x34 | |
os/exec.(*Cmd).Wait(0xc0826f68c0, 0x0, 0x0) | |
/opt/boxen/chgo/versions/1.5.1/src/os/exec/exec.go:380 +0x21e | |
github.com/github/git-lfs/lfs.execCredsCommand(0xc08300ea80, 0x8912d0, 0x4, 0xc082d8b8e8, 0x0, 0x0) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/credentials.go:163 +0x20c | |
github.com/github/git-lfs/lfs.fillCredentials(0xc082e7c000, 0xc082d78400, 0x0, 0x0, 0x0) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/credentials.go:106 +0x3de | |
github.com/github/git-lfs/lfs.getCredsForAPI(0xc082e7c000, 0x5, 0x0, 0x0) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/credentials.go:47 +0xed | |
github.com/github/git-lfs/lfs.doApiRequestWithRedirects(0xc082e7c000, 0xc082d8bad8, 0x0, 0x4, 0x1, 0x0, 0x0, 0x0) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/client.go:468 +0x55 | |
github.com/github/git-lfs/lfs.doAPIRequest(0xc082e7c000, 0x44d201, 0xdd0000, 0x0, 0x0) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/client.go:432 +0x95 | |
github.com/github/git-lfs/lfs.doApiBatchRequest(0xc082e7c000, 0x13, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/client.go:396 +0x74 | |
github.com/github/git-lfs/lfs.Batch(0xc0830f4a80, 0x64, 0x64, 0x892f28, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/client.go:199 +0x640 | |
github.com/github/git-lfs/lfs.(*TransferQueue).batchApiRoutine(0xc082094d00) | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:203 +0x43d | |
created by github.com/github/git-lfs/lfs.(*TransferQueue).run | |
/Users/rick/go/src/github.com/github/git-lfs/lfs/transfer_queue.go:327 +0x2be | |
goroutine 455 [syscall, 6 minutes, locked to thread]: | |
syscall.Syscall6(0x7ffd15855a90, 0x5, 0x5e0, 0xc0828ec000, 0x200, 0xc08287fc2c, 0x0, 0x0, 0xc0820e4480, 0xd63, ...) | |
/opt/boxen/chgo/versions/1.5.1/src/runtime/syscall_windows.go:139 +0x5c | |
syscall.ReadFile(0x5e0, 0xc0828ec000, 0x200, 0x200, 0xc08287fc2c, 0x0, 0x0, 0x0) | |
/opt/boxen/chgo/versions/1.5.1/src/syscall/zsyscall_windows.go:283 +0xcc | |
syscall.Read(0x5e0, 0xc0828ec000, 0x200, 0x200, 0x42a5bb, 0x0, 0x0) | |
/opt/boxen/chgo/versions/1.5.1/src/syscall/syscall_windows.go:299 +0x7c | |
os.(*File).read(0xc08202c060, 0xc0828ec000, 0x200, 0x200, 0x0, 0x0, 0x0) | |
/opt/boxen/chgo/versions/1.5.1/src/os/file_windows.go:300 +0x153 | |
os.(*File).Read(0xc08202c060, 0xc0828ec000, 0x200, 0x200, 0x1d, 0x0, 0x0) | |
/opt/boxen/chgo/versions/1.5.1/src/os/file.go:95 +0x91 | |
bytes.(*Buffer).ReadFrom(0xc0829eacb0, 0xe34780, 0xc08202c060, 0x0, 0x0, 0x0) | |
/opt/boxen/chgo/versions/1.5.1/src/bytes/buffer.go:173 +0x246 | |
io.copyBuffer(0xe34598, 0xc0829eacb0, 0xe34780, 0xc08202c060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/opt/boxen/chgo/versions/1.5.1/src/io/io.go:375 +0x187 | |
io.Copy(0xe34598, 0xc0829eacb0, 0xe34780, 0xc08202c060, 0x20002, 0x0, 0x0) | |
/opt/boxen/chgo/versions/1.5.1/src/io/io.go:351 +0x6b | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/opt/boxen/chgo/versions/1.5.1/src/os/exec/exec.go:232 +0x92 | |
os/exec.(*Cmd).Start.func1(0xc0826f68c0, 0xc082de4460) | |
/opt/boxen/chgo/versions/1.5.1/src/os/exec/exec.go:340 +0x24 | |
created by os/exec.(*Cmd).Start | |
/opt/boxen/chgo/versions/1.5.1/src/os/exec/exec.go:341 +0xa8a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment