Re: sosend netlock assertion crash

2017-07-13 Thread Martin Pieuchot
On 13/07/17(Thu) 18:10, Alexander Bluhm wrote: > On Thu, Jul 13, 2017 at 10:01:09AM -0600, Todd C. Miller wrote: > > On Thu, 13 Jul 2017 17:41:19 +0200, Alexander Bluhm wrote: > > > > > My laptop just crashed while running some php ports regress tests. > > > The kernel complained that it did not

Re: sosend netlock assertion crash

2017-07-13 Thread Alexander Bluhm
On Thu, Jul 13, 2017 at 10:01:09AM -0600, Todd C. Miller wrote: > On Thu, 13 Jul 2017 17:41:19 +0200, Alexander Bluhm wrote: > > > My laptop just crashed while running some php ports regress tests. > > The kernel complained that it did not hold the netlock in sounlock() > > after the out label in

Re: sosend netlock assertion crash

2017-07-13 Thread Todd C. Miller
On Thu, 13 Jul 2017 17:41:19 +0200, Alexander Bluhm wrote: > My laptop just crashed while running some php ports regress tests. > The kernel complained that it did not hold the netlock in sounlock() > after the out label in sosend(). The assert is correct, let's fix > the obvious offender.

sosend netlock assertion crash

2017-07-13 Thread Alexander Bluhm
Hi, My laptop just crashed while running some php ports regress tests. The kernel complained that it did not hold the netlock in sounlock() after the out label in sosend(). The assert is correct, let's fix the obvious offender. ok? bluhm Index: kern/uipc_socket.c