Hello -

With bluhm's r1.160 uipc_socket.c.

Here are the first ones that were detected.

splassert: sowwakeup: want 5 have 0
Starting stack trace...
splassert_check() at splassert_check+0x78
sowwakeup() at sowwakeup+0x27
unp_connect2() at unp_connect2+0x62
fifo_open() at fifo_open+0x244
VOP_OPEN() at VOP_OPEN+0x3f
vn_open() at vn_open+0x16f
doopenat() at doopenat+0x187
syscall() at syscall+0x27b
--- syscall (number 5) ---
end of kernel
end trace frame: 0x199f2ba48898, count: 249
0x199ebb5c6d0a:
End of stack trace.
splassert: sorwakeup: want 5 have 0
Starting stack trace...
splassert_check() at splassert_check+0x78
sorwakeup() at sorwakeup+0x27
soisconnected() at soisconnected+0x46
unp_connect2() at unp_connect2+0x5a
fifo_open() at fifo_open+0x244
VOP_OPEN() at VOP_OPEN+0x3f
vn_open() at vn_open+0x16f
doopenat() at doopenat+0x187
syscall() at syscall+0x27b
--- syscall (number 5) ---
end of kernel
end trace frame: 0x199e63a704a8, count: 248
0x199ebb5c6d0a:
End of stack trace.
--- Begin Message ---
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@


--- End Message ---

Reply via email to