On Tue, Sep 20, 2016 at 06:11:14PM -0500, Edgar Pettijohn wrote:
> The latest snapshot fixed it for me.  However, it added these lines at boot:
> 
> splassert: sorwakeup: want 64 have 0
> splassert: sorwakeup: want 64 have 0

That's because of this commit:
https://marc.info/?l=openbsd-cvs&m=147436994029593&w=2

CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2016/09/20 05:11:44

Modified files:
        sys/kern       : uipc_socket.c 

        Log message:
        Add some spl softnet assertions that will help us to find the
        right
        places for the upcoming network lock.  This might trigger some
        asserts, but we have to find the missing code paths.
        OK mpi@

See also this thread on tech:
https://marc.info/?t=147437422600004&r=1&w=2

These should all be fixed now. If you still get them with the next
snapshot, set sysctl kern.splassert=2 to get a backtrace which you can
report.

Reply via email to