$ dlv core bin/calico-felix /tmp/core_felix-0-475288-2-felixfv_calico-felix.8Type 'help' for list of commands.(dlv) bt 0 0x0000000000460d41 in runtime.raise at /usr/local/go-cgo/src/runtime/sys_linux_amd64.s:150 1 0x0000000000446b3b in runtime.dieFromSignal at /usr/local/go-cgo/src/runtime/signal_unix.go:428 2 0x00000000004470bd in runtime.sigfwdgo at /usr/local/go-cgo/src/runtime/signal_unix.go:631 3 0x0000000000446220 in runtime.sigtrampgo at /usr/local/go-cgo/src/runtime/signal_unix.go:289 4 0x0000000000461033 in runtime.sigtramp at /usr/local/go-cgo/src/runtime/sys_linux_amd64.s:357 5 0x00007f1c026ad730 in ??? at ?:-1 6 0x0000000000446cda in runtime.crash at /usr/local/go-cgo/src/runtime/signal_unix.go:520 7 0x00000000004317e4 in runtime.fatalpanic at /usr/local/go-cgo/src/runtime/panic.go:874 8 0x00000000004311a2 in runtime.gopanic at /usr/local/go-cgo/src/runtime/panic.go:722 9 0x000000000052acd2 in github.com/sirupsen/logrus.Entry.fireHooks10 0x000000c0000e4120 in ??? at ?:-111 0x000000000052b952 in github.com/sirupsen/logrus.(*Entry).Debugf12 0x000000c0000da030 in ??? at ?:-113 0x000000000052e4f1 in github.com/sirupsen/logrus.(*Logger).Debugln14 0x00000000018fe47e in ??? at ?:-115 0x000000000045f371 in runtime.goexit at /usr/local/go-cgo/src/runtime/asm_amd64.s:1357(dlv) grsCommand failed: Internal debugger error: runtime error: invalid memory address or nil pointer dereferenceruntime.gopanic (0x42f271) /usr/local/go/src/runtime/panic.go:679runtime.panicmem (0x4443db) /usr/local/go/src/runtime/panic.go:199runtime.sigpanic (0x444218) /usr/local/go/src/runtime/signal_unix.go:394 /home/shaun/go-os/pkg/mod/github.com/go-delve/de...@v1.4.1/pkg/proc/stack.go:115 /home/shaun/go-os/pkg/mod/github.com/go-delve/de...@v1.4.1/pkg/proc/variables.go:484 /home/shaun/go-os/pkg/mod/github.com/go-delve/de...@v1.4.1/service/api/conversions.go:263 /home/shaun/go-os/pkg/mod/github.com/go-delve/de...@v1.4.1/service/debugger/debugger.go:1293 /home/shaun/go-os/pkg/mod/github.com/go-delve/de...@v1.4.1/service/rpc2/server.go:556reflect.Value.call (0x4bef65) /usr/local/go/src/reflect/value.go:460reflect.Value.Call (0x4be723) /usr/local/go/src/reflect/value.go:321 /home/shaun/go-os/pkg/mod/github.com/go-delve/de...@v1.4.1/service/rpccommon/server.go:311 /home/shaun/go-os/pkg/mod/github.com/go-delve/de...@v1.4.1/service/rpccommon/server.go:313runtime.goexit (0x45cb40) /usr/local/go/src/runtime/asm_amd64.s:1357
(dlv) exit
cp bin/calico-felix-amd64 /tmp/calico-felix
cd /tmp
dlv core calico-felix ./core_felix-0-16339-2-felixfv_calico-felix.7
dlv core bin/calico-felix-amd64 /tmp/core_felix-0-12988-2-felixfv_calico-felix.7
> To unsubscribe from this group and stop receiving emails from it, send an email to delv...@googlegroups.com.
> > github.com/go-delve/delve@v1.4.1/pkg/proc/stack.go:115
> > > github.com/go-delve/delve/pkg/proc.(*G).UserCurrent (0x71c528)
> > > /home/shaun/go-os/pkg/mod/
> > github.com/go-delve/delve@v1.4.1/pkg/proc/variables.go:484
> > > github.com/go-delve/delve/service/api.ConvertGoroutine (0x732c85)
> > > /home/shaun/go-os/pkg/mod/
> > github.com/go-delve/delve@v1.4.1/service/api/conversions.go:263
> > > github.com/go-delve/delve/service/debugger.(*Debugger).Goroutines
> > (0x796620)
> > > /home/shaun/go-os/pkg/mod/
> > github.com/go-delve/delve@v1.4.1/service/debugger/debugger.go:1293
> > > github.com/go-delve/delve/service/rpc2.(*RPCServer).ListGoroutines
> > > (0x94b626)
> > > /home/shaun/go-os/pkg/mod/
> > github.com/go-delve/delve@v1.4.1/service/rpc2/server.go:556
> > > reflect.Value.call (0x4bef65)
> > > /usr/local/go/src/reflect/value.go:460
> > > reflect.Value.Call (0x4be723)
> > > /usr/local/go/src/reflect/value.go:321
> > >
> > github.com/go-delve/delve/service/rpccommon.(*ServerImpl).serveJSONCodec.func2
> > > (0xa193fa)
> > > /home/shaun/go-os/pkg/mod/
> > github.com/go-delve/delve@v1.4.1/service/rpccommon/server.go:311
> > > github.com/go-delve/delve/service/rpccommon.(*ServerImpl).serveJSONCodec
> > > (0xa17758)
> > > /home/shaun/go-os/pkg/mod/
> > github.com/go-delve/delve@v1.4.1/service/rpccommon/server.go:313
> > > runtime.goexit (0x45cb40)
> > > /usr/local/go/src/runtime/asm_amd64.s:1357
> > >
> > > (dlv) exit
> > >
> > >
> > > The corefile was generated by running with GOTRACEBACK=panic and
> > explicitly
> > > calling panic() (just to test core file collection before I use it in
> > > anger) so the process should have been in a good state. I tried a
> > couple
> > > of times with the same result.
> > >
> > > -Shaun
> > >
> > > --
> > > You received this message because you are subscribed to the Google
> > Groups "delve-dev" group.
> > > To unsubscribe from this group and stop receiving emails from it, send
> > an email to delv...@googlegroups.com <javascript:>.
> > > To view this discussion on the web visit
> > https://groups.google.com/d/msgid/delve-dev/f4bb410d-5d7a-4672-bfd7-33e61afedc1f%40googlegroups.com.
> >
> > >
> >
>
> --
> You received this message because you are subscribed to the Google Groups "delve-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to delv...@googlegroups.com.