Skip to content

Instantly share code, notes, and snippets.

@diamondburned
Created February 16, 2020 22:43
Show Gist options
  • Save diamondburned/dd43569200078c2a657769d28ac46deb to your computer and use it in GitHub Desktop.
Save diamondburned/dd43569200078c2a657769d28ac46deb to your computer and use it in GitHub Desktop.
Debug: 14:42:36.325801 1475 ::: messages.go:160 > message.go:301 > pixbuf.go:22 > IdleAdd() called.
Info: 14:42:36.325833 1475 ::: messages.go:160 > message.go:301 > pixbuf.go:22 > took 18.444µs
Debug: 14:42:36.325917 1476 ::: asm_amd64.s:1357 > messages.go:160 > message.go:269 > IdleAdd() called.
Info: 14:42:36.325963 1476 ::: asm_amd64.s:1357 > messages.go:160 > message.go:269 > took 40.858µs
Debug: 14:42:36.329277 1477 ::: messages.go:160 > message.go:301 > pixbuf.go:22 > IdleAdd() called.
Info: 14:42:36.329314 1477 ::: messages.go:160 > message.go:301 > pixbuf.go:22 > took 22.303µs
Debug: 14:42:36.371884 State error: Failed to delete a message in state: item not found in store
Debug: 14:42:36.467257 State error: Failed to delete a message in state: item not found in store
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x7fb665274b86]
runtime stack:
runtime.throw(0xeef601, 0x2a)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/runtime/panic.go:774 +0x72
runtime.sigpanic()
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/runtime/signal_unix.go:378 +0x47c
goroutine 7 [syscall, locked to thread]:
non-Go function
pc=0x7fb665274b86
non-Go function
pc=0x7fb66528dc98
non-Go function
pc=0x7fb66529f124
non-Go function
pc=0x7fb664f08b68
non-Go function
pc=0x7fb6648e0c1d
non-Go function
pc=0x7fb6648e0fcf
non-Go function
pc=0x7fb6648e12a2
non-Go function
pc=0x7fb6651ba5c4
non-Go function
pc=0x4d287f
runtime.cgocall(0xca6fb0, 0xc000157f18, 0xc7be5b)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/runtime/cgocall.go:128 +0x5b fp=0xc000157ee8 sp=0xc000157eb0 pc=0x47b1db
github.com/gotk3/gotk3/gtk._Cfunc_gtk_main()
_cgo_gotypes.go:15197 +0x41 fp=0xc000157f18 sp=0xc000157ee8 pc=0x86f5c1
github.com/gotk3/gotk3/gtk.Main(...)
/home/diamond/.go/pkg/mod/github.com/gotk3/[email protected]/gtk/gtk.go:987
github.com/diamondburned/gtkcord3/gtkcord.(*application).init.func1(0xc0004b5e60, 0xc0000ca420)
/home/diamond/Scripts/gtkcord3/gtkcord/gtkcord.go:237 +0x481 fp=0xc000157fd0 sp=0xc000157f18 pc=0xc7be61
runtime.goexit()
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc000157fd8 sp=0xc000157fd0 pc=0x4d3101
created by github.com/diamondburned/gtkcord3/gtkcord.(*application).init
/home/diamond/Scripts/gtkcord3/gtkcord/gtkcord.go:167 +0x6b
goroutine 1 [select, locked to thread]:
github.com/diamondburned/gtkcord3/gtkcord.(*application).wait(0xc0004b5e60)
/home/diamond/Scripts/gtkcord3/gtkcord/gtkcord.go:358 +0x10f
github.com/diamondburned/gtkcord3/gtkcord.UseState(0xc000235340, 0x1029020, 0xc0000dc000)
/home/diamond/Scripts/gtkcord3/gtkcord/gtkcord.go:144 +0x3e2
main.main()
/home/diamond/Scripts/gtkcord3/main.go:44 +0x29a
goroutine 18 [runnable]:
github.com/gotk3/gotk3/glib._Cfunc_g_value_unset(0x7fb64610c890)
_cgo_gotypes.go:3843 +0x41
github.com/gotk3/gotk3/glib.(*Value).unset(0xc000f48ab8)
/home/diamond/.go/pkg/mod/github.com/gotk3/[email protected]/glib/glib.go:950 +0x2e
goroutine 19 [syscall]:
os/signal.signal_recv(0xc00008a787)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/runtime/sigqueue.go:147 +0x9c
os/signal.loop()
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/os/signal/signal_unix.go:23 +0x22
created by os/signal.init.0
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/os/signal/signal_unix.go:29 +0x41
goroutine 26 [select]:
github.com/diamondburned/arikawa/gateway.(*Gateway).eventLoop(0xc0003c2a80, 0x0, 0x0)
/home/diamond/.go/pkg/mod/github.com/diamondburned/[email protected]/gateway/gateway.go:324 +0x119
github.com/diamondburned/arikawa/gateway.(*Gateway).handleWS(0xc0003c2a80)
/home/diamond/.go/pkg/mod/github.com/diamondburned/[email protected]/gateway/gateway.go:308 +0x2f
created by github.com/diamondburned/arikawa/gateway.(*Gateway).start
/home/diamond/.go/pkg/mod/github.com/diamondburned/[email protected]/gateway/gateway.go:299 +0x3bf
goroutine 14 [select]:
nhooyr.io/websocket.(*Conn).timeoutLoop(0xc0005aa000)
/home/diamond/.go/pkg/mod/nhooyr.io/[email protected]/conn.go:170 +0x1cf
created by nhooyr.io/websocket.(*Conn).init
/home/diamond/.go/pkg/mod/nhooyr.io/[email protected]/conn.go:128 +0x41a
goroutine 23 [IO wait]:
internal/poll.runtime_pollWait(0x7fb660166f70, 0x72, 0xffffffffffffffff)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc000237118, 0x72, 0x1100, 0x1172, 0xffffffffffffffff)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc000237100, 0xc000443300, 0x1172, 0x1172, 0x0, 0x0, 0x0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc000237100, 0xc000443300, 0x1172, 0x1172, 0x203000, 0x0, 0xce6)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc000408008, 0xc000443300, 0x1172, 0x1172, 0x0, 0x0, 0x0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/net.go:184 +0x68
crypto/tls.(*atLeastReader).Read(0xc0006000a0, 0xc000443300, 0x1172, 0x1172, 0x1000, 0x400, 0xc000155970)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/crypto/tls/conn.go:780 +0x60
bytes.(*Buffer).ReadFrom(0xc0004865d8, 0xff89e0, 0xc0006000a0, 0x4820e5, 0xd912e0, 0xe07c80)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/bytes/buffer.go:204 +0xb4
crypto/tls.(*Conn).readFromUntil(0xc000486380, 0xff8fe0, 0xc000408008, 0x5, 0xc000408008, 0x9)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/crypto/tls/conn.go:802 +0xec
crypto/tls.(*Conn).readRecordOrCCS(0xc000486380, 0x0, 0x0, 0x0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/crypto/tls/conn.go:609 +0x124
crypto/tls.(*Conn).readRecord(...)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/crypto/tls/conn.go:577
crypto/tls.(*Conn).Read(0xc000486380, 0xc0001ab000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/crypto/tls/conn.go:1255 +0x161
bufio.(*Reader).Read(0xc0004f0ba0, 0xc0006502d8, 0x9, 0x9, 0xc000155d10, 0x0, 0x736c12)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/bufio/bufio.go:226 +0x26a
io.ReadAtLeast(0xff8880, 0xc0004f0ba0, 0xc0006502d8, 0x9, 0x9, 0x9, 0xc0000d40e0, 0x0, 0xff8ae0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/io/io.go:310 +0x87
io.ReadFull(...)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/io/io.go:329
net/http.http2readFrameHeader(0xc0006502d8, 0x9, 0x9, 0xff8880, 0xc0004f0ba0, 0x0, 0x0, 0xc0004f6e40, 0x0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/http/h2_bundle.go:1477 +0x87
net/http.(*http2Framer).ReadFrame(0xc0006502a0, 0xc0004f6e40, 0x0, 0x0, 0x0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/http/h2_bundle.go:1735 +0xa1
net/http.(*http2clientConnReadLoop).run(0xc000155fb8, 0x7202bd, 0xc0002df080)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/http/h2_bundle.go:8175 +0x8e
net/http.(*http2ClientConn).readLoop(0xc0000bcd80)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/http/h2_bundle.go:8103 +0xa3
created by net/http.(*http2Transport).newClientConn
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/http/h2_bundle.go:7162 +0x62f
goroutine 15 [runnable]:
internal/poll.runtime_pollWait(0x7fb660166ea0, 0x72, 0xffffffffffffffff)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc0002cec98, 0x72, 0xb900, 0xb9da, 0xffffffffffffffff)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc0002cec80, 0xc0007d6000, 0xb9da, 0xb9da, 0x0, 0x0, 0x0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc0002cec80, 0xc0007d6000, 0xb9da, 0xb9da, 0x203000, 0x0, 0xb9d5)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc000516010, 0xc0007d6000, 0xb9da, 0xb9da, 0x0, 0x0, 0x0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/net.go:184 +0x68
crypto/tls.(*atLeastReader).Read(0xc0005702a0, 0xc0007d6000, 0xb9da, 0xb9da, 0x2e2, 0xff8ae0, 0xc000ee5538)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/crypto/tls/conn.go:780 +0x60
bytes.(*Buffer).ReadFrom(0xc0000bacd8, 0xff89e0, 0xc0005702a0, 0x4820e5, 0xd912e0, 0xe07c80)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/bytes/buffer.go:204 +0xb4
crypto/tls.(*Conn).readFromUntil(0xc0000baa80, 0xff8fe0, 0xc000516010, 0x5, 0xc000516010, 0x2cc)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/crypto/tls/conn.go:802 +0xec
crypto/tls.(*Conn).readRecordOrCCS(0xc0000baa80, 0x0, 0x0, 0x4b6753)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/crypto/tls/conn.go:609 +0x124
crypto/tls.(*Conn).readRecord(...)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/crypto/tls/conn.go:577
crypto/tls.(*Conn).Read(0xc0000baa80, 0xc00061c000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/crypto/tls/conn.go:1255 +0x161
net/http.(*readWriteCloserBody).Read(0xc000600020, 0xc00061c000, 0x1000, 0x1000, 0x0, 0xc000ee5980, 0x4b7124)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/http/transport.go:2194 +0xfc
bufio.(*Reader).Read(0xc0002de1e0, 0xc000694040, 0x2, 0xc, 0x1, 0xc000ee5908, 0x1)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/bufio/bufio.go:226 +0x26a
io.ReadAtLeast(0xff8880, 0xc0002de1e0, 0xc000694040, 0x2, 0xc, 0x2, 0xc00059c000, 0xc000ee5b48, 0xc0000e43c0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/io/io.go:310 +0x87
io.ReadFull(...)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/io/io.go:329
nhooyr.io/websocket.readHeader(0xc000694040, 0xc, 0xc, 0xff8880, 0xc0002de1e0, 0x0, 0x0, 0x0, 0x0, 0xc000ee5be8, ...)
/home/diamond/.go/pkg/mod/nhooyr.io/[email protected]/frame.go:143 +0xad
nhooyr.io/websocket.(*Conn).readFrameHeader(0xc0005aa000, 0x1029020, 0xc0000dc000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/diamond/.go/pkg/mod/nhooyr.io/[email protected]/conn.go:282 +0x25e
nhooyr.io/websocket.(*Conn).readTillMsg(0xc0005aa000, 0x1029020, 0xc0000dc000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/diamond/.go/pkg/mod/nhooyr.io/[email protected]/conn.go:226 +0x70
nhooyr.io/websocket.(*Conn).reader(0xc0005aa000, 0x1029020, 0xc0000dc000, 0x4a7c01, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/diamond/.go/pkg/mod/nhooyr.io/[email protected]/conn.go:419 +0xa0
nhooyr.io/websocket.(*Conn).Reader(0xc0005aa000, 0x1029020, 0xc0000dc000, 0xc00059c6c0, 0xc0002de180, 0xc000ee5f98, 0xc000ee5eb0, 0x3)
/home/diamond/.go/pkg/mod/nhooyr.io/[email protected]/conn.go:395 +0x5c
github.com/diamondburned/arikawa/internal/wsutil.readAll(0xc0005aa000, 0x1029020, 0xc0000dc000, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/diamond/.go/pkg/mod/github.com/diamondburned/[email protected]/internal/wsutil/conn.go:122 +0x79
github.com/diamondburned/arikawa/internal/wsutil.(*Conn).readLoop.func1(0xc00088a780, 0xc0005aa000)
/home/diamond/.go/pkg/mod/github.com/diamondburned/[email protected]/internal/wsutil/conn.go:95 +0xee
created by github.com/diamondburned/arikawa/internal/wsutil.(*Conn).readLoop
/home/diamond/.go/pkg/mod/github.com/diamondburned/[email protected]/internal/wsutil/conn.go:91 +0x47
goroutine 16 [select]:
github.com/diamondburned/arikawa/gateway.(*Pacemaker).start(0xc000068280, 0xc00059c7e0, 0xc0006941c0, 0x0, 0x0)
/home/diamond/.go/pkg/mod/github.com/diamondburned/[email protected]/gateway/pacemaker.go:80 +0x138
github.com/diamondburned/arikawa/gateway.(*Pacemaker).StartAsync.func1(0xc000068280, 0xc00059c7e0, 0xc0006941c0)
/home/diamond/.go/pkg/mod/github.com/diamondburned/[email protected]/gateway/pacemaker.go:111 +0x3f
created by github.com/diamondburned/arikawa/gateway.(*Pacemaker).StartAsync
/home/diamond/.go/pkg/mod/github.com/diamondburned/[email protected]/gateway/pacemaker.go:110 +0xb8
goroutine 27 [select]:
github.com/diamondburned/arikawa/session.(*Session).startHandler(0xc0000c9d80, 0xc0000caae0)
/home/diamond/.go/pkg/mod/github.com/diamondburned/[email protected]/session/session.go:100 +0xe2
created by github.com/diamondburned/arikawa/session.(*Session).Open
/home/diamond/.go/pkg/mod/github.com/diamondburned/[email protected]/session/session.go:93 +0x94
goroutine 130 [IO wait]:
internal/poll.runtime_pollWait(0x7fb660166dd0, 0x72, 0xffffffffffffffff)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/runtime/netpoll.go:184 +0x55
internal/poll.(*pollDesc).wait(0xc00035a618, 0x72, 0x1100, 0x1173, 0xffffffffffffffff)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc00035a600, 0xc000444600, 0x1173, 0x1173, 0x0, 0x0, 0x0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/internal/poll/fd_unix.go:169 +0x1cf
net.(*netFD).Read(0xc00035a600, 0xc000444600, 0x1173, 0x1173, 0x203000, 0x0, 0x16f)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc00040a000, 0xc000444600, 0x1173, 0x1173, 0x0, 0x0, 0x0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/net.go:184 +0x68
crypto/tls.(*atLeastReader).Read(0xc000212100, 0xc000444600, 0x1173, 0x1173, 0x695, 0xc0004450e3, 0xc0007cb970)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/crypto/tls/conn.go:780 +0x60
bytes.(*Buffer).ReadFrom(0xc00008fe58, 0xff89e0, 0xc000212100, 0x4820e5, 0xd912e0, 0xe07c80)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/bytes/buffer.go:204 +0xb4
crypto/tls.(*Conn).readFromUntil(0xc00008fc00, 0xff8fe0, 0xc00040a000, 0x5, 0xc00040a000, 0x9)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/crypto/tls/conn.go:802 +0xec
crypto/tls.(*Conn).readRecordOrCCS(0xc00008fc00, 0x0, 0x0, 0x0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/crypto/tls/conn.go:609 +0x124
crypto/tls.(*Conn).readRecord(...)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/crypto/tls/conn.go:577
crypto/tls.(*Conn).Read(0xc00008fc00, 0xc00123a000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/crypto/tls/conn.go:1255 +0x161
bufio.(*Reader).Read(0xc0002de780, 0xc00042c9d8, 0x9, 0x9, 0xc0007cbd10, 0x0, 0x736c12)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/bufio/bufio.go:226 +0x26a
io.ReadAtLeast(0xff8880, 0xc0002de780, 0xc00042c9d8, 0x9, 0x9, 0x9, 0xc0000d40e0, 0x0, 0xff8ae0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/io/io.go:310 +0x87
io.ReadFull(...)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/io/io.go:329
net/http.http2readFrameHeader(0xc00042c9d8, 0x9, 0x9, 0xff8880, 0xc0002de780, 0x0, 0x0, 0xc00088b350, 0x0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/http/h2_bundle.go:1477 +0x87
net/http.(*http2Framer).ReadFrame(0xc00042c9a0, 0xc00088b350, 0x0, 0x0, 0x0)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/http/h2_bundle.go:1735 +0xa1
net/http.(*http2clientConnReadLoop).run(0xc0007cbfb8, 0x7202bd, 0xc0002df080)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/http/h2_bundle.go:8175 +0x8e
net/http.(*http2ClientConn).readLoop(0xc000495b00)
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/http/h2_bundle.go:8103 +0xa3
created by net/http.(*http2Transport).newClientConn
/nix/store/h0wih1nab037j9biy39laagl5dwlgp29-go-1.13.6/share/go/src/net/http/h2_bundle.go:7162 +0x62f
exit status 2
exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment