Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ventsislav-georgiev/ccabfa697f0c18cb9fa4a4c4dac245b7 to your computer and use it in GitHub Desktop.
Save ventsislav-georgiev/ccabfa697f0c18cb9fa4a4c4dac245b7 to your computer and use it in GitHub Desktop.
k9s crash 2
fatal error: concurrent map iteration and map write
goroutine 1 [running]:
github.com/derailed/k9s/internal/view.(*Command).AliasesFor(...)
github.com/derailed/k9s/internal/view/command.go:43
github.com/derailed/k9s/internal/view.(*Browser).Aliases(0x1400161ad00)
github.com/derailed/k9s/internal/view/browser.go:233 +0x8c
github.com/derailed/k9s/internal/view.pluginActions({0x106097d48?, 0x1400161ad00}, 0xc?)
github.com/derailed/k9s/internal/view/actions.go:122 +0x158
github.com/derailed/k9s/internal/view.(*Browser).refreshActions(0x1400161ad00)
github.com/derailed/k9s/internal/view/browser.go:523 +0x968
github.com/derailed/k9s/internal/view.(*Browser).TableDataChanged.func1()
github.com/derailed/k9s/internal/view/browser.go:251 +0x2c
github.com/derailed/k9s/internal/ui.(*App).QueueUpdateDraw.func1.(*Application).QueueUpdateDraw.func1()
github.com/derailed/tview@v0.8.3/application.go:731 +0x30
github.com/derailed/tview.(*Application).Run(0x14000fd3880)
github.com/derailed/tview@v0.8.3/application.go:376 +0x7c4
github.com/derailed/k9s/internal/view.(*App).Run(0x14000f62fc0)
github.com/derailed/k9s/internal/view/app.go:549 +0x90
github.com/derailed/k9s/cmd.run(0x14000fb6700?, {0x104c5f607?, 0x4?, 0x104c5f52f?})
github.com/derailed/k9s/cmd/root.go:115 +0x408
github.com/spf13/cobra.(*Command).execute(0x107e41e40, {0x1400004c240, 0x6, 0x6})
github.com/spf13/cobra@v1.8.0/command.go:983 +0x840
github.com/spf13/cobra.(*Command).ExecuteC(0x107e41e40)
github.com/spf13/cobra@v1.8.0/command.go:1115 +0x344
github.com/spf13/cobra.(*Command).Execute(...)
github.com/spf13/cobra@v1.8.0/command.go:1039
github.com/derailed/k9s/cmd.Execute()
github.com/derailed/k9s/cmd/root.go:70 +0x24
main.main()
github.com/derailed/k9s/main.go:32 +0x1c
goroutine 12 [select]:
go.opencensus.io/stats/view.(*worker).start(0x140009b6400)
go.opencensus.io@v0.24.0/stats/view/worker.go:292 +0x88
created by go.opencensus.io/stats/view.init.0 in goroutine 1
go.opencensus.io@v0.24.0/stats/view/worker.go:34 +0x98
goroutine 26 [sync.Cond.Wait]:
sync.runtime_notifyListWait(0x1400026f368, 0x185)
runtime/sema.go:527 +0x154
sync.(*Cond).Wait(0x1400026f358)
sync/cond.go:70 +0xcc
k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0x1400026f340, 0x14000e62010)
k8s.io/client-go@v0.29.1/tools/cache/delta_fifo.go:575 +0x1dc
k8s.io/client-go/tools/cache.(*controller).processLoop(0x14000872820)
k8s.io/client-go@v0.29.1/tools/cache/controller.go:188 +0x3c
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x14000e660a8?)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:226 +0x40
k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0x14000f0da00?, {0x10606d1a0, 0x14000e60060}, 0x1, 0x14000f27500)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:227 +0x90
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0x14000e64020?, 0x3b9aca00, 0x0, 0x98?, 0x12fc4dfa8?)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:204 +0x80
k8s.io/apimachinery/pkg/util/wait.Until(...)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:161
k8s.io/client-go/tools/cache.(*controller).Run(0x14000872820, 0x14000f27500)
k8s.io/client-go@v0.29.1/tools/cache/controller.go:159 +0x2d0
k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0x14001152630, 0x14000f64d80?)
k8s.io/client-go@v0.29.1/tools/cache/shared_informer.go:502 +0x264
k8s.io/client-go/dynamic/dynamicinformer.(*dynamicSharedInformerFactory).Start.func1()
k8s.io/client-go@v0.29.1/dynamic/dynamicinformer/informer.go:108 +0x64
created by k8s.io/client-go/dynamic/dynamicinformer.(*dynamicSharedInformerFactory).Start in goroutine 1
k8s.io/client-go@v0.29.1/dynamic/dynamicinformer/informer.go:106 +0x218
goroutine 35 [chan receive, 97 minutes]:
k8s.io/client-go/tools/cache.(*sharedProcessor).run(0x14000f841e0, 0x0?)
k8s.io/client-go@v0.29.1/tools/cache/shared_informer.go:801 +0x3c
k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run.(*Group).StartWithChannel.func4()
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:55 +0x2c
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:72 +0x58
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 26
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:70 +0x7c
goroutine 36 [chan receive, 97 minutes]:
k8s.io/client-go/tools/cache.(*controller).Run.func1()
k8s.io/client-go@v0.29.1/tools/cache/controller.go:132 +0x2c
created by k8s.io/client-go/tools/cache.(*controller).Run in goroutine 26
k8s.io/client-go@v0.29.1/tools/cache/controller.go:131 +0x94
goroutine 37 [select]:
k8s.io/client-go/tools/cache.watchHandler({0x0?, 0x0?, 0x107e852c0?}, {0x10607b1c8, 0x14002aa2bc0}, {0x12fc4dfa8, 0x1400026f340}, {0x1060c1a70?, 0x1060231c0}, 0x0, ...)
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:724 +0x120
k8s.io/client-go/tools/cache.(*Reflector).watch(0x14000e72000, {0x0?, 0x0?}, 0x14000f27500, 0x0?)
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:437 +0x3e0
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0x14000e72000, 0x14000f27500)
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:357 +0x3f4
k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:291 +0x28
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x0?)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:226 +0x40
k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0x14000e74000?, {0x10606d1c0, 0x14000ec4000}, 0x1, 0x14000f27500)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:227 +0x90
k8s.io/client-go/tools/cache.(*Reflector).Run(0x14000e72000, 0x14000f27500)
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:290 +0x184
k8s.io/client-go/tools/cache.(*controller).Run.(*Group).StartWithChannel.func2()
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:55 +0x2c
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:72 +0x58
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 26
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:70 +0x7c
goroutine 81 [select, 8 minutes]:
k8s.io/client-go/tools/cache.(*Reflector).startResync(0x14000e72000, 0x14000f27500, 0x140016164e0, 0x0?)
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:369 +0xbc
created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch in goroutine 37
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:356 +0x3dc
goroutine 53774 [select, 2 minutes]:
golang.org/x/net/http2.(*clientStream).writeRequest(0x140018e9b00, 0x140018f7300)
golang.org/x/net@v0.19.0/http2/transport.go:1464 +0x900
golang.org/x/net/http2.(*clientStream).doRequest(0x10605a8d0?, 0x14003474fa0?)
golang.org/x/net@v0.19.0/http2/transport.go:1326 +0x20
created by golang.org/x/net/http2.(*ClientConn).RoundTrip in goroutine 206
golang.org/x/net@v0.19.0/http2/transport.go:1232 +0x2d4
goroutine 349 [sync.Cond.Wait, 1 minutes]:
sync.runtime_notifyListWait(0x14000cfd998, 0x14d)
runtime/sema.go:527 +0x154
sync.(*Cond).Wait(0x14000cfd988)
sync/cond.go:70 +0xcc
k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0x14000cfd970, 0x140010605b0)
k8s.io/client-go@v0.29.1/tools/cache/delta_fifo.go:575 +0x1dc
k8s.io/client-go/tools/cache.(*controller).processLoop(0x140017ac460)
k8s.io/client-go@v0.29.1/tools/cache/controller.go:188 +0x3c
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x140017dc1f8?)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:226 +0x40
k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0x1400108b6c0?, {0x10606d1a0, 0x1400150b7d0}, 0x1, 0x14000f27500)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:227 +0x90
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0x140017b2d30?, 0x3b9aca00, 0x0, 0xf0?, 0x12fc4dfa8?)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:204 +0x80
k8s.io/apimachinery/pkg/util/wait.Until(...)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:161
k8s.io/client-go/tools/cache.(*controller).Run(0x140017ac460, 0x14000f27500)
k8s.io/client-go@v0.29.1/tools/cache/controller.go:159 +0x2d0
k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0x14001cf2790, 0x10351a7a0?)
k8s.io/client-go@v0.29.1/tools/cache/shared_informer.go:502 +0x264
k8s.io/client-go/dynamic/dynamicinformer.(*dynamicSharedInformerFactory).Start.func1()
k8s.io/client-go@v0.29.1/dynamic/dynamicinformer/informer.go:108 +0x64
created by k8s.io/client-go/dynamic/dynamicinformer.(*dynamicSharedInformerFactory).Start in goroutine 1
k8s.io/client-go@v0.29.1/dynamic/dynamicinformer/informer.go:106 +0x218
goroutine 212 [syscall, 97 minutes]:
syscall.syscall6(0x1400048fbd8?, 0x102765f38?, 0x105968240?, 0x6d?, 0x6c?, 0x140014140e0?, 0x0?)
runtime/sys_darwin.go:45 +0x68
golang.org/x/sys/unix.kevent(0x0?, 0x100010000?, 0x0?, 0x1000000?, 0x70?, 0x14000097b00?)
golang.org/x/sys@v0.15.0/unix/zsyscall_darwin_arm64.go:275 +0x54
golang.org/x/sys/unix.Kevent(0x140014140e0?, {0x0?, 0x1400048fcc8?, 0x100000000?}, {0x1400048fe60?, 0x1026bf86c?, 0x0?}, 0x0?)
golang.org/x/sys@v0.15.0/unix/syscall_bsd.go:397 +0x40
github.com/fsnotify/fsnotify.(*Watcher).read(0x0?, {0x1400048fe60?, 0x1400048fcd8?, 0xa})
github.com/fsnotify/fsnotify@v1.7.0/backend_kqueue.go:777 +0x48
github.com/fsnotify/fsnotify.(*Watcher).readEvents(0x1400036b880)
github.com/fsnotify/fsnotify@v1.7.0/backend_kqueue.go:547 +0x94
created by github.com/fsnotify/fsnotify.NewBufferedWatcher in goroutine 1
github.com/fsnotify/fsnotify@v1.7.0/backend_kqueue.go:184 +0x1fc
goroutine 204 [chan receive, 97 minutes]:
k8s.io/client-go/tools/cache.(*sharedProcessor).run(0x14000f1a460, 0x0?)
k8s.io/client-go@v0.29.1/tools/cache/shared_informer.go:801 +0x3c
k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run.(*Group).StartWithChannel.func4()
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:55 +0x2c
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:72 +0x58
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 349
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:70 +0x7c
goroutine 210 [syscall, 97 minutes]:
syscall.syscall6(0x1400048cbd8?, 0x102765f38?, 0x105968240?, 0x56?, 0x55?, 0x14000d06300?, 0x1400048cbf8?)
runtime/sys_darwin.go:45 +0x68
golang.org/x/sys/unix.kevent(0x0?, 0x100010000?, 0x1400048cc38?, 0x1000000?, 0x60?, 0x14000100000?)
golang.org/x/sys@v0.15.0/unix/zsyscall_darwin_arm64.go:275 +0x54
golang.org/x/sys/unix.Kevent(0x14000d06300?, {0x0?, 0x1400048ccc8?, 0x100000000?}, {0x1400048ce60?, 0x102b3d300?, 0x0?}, 0x0?)
golang.org/x/sys@v0.15.0/unix/syscall_bsd.go:397 +0x40
github.com/fsnotify/fsnotify.(*Watcher).read(0x0?, {0x1400048ce60?, 0x1400048ccd8?, 0xa})
github.com/fsnotify/fsnotify@v1.7.0/backend_kqueue.go:777 +0x48
github.com/fsnotify/fsnotify.(*Watcher).readEvents(0x1400036b7a0)
github.com/fsnotify/fsnotify@v1.7.0/backend_kqueue.go:547 +0x94
created by github.com/fsnotify/fsnotify.NewBufferedWatcher in goroutine 1
github.com/fsnotify/fsnotify@v1.7.0/backend_kqueue.go:184 +0x1fc
goroutine 211 [select, 97 minutes]:
github.com/derailed/k9s/internal/ui.(*Configurator).ConfigWatcher.func1()
github.com/derailed/k9s/internal/ui/config.go:137 +0xd0
created by github.com/derailed/k9s/internal/ui.(*Configurator).ConfigWatcher in goroutine 1
github.com/derailed/k9s/internal/ui/config.go:135 +0xf4
goroutine 209 [select]:
github.com/derailed/k9s/internal/view.(*App).clusterUpdater(0x1400108f410?, {0x106097e60, 0x14000f84870})
github.com/derailed/k9s/internal/view/app.go:364 +0x118
created by github.com/derailed/k9s/internal/view.(*App).Resume in goroutine 1
github.com/derailed/k9s/internal/view/app.go:340 +0xcc
goroutine 200 [select]:
k8s.io/client-go/tools/cache.watchHandler({0x0?, 0x0?, 0x107e852c0?}, {0x10607b1c8, 0x140013f4640}, {0x12fc4dfa8, 0x14000cfd8c0}, {0x1060c1a70?, 0x1060231c0}, 0x0, ...)
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:724 +0x120
k8s.io/client-go/tools/cache.(*Reflector).watch(0x1400022c0e0, {0x0?, 0x0?}, 0x14000f27500, 0x1060a11f0?)
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:437 +0x3e0
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0x1400022c0e0, 0x14000f27500)
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:357 +0x3f4
k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:291 +0x28
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x1026ec210?)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:226 +0x40
k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0x14001486200?, {0x10606d1c0, 0x14000a84000}, 0x1, 0x14000f27500)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:227 +0x90
k8s.io/client-go/tools/cache.(*Reflector).Run(0x1400022c0e0, 0x14000f27500)
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:290 +0x184
k8s.io/client-go/tools/cache.(*controller).Run.(*Group).StartWithChannel.func2()
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:55 +0x2c
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:72 +0x58
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 45
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:70 +0x7c
goroutine 223 [select, 8 minutes]:
k8s.io/client-go/tools/cache.(*Reflector).startResync(0x1400022c0e0, 0x14000f27500, 0x140058d0840, 0x2c22656c62616c69?)
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:369 +0xbc
created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch in goroutine 200
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:356 +0x3dc
goroutine 30 [chan receive, 97 minutes]:
github.com/derailed/k9s/internal/view.(*App).initSignals.func1(0x10605a8d0?)
github.com/derailed/k9s/internal/view/app.go:182 +0x20
created by github.com/derailed/k9s/internal/view.(*App).initSignals in goroutine 1
github.com/derailed/k9s/internal/view/app.go:181 +0xa4
goroutine 45 [sync.Cond.Wait, 97 minutes]:
sync.runtime_notifyListWait(0x14000cfd8e8, 0x1)
runtime/sema.go:527 +0x154
sync.(*Cond).Wait(0x14000cfd8d8)
sync/cond.go:70 +0xcc
k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0x14000cfd8c0, 0x14001060010)
k8s.io/client-go@v0.29.1/tools/cache/delta_fifo.go:575 +0x1dc
k8s.io/client-go/tools/cache.(*controller).processLoop(0x14000764140)
k8s.io/client-go@v0.29.1/tools/cache/controller.go:188 +0x3c
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x14000f8a150?)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:226 +0x40
k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0x14000602820?, {0x10606d1a0, 0x1400150a6c0}, 0x1, 0x14000f27500)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:227 +0x90
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0x14000b2c130?, 0x3b9aca00, 0x0, 0x58?, 0x12fc4dfa8?)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:204 +0x80
k8s.io/apimachinery/pkg/util/wait.Until(...)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:161
k8s.io/client-go/tools/cache.(*controller).Run(0x14000764140, 0x14000f27500)
k8s.io/client-go@v0.29.1/tools/cache/controller.go:159 +0x2d0
k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0x14001152000, 0x10351a7a0?)
k8s.io/client-go@v0.29.1/tools/cache/shared_informer.go:502 +0x264
k8s.io/client-go/dynamic/dynamicinformer.(*dynamicSharedInformerFactory).Start.func1()
k8s.io/client-go@v0.29.1/dynamic/dynamicinformer/informer.go:108 +0x64
created by k8s.io/client-go/dynamic/dynamicinformer.(*dynamicSharedInformerFactory).Start in goroutine 1
k8s.io/client-go@v0.29.1/dynamic/dynamicinformer/informer.go:106 +0x218
goroutine 226 [syscall, 97 minutes]:
syscall.syscall(0x14000bd1de8?, 0x1027850f0?, 0x800000?, 0x7ffff800000?)
runtime/sys_darwin.go:23 +0x58
syscall.read(0x14001712c00?, {0x1400143cf00?, 0x0?, 0x0?})
syscall/zsyscall_darwin_arm64.go:1209 +0x48
syscall.Read(...)
syscall/syscall_unix.go:181
internal/poll.ignoringEINTRIO(...)
internal/poll/fd_unix.go:736
internal/poll.(*FD).Read(0x14001712c00, {0x1400143cf00, 0x80, 0x80})
internal/poll/fd_unix.go:160 +0x224
os.(*File).read(...)
os/file_posix.go:29
os.(*File).Read(0x140000952c0, {0x1400143cf00?, 0x1?, 0x1027150a4?})
os/file.go:118 +0x70
github.com/derailed/tcell/v2.(*devTty).Read(0x17?, {0x1400143cf00?, 0x0?, 0x140012ee102?})
github.com/derailed/tcell/v2@v2.3.1-rc.3/tty_unix.go:45 +0x24
github.com/derailed/tcell/v2.(*tScreen).inputLoop(0x140017286c0, 0x14000bd1fa0?)
github.com/derailed/tcell/v2@v2.3.1-rc.3/tscreen.go:1531 +0xa8
created by github.com/derailed/tcell/v2.(*tScreen).engage in goroutine 1
github.com/derailed/tcell/v2@v2.3.1-rc.3/tscreen.go:1660 +0x2b8
goroutine 46 [select]:
github.com/derailed/k9s/internal/ui.(*Flash).Watch(0x1400108f410?, {0x106097e28, 0x14000bb6f00}, 0x14000f63200)
github.com/derailed/k9s/internal/ui/flash.go:60 +0xd8
created by github.com/derailed/k9s/internal/view.(*App).layout in goroutine 1
github.com/derailed/k9s/internal/view/app.go:162 +0xcc
goroutine 199 [chan receive, 97 minutes]:
k8s.io/client-go/tools/cache.(*controller).Run.func1()
k8s.io/client-go@v0.29.1/tools/cache/controller.go:132 +0x2c
created by k8s.io/client-go/tools/cache.(*controller).Run in goroutine 45
k8s.io/client-go@v0.29.1/tools/cache/controller.go:131 +0x94
goroutine 29 [syscall, 97 minutes]:
os/signal.signal_recv()
runtime/sigqueue.go:149 +0x2c
os/signal.loop()
os/signal/signal_unix.go:23 +0x1c
created by os/signal.Notify.func1.1 in goroutine 1
os/signal/signal.go:151 +0x28
goroutine 198 [chan receive, 97 minutes]:
k8s.io/client-go/tools/cache.(*sharedProcessor).run(0x14000f84280, 0x10000455a335a?)
k8s.io/client-go@v0.29.1/tools/cache/shared_informer.go:801 +0x3c
k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run.(*Group).StartWithChannel.func4()
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:55 +0x2c
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:72 +0x58
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 45
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:70 +0x7c
goroutine 213 [select, 97 minutes]:
github.com/derailed/k9s/internal/ui.(*Configurator).SkinsDirWatcher.func1()
github.com/derailed/k9s/internal/ui/config.go:103 +0xd0
created by github.com/derailed/k9s/internal/ui.(*Configurator).SkinsDirWatcher in goroutine 1
github.com/derailed/k9s/internal/ui/config.go:101 +0x13c
goroutine 214 [syscall, 97 minutes]:
syscall.syscall6(0x107ecae00?, 0x4b676d616c466d54?, 0x14000ba73d8?, 0x1026b67e4?, 0x4c6444527631474e?, 0x107ecae00?, 0xa8?)
runtime/sys_darwin.go:45 +0x68
golang.org/x/sys/unix.kevent(0x565658547a675651?, 0x8031014d014762?, 0x4374575a4a524861?, 0x108bd9878?, 0x754a32624f4a5759?, 0x14000096480?)
golang.org/x/sys@v0.15.0/unix/zsyscall_darwin_arm64.go:275 +0x54
golang.org/x/sys/unix.Kevent(0x14000ba7478?, {0x0?, 0x74?, 0x0?}, {0x14000ba7660?, 0x3668554e30525462?, 0x14000ba74b8?}, 0x1027a67ec?)
golang.org/x/sys@v0.15.0/unix/syscall_bsd.go:397 +0x40
github.com/fsnotify/fsnotify.(*Watcher).read(0x434a45574b343252?, {0x14000ba7660?, 0x14000ba74d8?, 0xa})
github.com/fsnotify/fsnotify@v1.7.0/backend_kqueue.go:777 +0x48
github.com/fsnotify/fsnotify.(*Watcher).readEvents(0x1400036b960)
github.com/fsnotify/fsnotify@v1.7.0/backend_kqueue.go:547 +0x94
created by github.com/fsnotify/fsnotify.NewBufferedWatcher in goroutine 1
github.com/fsnotify/fsnotify@v1.7.0/backend_kqueue.go:184 +0x1fc
goroutine 215 [select, 97 minutes]:
github.com/derailed/k9s/internal/ui.(*Configurator).CustomViewsWatcher.func1()
github.com/derailed/k9s/internal/ui/config.go:52 +0xd0
created by github.com/derailed/k9s/internal/ui.(*Configurator).CustomViewsWatcher in goroutine 1
github.com/derailed/k9s/internal/ui/config.go:50 +0xf0
goroutine 221 [select]:
github.com/derailed/k9s/internal/model.(*Table).updater(0x14000bf16c0, {0x106097e60?, 0x14000f1a500})
github.com/derailed/k9s/internal/model/table.go:193 +0x124
created by github.com/derailed/k9s/internal/model.(*Table).Watch in goroutine 1
github.com/derailed/k9s/internal/model/table.go:107 +0x9c
goroutine 51916 [select, 6 minutes]:
golang.org/x/net/http2.(*clientStream).writeRequest(0x14002103680, 0x1400161a700)
golang.org/x/net@v0.19.0/http2/transport.go:1464 +0x900
golang.org/x/net/http2.(*clientStream).doRequest(0x10605a8d0?, 0x14000bccfa0?)
golang.org/x/net@v0.19.0/http2/transport.go:1326 +0x20
created by golang.org/x/net/http2.(*ClientConn).RoundTrip in goroutine 200
golang.org/x/net@v0.19.0/http2/transport.go:1232 +0x2d4
goroutine 219 [select, 8 minutes]:
k8s.io/client-go/tools/cache.(*Reflector).startResync(0x1400022c7e0, 0x14000f27500, 0x14001422180, 0x14000ba57a0?)
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:369 +0xbc
created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch in goroutine 206
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:356 +0x3dc
goroutine 15331 [IO wait]:
internal/poll.runtime_pollWait(0x12fc4b2b8, 0x72)
runtime/netpoll.go:343 +0xa0
internal/poll.(*pollDesc).wait(0x140014f6b80?, 0x1400192e000?, 0x0)
internal/poll/fd_poll_runtime.go:84 +0x28
internal/poll.(*pollDesc).waitRead(...)
internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0x140014f6b80, {0x1400192e000, 0xa000, 0xa000})
internal/poll/fd_unix.go:164 +0x200
net.(*netFD).Read(0x140014f6b80, {0x1400192e000?, 0x140028086d8?, 0x6126?})
net/fd_posix.go:55 +0x28
net.(*conn).Read(0x14001810020, {0x1400192e000?, 0x140000347a0?, 0x1f57?})
net/net.go:179 +0x34
crypto/tls.(*atLeastReader).Read(0x14005903d40, {0x1400192e000?, 0x14005903d40?, 0x0?})
crypto/tls/conn.go:805 +0x40
bytes.(*Buffer).ReadFrom(0x14000fbfea8, {0x10606ab80, 0x14005903d40})
bytes/buffer.go:211 +0x90
crypto/tls.(*Conn).readFromUntil(0x14000fbfc00, {0x12fc0f558?, 0x1400334c090}, 0x612b?)
crypto/tls/conn.go:827 +0xd0
crypto/tls.(*Conn).readRecordOrCCS(0x14000fbfc00, 0x0)
crypto/tls/conn.go:625 +0x1e4
crypto/tls.(*Conn).readRecord(...)
crypto/tls/conn.go:587
crypto/tls.(*Conn).Read(0x14000fbfc00, {0x1400246b000, 0x1000, 0x102b46f0c?})
crypto/tls/conn.go:1369 +0x168
bufio.(*Reader).Read(0x14001672480, {0x14000fd2040, 0x9, 0x107e111f0?})
bufio/bufio.go:244 +0x1b4
io.ReadAtLeast({0x106069118, 0x14001672480}, {0x14000fd2040, 0x9, 0x9}, 0x9)
io/io.go:335 +0xa0
io.ReadFull(...)
io/io.go:354
golang.org/x/net/http2.readFrameHeader({0x14000fd2040, 0x9, 0x80f619a3?}, {0x106069118?, 0x14001672480?})
golang.org/x/net@v0.19.0/http2/frame.go:237 +0x58
golang.org/x/net/http2.(*Framer).ReadFrame(0x14000fd2000)
golang.org/x/net@v0.19.0/http2/frame.go:498 +0x78
golang.org/x/net/http2.(*clientConnReadLoop).run(0x14002808f88)
golang.org/x/net@v0.19.0/http2/transport.go:2275 +0xf8
golang.org/x/net/http2.(*ClientConn).readLoop(0x14000bf8180)
golang.org/x/net@v0.19.0/http2/transport.go:2170 +0x5c
created by golang.org/x/net/http2.(*Transport).newClientConn in goroutine 15330
golang.org/x/net@v0.19.0/http2/transport.go:821 +0xabc
goroutine 205 [chan receive, 97 minutes]:
k8s.io/client-go/tools/cache.(*controller).Run.func1()
k8s.io/client-go@v0.29.1/tools/cache/controller.go:132 +0x2c
created by k8s.io/client-go/tools/cache.(*controller).Run in goroutine 349
k8s.io/client-go@v0.29.1/tools/cache/controller.go:131 +0x94
goroutine 228 [select, 97 minutes]:
github.com/derailed/tcell/v2.(*tScreen).PollEvent(0x14000fd3880?)
github.com/derailed/tcell/v2@v2.3.1-rc.3/tscreen.go:950 +0x58
github.com/derailed/tview.(*Application).Run.func2()
github.com/derailed/tview@v0.8.3/application.go:267 +0x130
created by github.com/derailed/tview.(*Application).Run in goroutine 1
github.com/derailed/tview@v0.8.3/application.go:254 +0x150
goroutine 227 [select, 97 minutes]:
github.com/derailed/tcell/v2.(*tScreen).mainLoop(0x140017286c0, 0x14000bf4660)
github.com/derailed/tcell/v2@v2.3.1-rc.3/tscreen.go:1470 +0xe0
created by github.com/derailed/tcell/v2.(*tScreen).engage in goroutine 1
github.com/derailed/tcell/v2@v2.3.1-rc.3/tscreen.go:1661 +0x308
goroutine 222 [select, 97 minutes]:
github.com/derailed/tcell/v2.(*devTty).Start.func1(0x140014226c0)
github.com/derailed/tcell/v2@v2.3.1-rc.3/tty_unix.go:91 +0x94
created by github.com/derailed/tcell/v2.(*devTty).Start in goroutine 1
github.com/derailed/tcell/v2@v2.3.1-rc.3/tty_unix.go:88 +0x278
goroutine 206 [select]:
k8s.io/client-go/tools/cache.watchHandler({0x0?, 0x0?, 0x107e852c0?}, {0x10607b1c8, 0x14002e7b700}, {0x12fc4dfa8, 0x14000cfd970}, {0x1060c1a70?, 0x1060231c0}, 0x0, ...)
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:724 +0x120
k8s.io/client-go/tools/cache.(*Reflector).watch(0x1400022c7e0, {0x0?, 0x0?}, 0x14000f27500, 0x1060a11f0?)
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:437 +0x3e0
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0x1400022c7e0, 0x14000f27500)
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:357 +0x3f4
k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:291 +0x28
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x1026ec210?)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:226 +0x40
k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0x14001486a00?, {0x10606d1c0, 0x14000a84c80}, 0x1, 0x14000f27500)
k8s.io/apimachinery@v0.29.1/pkg/util/wait/backoff.go:227 +0x90
k8s.io/client-go/tools/cache.(*Reflector).Run(0x1400022c7e0, 0x14000f27500)
k8s.io/client-go@v0.29.1/tools/cache/reflector.go:290 +0x184
k8s.io/client-go/tools/cache.(*controller).Run.(*Group).StartWithChannel.func2()
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:55 +0x2c
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:72 +0x58
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 349
k8s.io/apimachinery@v0.29.1/pkg/util/wait/wait.go:70 +0x7c
goroutine 55478 [chan receive]:
github.com/derailed/tview.(*Application).QueueUpdate(...)
github.com/derailed/tview@v0.8.3/application.go:723
github.com/derailed/tview.(*Application).QueueUpdateDraw(...)
github.com/derailed/tview@v0.8.3/application.go:730
github.com/derailed/k9s/internal/ui.(*App).QueueUpdateDraw.func1()
github.com/derailed/k9s/internal/ui/app.go:79 +0xc0
created by github.com/derailed/k9s/internal/ui.(*App).QueueUpdateDraw in goroutine 209
github.com/derailed/k9s/internal/ui/app.go:78 +0x78
goroutine 51917 [sync.Cond.Wait]:
sync.runtime_notifyListWait(0x140021036c8, 0x6)
runtime/sema.go:527 +0x154
sync.(*Cond).Wait(0x140021036b8)
sync/cond.go:70 +0xcc
golang.org/x/net/http2.(*pipe).Read(0x140021036b0, {0x14000042001, 0x5ff, 0x5ff})
golang.org/x/net@v0.19.0/http2/pipe.go:76 +0x108
golang.org/x/net/http2.transportResponseBody.Read({0x104c5e36e?}, {0x14000042001?, 0x14001141ca8?, 0x1026afb80?})
golang.org/x/net@v0.19.0/http2/transport.go:2558 +0x50
encoding/json.(*Decoder).refill(0x14000a892c0)
encoding/json/stream.go:165 +0x164
encoding/json.(*Decoder).readValue(0x14000a892c0)
encoding/json/stream.go:140 +0x88
encoding/json.(*Decoder).Decode(0x14000a892c0, {0x105b625e0, 0x14002cdeed0})
encoding/json/stream.go:63 +0x5c
k8s.io/apimachinery/pkg/util/framer.(*jsonFrameReader).Read(0x14001c18c30, {0x14001c2c000, 0x400, 0x400})
k8s.io/apimachinery@v0.29.1/pkg/util/framer/framer.go:152 +0x19c
k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0x1400250c320, 0x14000c85180?, {0x10607ab10, 0x14002cb5b00})
k8s.io/apimachinery@v0.29.1/pkg/runtime/serializer/streaming/streaming.go:77 +0x88
k8s.io/client-go/rest/watch.(*Decoder).Decode(0x140002a9bc0)
k8s.io/client-go@v0.29.1/rest/watch/decoder.go:49 +0x5c
k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0x140013f4640)
k8s.io/apimachinery@v0.29.1/pkg/watch/streamwatcher.go:105 +0xb0
created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher in goroutine 200
k8s.io/apimachinery@v0.29.1/pkg/watch/streamwatcher.go:76 +0x120
goroutine 53775 [sync.Cond.Wait]:
sync.runtime_notifyListWait(0x140018e9b48, 0x14)
runtime/sema.go:527 +0x154
sync.(*Cond).Wait(0x140018e9b38)
sync/cond.go:70 +0xcc
golang.org/x/net/http2.(*pipe).Read(0x140018e9b30, {0x14000b20001, 0x1dff, 0x1dff})
golang.org/x/net@v0.19.0/http2/pipe.go:76 +0x108
golang.org/x/net/http2.transportResponseBody.Read({0x104c5e36e?}, {0x14000b20001?, 0x140019c9ca8?, 0x1026afb80?})
golang.org/x/net@v0.19.0/http2/transport.go:2558 +0x50
encoding/json.(*Decoder).refill(0x1400082b400)
encoding/json/stream.go:165 +0x164
encoding/json.(*Decoder).readValue(0x1400082b400)
encoding/json/stream.go:140 +0x88
encoding/json.(*Decoder).Decode(0x1400082b400, {0x105b625e0, 0x14001c8cd98})
encoding/json/stream.go:63 +0x5c
k8s.io/apimachinery/pkg/util/framer.(*jsonFrameReader).Read(0x1400194b230, {0x1400471d400, 0x2000, 0x2500})
k8s.io/apimachinery@v0.29.1/pkg/util/framer/framer.go:152 +0x19c
k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0x1400302da90, 0x14000f5e120?, {0x10607ab10, 0x14000850d80})
k8s.io/apimachinery@v0.29.1/pkg/runtime/serializer/streaming/streaming.go:77 +0x88
k8s.io/client-go/rest/watch.(*Decoder).Decode(0x1400030c0a0)
k8s.io/client-go@v0.29.1/rest/watch/decoder.go:49 +0x5c
k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0x14002e7b700)
k8s.io/apimachinery@v0.29.1/pkg/watch/streamwatcher.go:105 +0xb0
created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher in goroutine 206
k8s.io/apimachinery@v0.29.1/pkg/watch/streamwatcher.go:76 +0x120
goroutine 53751 [sync.Cond.Wait]:
sync.runtime_notifyListWait(0x14002a2ac48, 0x13)
runtime/sema.go:527 +0x154
sync.(*Cond).Wait(0x14002a2ac38)
sync/cond.go:70 +0xcc
golang.org/x/net/http2.(*pipe).Read(0x14002a2ac30, {0x14001b24001, 0x7dff, 0x7dff})
golang.org/x/net@v0.19.0/http2/pipe.go:76 +0x108
golang.org/x/net/http2.transportResponseBody.Read({0x104c5e36e?}, {0x14001b24001?, 0x140018dbca8?, 0x1026afb80?})
golang.org/x/net@v0.19.0/http2/transport.go:2558 +0x50
encoding/json.(*Decoder).refill(0x140009c2500)
encoding/json/stream.go:165 +0x164
encoding/json.(*Decoder).readValue(0x140009c2500)
encoding/json/stream.go:140 +0x88
encoding/json.(*Decoder).Decode(0x140009c2500, {0x105b625e0, 0x140037b8fd8})
encoding/json/stream.go:63 +0x5c
k8s.io/apimachinery/pkg/util/framer.(*jsonFrameReader).Read(0x14002ab6c90, {0x14001b46000, 0x8000, 0xa000})
k8s.io/apimachinery@v0.29.1/pkg/util/framer/framer.go:152 +0x19c
k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0x14002173e00, 0x140058ac800?, {0x10607ab10, 0x14002796540})
k8s.io/apimachinery@v0.29.1/pkg/runtime/serializer/streaming/streaming.go:77 +0x88
k8s.io/client-go/rest/watch.(*Decoder).Decode(0x140002ef400)
k8s.io/client-go@v0.29.1/rest/watch/decoder.go:49 +0x5c
k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0x14002aa2bc0)
k8s.io/apimachinery@v0.29.1/pkg/watch/streamwatcher.go:105 +0xb0
created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher in goroutine 37
k8s.io/apimachinery@v0.29.1/pkg/watch/streamwatcher.go:76 +0x120
goroutine 55465 [chan receive]:
github.com/derailed/tview.(*Application).QueueUpdate(...)
github.com/derailed/tview@v0.8.3/application.go:723
github.com/derailed/tview.(*Application).QueueUpdateDraw(...)
github.com/derailed/tview@v0.8.3/application.go:730
github.com/derailed/k9s/internal/ui.(*App).QueueUpdateDraw.func1()
github.com/derailed/k9s/internal/ui/app.go:79 +0xc0
created by github.com/derailed/k9s/internal/ui.(*App).QueueUpdateDraw in goroutine 221
github.com/derailed/k9s/internal/ui/app.go:78 +0x78
goroutine 55479 [chan receive]:
github.com/derailed/tview.(*Application).QueueUpdate(...)
github.com/derailed/tview@v0.8.3/application.go:723
github.com/derailed/tview.(*Application).QueueUpdateDraw(...)
github.com/derailed/tview@v0.8.3/application.go:730
github.com/derailed/k9s/internal/ui.(*App).QueueUpdateDraw.func1()
github.com/derailed/k9s/internal/ui/app.go:79 +0xc0
created by github.com/derailed/k9s/internal/ui.(*App).QueueUpdateDraw in goroutine 209
github.com/derailed/k9s/internal/ui/app.go:78 +0x78
goroutine 53750 [select, 2 minutes]:
golang.org/x/net/http2.(*clientStream).writeRequest(0x14002a2ac00, 0x14002a1d700)
golang.org/x/net@v0.19.0/http2/transport.go:1464 +0x900
golang.org/x/net/http2.(*clientStream).doRequest(0x10605a8d0?, 0x14001d597a0?)
golang.org/x/net@v0.19.0/http2/transport.go:1326 +0x20
created by golang.org/x/net/http2.(*ClientConn).RoundTrip in goroutine 37
golang.org/x/net@v0.19.0/http2/transport.go:1232 +0x2d4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment