> Date: Wed, 1 Apr 2020 20:27:54 +0200
> From: Charlene Wendling <[email protected]>

You're leaving out the actual panic (show panic), but:

> ddb{1}> trace
> db_enter() at db_enter+0xc
> panic(0) at panic+0xe0
> rw_assert_rdlock(e61f0e88) at rw_assert_rdlock+0x60
> rw_exit_read(9741b8) at rw_exit_read+0x14
> if_input_process(7bba80,e61f0f28) at if_input_process+0x68
> ifiq_process(ffffffff) at ifiq_process+0x78
> taskq_thread(e0007040) at taskq_thread+0x58
> fork_trampoline() at fork_trampoline+0x14
> end trace frame: 0x0, count: -8

So it is a trigger of rw_assert_rdlock().  The previous one had that
as well.  That suggests this isn't some random memory corruption and
may point at a locking issues that may be triggered by the fact that
you're swapping which is something that doesn't happen a lot to the
amd64 crowd.

Reply via email to