On Fri, 7 Apr 2017 08:44:26 -0700 (PDT)
"'simon place' via golang-nuts" <golang-nuts@googlegroups.com> wrote:

> using 'kill' to simulate an out-of-memory, i only get the string 
> 'terminated' and no go-routine dump.

I may be wrong but IMO in order to have a goroutine dump you have to
kill the program using the QUIT signal (plain `kill` sends TERM),
so one way to try is to do `kill -QUIT $pid`.

-- 
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