On Wed, Apr 5, 2017 at 1:35 PM, 'simon place' via golang-nuts
<golang-nuts@googlegroups.com> wrote:
> i've been sent an bug report saying my program crashed, (they say it
> paniced) it includes a running go-routine state dump, but NO error message,
> is this really possible or can i assume they just forgot to include it?

If it panicked there should certainly be a message about that.

In general there shouldn't be any way to get a stack dump without some
indication of what caused the dump.

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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to