Skip to content

Instantly share code, notes, and snippets.

@antonbabenko
Last active October 3, 2016 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonbabenko/87bfdd7c070146d49d1021be424458d4 to your computer and use it in GitHub Desktop.
Save antonbabenko/87bfdd7c070146d49d1021be424458d4 to your computer and use it in GitHub Desktop.
terragrunt apply
[terragrunt] 2016/09/29 13:43:00 Remote state is already configured for backend s3
[terragrunt] 2016/09/29 13:43:00 Attempting to acquire lock for state file tf-states_us-west-2_dev in DynamoDB
[terragrunt] 2016/09/29 13:43:01 Attempting to create lock item for state file tf-states_us-west-2_dev in DynamoDB table terragrunt_locks
fatal error: unexpected signal during runtime execution
[signal 0xb code=0x1 addr=0xa6414620 pc=0xcecf]
runtime stack:
runtime.throw(0x4d6480, 0x2a)
/usr/local/go/src/runtime/panic.go:547 +0x79
runtime.sigpanic()
/usr/local/go/src/runtime/sigpanic_unix.go:12 +0x4d
runtime.unlock(0x69e590)
/usr/local/go/src/runtime/lock_sema.go:107 +0x10f
runtime.startm(0x10919400, 0x1)
/usr/local/go/src/runtime/proc.go:1579 +0xcf
runtime.wakep()
/usr/local/go/src/runtime/proc.go:1667 +0x4f
runtime.newproc1(0x5247ec, 0x10d0bca8, 0xc, 0x0, 0x2207ff, 0x1090e320)
/usr/local/go/src/runtime/proc.go:2747 +0x3e3
runtime.newproc.func1()
/usr/local/go/src/runtime/proc.go:2661 +0x3c
runtime.systemstack(0x1091a000)
/usr/local/go/src/runtime/asm_386.s:313 +0x52
runtime.mstart()
/usr/local/go/src/runtime/proc.go:1051
goroutine 21 [running]:
runtime.systemstack_switch()
/usr/local/go/src/runtime/asm_386.s:267 fp=0x10d0bc7c sp=0x10d0bc78
runtime.newproc(0xc, 0x5247ec)
/usr/local/go/src/runtime/proc.go:2662 +0x4f fp=0x10d0bca0 sp=0x10d0bc7c
net/http.(*Transport).dialConn(0x109b6000, 0x0, 0x109fc960, 0x5, 0x109fd120, 0x15, 0x10a06838, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:833 +0x83f fp=0x10d0bf7c sp=0x10d0bca0
net/http.(*Transport).getConn.func4(0x109b6000, 0x0, 0x109fc960, 0x5, 0x109fd120, 0x15, 0x10d1e480)
/usr/local/go/src/net/http/transport.go:706 +0x47 fp=0x10d0bfb8 sp=0x10d0bf7c
runtime.goexit()
/usr/local/go/src/runtime/asm_386.s:1585 +0x1 fp=0x10d0bfbc sp=0x10d0bfb8
created by net/http.(*Transport).getConn
/usr/local/go/src/net/http/transport.go:708 +0x1fb
goroutine 1 [select]:
net/http.(*Transport).getConn(0x109b6000, 0x109759d0, 0x0, 0x109fc960, 0x5, 0x109fd120, 0x15, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:711 +0x402
net/http.(*Transport).RoundTrip(0x109b6000, 0x109759d0, 0x109b6000, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:311 +0x667
net/http.send(0x109759d0, 0x309842f8, 0x109b6000, 0x0, 0x0, 0x0, 0x0, 0x109fd0e0, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:260 +0x5a8
net/http.(*Client).send(0x69e1a0, 0x109759d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:155 +0x121
net/http.(*Client).doFollowingRedirects(0x69e1a0, 0x109759d0, 0x5248d8, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:475 +0x72e
net/http.(*Client).Do(0x69e1a0, 0x109759d0, 0x449a00, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:191 +0x166
github.com/gruntwork-io/terragrunt/vendor/github.com/aws/aws-sdk-go/aws/corehandlers.glob.func2(0x109824e0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go:73 +0x49
github.com/gruntwork-io/terragrunt/vendor/github.com/aws/aws-sdk-go/aws/request.(*HandlerList).Run(0x10982594, 0x109824e0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/vendor/github.com/aws/aws-sdk-go/aws/request/handlers.go:136 +0x8b
github.com/gruntwork-io/terragrunt/vendor/github.com/aws/aws-sdk-go/aws/request.(*Request).Send(0x109824e0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/vendor/github.com/aws/aws-sdk-go/aws/request/request.go:271 +0x478
github.com/gruntwork-io/terragrunt/vendor/github.com/aws/aws-sdk-go/service/sts.(*STS).GetCallerIdentity(0x1096fa68, 0x6afdc8, 0x1096fa50, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/vendor/github.com/aws/aws-sdk-go/service/sts/api.go:413 +0x41
github.com/gruntwork-io/terragrunt/locks/dynamodb.getCallerIdentity(0x1096f8e0, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/locks/dynamodb/dynamo_lock_item.go:114 +0x102
github.com/gruntwork-io/terragrunt/locks/dynamodb.createItemAttributes(0x109692c1, 0x2f, 0x1096f8e0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/locks/dynamodb/dynamo_lock_item.go:93 +0x2f
github.com/gruntwork-io/terragrunt/locks/dynamodb.writeItemToLockTable(0x109692c1, 0x2f, 0x10967901, 0x10, 0x1096f8e0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/locks/dynamodb/dynamo_lock_table.go:117 +0x3f
github.com/gruntwork-io/terragrunt/locks/dynamodb.writeItemToLockTableUntilSuccess(0x109692c1, 0x2f, 0x10967901, 0x10, 0x1096f8e0, 0x168, 0x540be400, 0x2, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/locks/dynamodb/dynamo_lock_table.go:140 +0x1a4
github.com/gruntwork-io/terragrunt/locks/dynamodb.DynamoDbLock.AcquireLock(0x109692c1, 0x2f, 0x109b3ef1, 0x9, 0x10967901, 0x10, 0x168, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/locks/dynamodb/dynamo_lock.go:78 +0x193
github.com/gruntwork-io/terragrunt/locks/dynamodb.(*DynamoDbLock).AcquireLock(0x10967be0, 0x0, 0x0)
<autogenerated>:1 +0x87
github.com/gruntwork-io/terragrunt/locks.WithLock(0x309847a8, 0x10967be0, 0x10939a74, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/locks/lock.go:24 +0x37
github.com/gruntwork-io/terragrunt/cli.runTerraformCommandWithLock(0x1098c320, 0x309847a8, 0x10967be0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/cli/cli_app.go:156 +0x12c
github.com/gruntwork-io/terragrunt/cli.runApp(0x1098c320, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/cli/cli_app.go:98 +0x228
reflect.Value.call(0x38ad00, 0x5245e0, 0x13, 0x44f4e0, 0x4, 0x10939dc0, 0x1, 0x1, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:435 +0xee5
reflect.Value.Call(0x38ad00, 0x5245e0, 0x13, 0x10939dc0, 0x1, 0x1, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:303 +0x86
github.com/gruntwork-io/terragrunt/vendor/github.com/urfave/cli.HandleAction(0x38ad00, 0x5245e0, 0x1098c320, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/vendor/github.com/urfave/cli/app.go:480 +0x259
github.com/gruntwork-io/terragrunt/vendor/github.com/urfave/cli.(*App).Run(0x109b86c0, 0x1096c090, 0x6, 0x6, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/vendor/github.com/urfave/cli/app.go:241 +0x980
main.main()
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/main.go:19 +0x78
goroutine 19 [syscall]:
os/signal.signal_recv(0x0)
/usr/local/go/src/runtime/sigqueue.go:116 +0x118
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:22 +0x14
created by os/signal.init.1
/usr/local/go/src/os/signal/signal_unix.go:28 +0x30
goroutine 40 [IO wait]:
net.runtime_pollWait(0x30a70f70, 0x72, 0x10cc8800)
/usr/local/go/src/runtime/netpoll.go:160 +0x4f
net.(*pollDesc).Wait(0x10a02838, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x2f
net.(*pollDesc).WaitRead(0x10a02838, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x2d
net.(*netFD).Read(0x10a02800, 0x10cc8800, 0x400, 0x400, 0x0, 0x30980018, 0x1096a010)
/usr/local/go/src/net/fd_unix.go:250 +0x194
net.(*conn).Read(0x10a06158, 0x10cc8800, 0x400, 0x400, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xb3
crypto/tls.(*block).readFromUntil(0x10cf1280, 0x30a711d8, 0x10a06158, 0x5, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:460 +0x9e
crypto/tls.(*Conn).readRecord(0x10a38000, 0x524b17, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:562 +0x263
crypto/tls.(*Conn).Read(0x10a38000, 0x10b9f000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:939 +0x12a
net/http.noteEOFReader.Read(0x30a75598, 0x10a38000, 0x10a08034, 0x10b9f000, 0x1000, 0x1000, 0x10d0adc4, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:1687 +0x4f
net/http.(*noteEOFReader).Read(0x10d02030, 0x10b9f000, 0x1000, 0x1000, 0x108fe0d0, 0x0, 0x0)
<autogenerated>:284 +0xa8
bufio.(*Reader).fill(0x10ce7b90)
/usr/local/go/src/bufio/bufio.go:97 +0x16c
bufio.(*Reader).Peek(0x10ce7b90, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:132 +0xa7
net/http.(*persistConn).readLoop(0x10a08000)
/usr/local/go/src/net/http/transport.go:1073 +0x138
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:857 +0xe1b
goroutine 41 [select]:
net/http.(*persistConn).writeLoop(0x10a08000)
/usr/local/go/src/net/http/transport.go:1277 +0x330
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:858 +0xe3b
goroutine 25 [runnable]:
net/http.(*Transport).dialConn.func3(0x10978fc0, 0x109fed50, 0x10d1e880)
/usr/local/go/src/net/http/transport.go:827
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:833 +0x83f
fatal error: unexpected signal during runtime execution
[signal 0xb code=0x1 addr=0xb9c52cec pc=0xcecf]
runtime stack:
runtime.throw(0x4d6480, 0x2a)
/usr/local/go/src/runtime/panic.go:547 +0x79
runtime.sigpanic()
/usr/local/go/src/runtime/sigpanic_unix.go:12 +0x4d
runtime.unlock(0x69e590)
/usr/local/go/src/runtime/lock_sema.go:107 +0x10f
runtime.startm(0x1098a000, 0x1)
/usr/local/go/src/runtime/proc.go:1579 +0xcf
runtime.wakep()
/usr/local/go/src/runtime/proc.go:1667 +0x4f
runtime.ready(0x1096e0d0, 0x4)
/usr/local/go/src/runtime/proc.go:532 +0x102
runtime.goready.func1()
/usr/local/go/src/runtime/proc.go:273 +0x21
runtime.systemstack(0x1098aa00)
/usr/local/go/src/runtime/asm_386.s:313 +0x52
runtime.mstart()
/usr/local/go/src/runtime/proc.go:1051
goroutine 12 [running]:
runtime.systemstack_switch()
/usr/local/go/src/runtime/asm_386.s:267 fp=0x109b7d18 sp=0x109b7d14
runtime.goready(0x1096e0d0, 0x4)
/usr/local/go/src/runtime/proc.go:274 +0x30 fp=0x109b7d2c sp=0x109b7d18
runtime.send(0x10a48b80, 0x10a5f1a0, 0x109b7ed4, 0x109b7de8)
/usr/local/go/src/runtime/chan.go:270 +0xa1 fp=0x109b7d40 sp=0x109b7d2c
runtime.selectgoImpl(0x109b7f08, 0x0, 0xc)
/usr/local/go/src/runtime/select.go:550 +0xf18 fp=0x109b7e3c sp=0x109b7d40
runtime.selectgo(0x109b7f08)
/usr/local/go/src/runtime/select.go:215 +0xf fp=0x109b7e4c sp=0x109b7e3c
net/http.(*persistConn).readLoop(0x10a76930)
/usr/local/go/src/net/http/transport.go:1173 +0xb61 fp=0x109b7fd0 sp=0x109b7e4c
runtime.goexit()
/usr/local/go/src/runtime/asm_386.s:1585 +0x1 fp=0x109b7fd4 sp=0x109b7fd0
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:857 +0xe1b
goroutine 1 [runnable]:
net/http.(*persistConn).roundTrip(0x10a76930, 0x10a5a868, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:1473 +0xce5
net/http.(*Transport).RoundTrip(0x10a0c000, 0x10a76380, 0x10a0c000, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:324 +0x7e6
net/http.send(0x10a76380, 0x7a6310, 0x10a0c000, 0x0, 0x0, 0x0, 0x0, 0x10a59b40, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:260 +0x5a8
net/http.(*Client).send(0x69e1a0, 0x10a76380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:155 +0x121
net/http.(*Client).doFollowingRedirects(0x69e1a0, 0x10a76380, 0x5248d8, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:475 +0x72e
net/http.(*Client).Do(0x69e1a0, 0x10a76380, 0x449a00, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:191 +0x166
github.com/gruntwork-io/terragrunt/vendor/github.com/aws/aws-sdk-go/aws/corehandlers.glob.func2(0x10d80000)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go:73 +0x49
github.com/gruntwork-io/terragrunt/vendor/github.com/aws/aws-sdk-go/aws/request.(*HandlerList).Run(0x10d800b4, 0x10d80000)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/vendor/github.com/aws/aws-sdk-go/aws/request/handlers.go:136 +0x8b
github.com/gruntwork-io/terragrunt/vendor/github.com/aws/aws-sdk-go/aws/request.(*Request).Send(0x10d80000, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/vendor/github.com/aws/aws-sdk-go/aws/request/request.go:271 +0x478
github.com/gruntwork-io/terragrunt/vendor/github.com/aws/aws-sdk-go/service/sts.(*STS).GetCallerIdentity(0x10a5a810, 0x6afdc8, 0x10a5a7f8, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/vendor/github.com/aws/aws-sdk-go/service/sts/api.go:413 +0x41
github.com/gruntwork-io/terragrunt/locks/dynamodb.getCallerIdentity(0x10998b90, 0x0, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/locks/dynamodb/dynamo_lock_item.go:114 +0x102
github.com/gruntwork-io/terragrunt/locks/dynamodb.createItemAttributes(0x10978c61, 0x26, 0x10998b90, 0x0, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/locks/dynamodb/dynamo_lock_item.go:93 +0x2f
github.com/gruntwork-io/terragrunt/locks/dynamodb.writeItemToLockTable(0x10978c61, 0x26, 0x1097fb21, 0x10, 0x10998b90, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/locks/dynamodb/dynamo_lock_table.go:117 +0x3f
github.com/gruntwork-io/terragrunt/locks/dynamodb.writeItemToLockTableUntilSuccess(0x10978c61, 0x26, 0x1097fb21, 0x10, 0x10998b90, 0x168, 0x540be400, 0x2, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/locks/dynamodb/dynamo_lock_table.go:140 +0x1a4
github.com/gruntwork-io/terragrunt/locks/dynamodb.DynamoDbLock.AcquireLock(0x10978c61, 0x26, 0x10a0bfc1, 0x9, 0x1097fb21, 0x10, 0x168, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/locks/dynamodb/dynamo_lock.go:78 +0x193
github.com/gruntwork-io/terragrunt/locks/dynamodb.(*DynamoDbLock).AcquireLock(0x1097fe60, 0x0, 0x0)
<autogenerated>:1 +0x87
github.com/gruntwork-io/terragrunt/locks.WithLock(0x7a67d8, 0x1097fe60, 0x109a5a74, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/locks/lock.go:24 +0x37
github.com/gruntwork-io/terragrunt/cli.runTerraformCommandWithLock(0x109e6320, 0x7a67d8, 0x1097fe60, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/cli/cli_app.go:156 +0x12c
github.com/gruntwork-io/terragrunt/cli.runApp(0x109e6320, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/cli/cli_app.go:98 +0x228
reflect.Value.call(0x38ad00, 0x5245e0, 0x13, 0x44f4e0, 0x4, 0x109a5dc0, 0x1, 0x1, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:435 +0xee5
reflect.Value.Call(0x38ad00, 0x5245e0, 0x13, 0x109a5dc0, 0x1, 0x1, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:303 +0x86
github.com/gruntwork-io/terragrunt/vendor/github.com/urfave/cli.HandleAction(0x38ad00, 0x5245e0, 0x109e6320, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/vendor/github.com/urfave/cli/app.go:480 +0x259
github.com/gruntwork-io/terragrunt/vendor/github.com/urfave/cli.(*App).Run(0x10a0e6c0, 0x10978330, 0x6, 0x6, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/vendor/github.com/urfave/cli/app.go:241 +0x980
main.main()
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/main.go:19 +0x78
goroutine 5 [syscall]:
os/signal.signal_recv(0x0)
/usr/local/go/src/runtime/sigqueue.go:116 +0x118
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:22 +0x14
created by os/signal.init.1
/usr/local/go/src/os/signal/signal_unix.go:28 +0x30
goroutine 33 [IO wait]:
net.runtime_pollWait(0x7a7a00, 0x72, 0x10d60000)
/usr/local/go/src/runtime/netpoll.go:160 +0x4f
net.(*pollDesc).Wait(0x10a483f8, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x2f
net.(*pollDesc).WaitRead(0x10a483f8, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x2d
net.(*netFD).Read(0x10a483c0, 0x10d60000, 0x400, 0x400, 0x0, 0x7a2030, 0x10980098)
/usr/local/go/src/net/fd_unix.go:250 +0x194
net.(*conn).Read(0x10a5a020, 0x10d60000, 0x400, 0x400, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xb3
crypto/tls.(*block).readFromUntil(0x10d4d280, 0x3096f098, 0x10a5a020, 0x5, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:460 +0x9e
crypto/tls.(*Conn).readRecord(0x10a68000, 0x524b17, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:562 +0x263
crypto/tls.(*Conn).Read(0x10a68000, 0x10d62000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:939 +0x12a
net/http.noteEOFReader.Read(0x309b74a0, 0x10a68000, 0x1097d8b4, 0x10d62000, 0x1000, 0x1000, 0x109badc4, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:1687 +0x4f
net/http.(*noteEOFReader).Read(0x10d51ee0, 0x10d62000, 0x1000, 0x1000, 0x1096e0d0, 0x0, 0x0)
<autogenerated>:284 +0xa8
bufio.(*Reader).fill(0x10d5e0c0)
/usr/local/go/src/bufio/bufio.go:97 +0x16c
bufio.(*Reader).Peek(0x10d5e0c0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:132 +0xa7
net/http.(*persistConn).readLoop(0x1097d880)
/usr/local/go/src/net/http/transport.go:1073 +0x138
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:857 +0xe1b
goroutine 34 [select]:
net/http.(*persistConn).writeLoop(0x1097d880)
/usr/local/go/src/net/http/transport.go:1277 +0x330
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:858 +0xe3b
goroutine 13 [select]:
net/http.(*persistConn).writeLoop(0x10a76930)
/usr/local/go/src/net/http/transport.go:1277 +0x330
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:858 +0xe3b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment