Re: Unkillable process in "vm map (user)"

2017-12-22 Thread Peter Holm
On Fri, Dec 22, 2017 at 02:45:21PM +0200, Konstantin Belousov wrote: > On Fri, Dec 22, 2017 at 10:26:07AM +0100, Peter Holm wrote: > > Here's some more info, using the original scenario: > > https://people.freebsd.org/~pho/stress/log/kostik1070.txt > > This is somewhat weird but also not too

Re: Unkillable process in "vm map (user)"

2017-12-22 Thread Konstantin Belousov
On Fri, Dec 22, 2017 at 10:26:07AM +0100, Peter Holm wrote: > Here's some more info, using the original scenario: > https://people.freebsd.org/~pho/stress/log/kostik1070.txt This is somewhat weird but also not too puzzling. The vmdaemon (pid 41) is running, it tries to reduce the count of

Re: Unkillable process in "vm map (user)"

2017-12-22 Thread Peter Holm
On Sun, Dec 10, 2017 at 10:42:17PM +0200, Konstantin Belousov wrote: > On Mon, Dec 11, 2017 at 07:09:31AM +1100, Peter Jeremy wrote: > > I was experimenting with ports/devel/libmill (which is a library that > > provides Go-styly functionality for C programs) and managed to create > > an unkillable

Re: Unkillable process in "vm map (user)"

2017-12-10 Thread Konstantin Belousov
On Mon, Dec 11, 2017 at 07:09:31AM +1100, Peter Jeremy wrote: > I was experimenting with ports/devel/libmill (which is a library that > provides Go-styly functionality for C programs) and managed to create > an unkillable process by spawning 100 "goroutines" (think very > cheap "thread" or

Unkillable process in "vm map (user)"

2017-12-10 Thread Peter Jeremy
I was experimenting with ports/devel/libmill (which is a library that provides Go-styly functionality for C programs) and managed to create an unkillable process by spawning 100 "goroutines" (think very cheap "thread" or "coroutine") joined by "channels" (think message passing pipes). (The