On Thu, Oct 1, 2020 at 5:39 PM aihui zhu <mr.zh...@gmail.com> wrote: > > I have enabled coredump with `ulimit -c unlimited`, and run the binary with > GOTRACEBACK=crash, but it only outputs the go stack trace when crash.
There are two different things. There is the stack trace emitted when a program crash. And there is the core dump file generated by the kernel when a program crashes (if GOTRACEBACK=crash is set). It is normal for the stack trace to only show Go functions (though you could try importing github.com/ianlancetaylor/cgosymbolizer). I'm not clear: are you saying that you see only the stack trace, and that you do not see a core dump file? Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAOyqgcW3Se1VxES3uTkasdsS36SyxTHhpo3w5ESEn3F5te4JLA%40mail.gmail.com.