On 14.1.2019. 16:25, Hrvoje Popovski wrote:
> On 14.1.2019. 10:02, Marco Prause wrote:
>> splassert: bstp_notify_rtage: want 2 have 0
>> splassert: bstp_notify_rtage: want 2 have 0
>> splassert: bstp_notify_rtage: want 2 have 0
>> splassert: bstp_notify_rtage: want 2 have 0
>> splassert: bstp_notify_rtage: want 2 have 0
>> splassert: bstp_notify_rtage: want 2 have 0
>
> could you try adding this sysctls
> sysctl kern.splassert=2
> sysctl kern.pool_debug=1
>
>
> are you getting similar traces ?
>
> splassert: bstp_notify_rtage: want 2 have 0
> Starting stack trace...
> bstp_set_port_tc(668bdd1357c8fcb,4) at bstp_set_port_tc+0x1a0
> bstp_update_tc(fa46532a51d755d) at bstp_update_tc+0xfd
> bstp_tick(ffff8000009f7c00) at bstp_tick+0x357
> softclock(3c3f171cb53a98a3) at softclock+0x117
> softintr_dispatch(120392a2955eaa7c) at softintr_dispatch+0xfc
> Xsoftclock(0,0,1388,0,ffff8000000267e0,ffffffff81ccd6b0) at Xsoftclock+0x1f
> acpicpu_idle() at acpicpu_idle+0x281
> sched_idle(0) at sched_idle+0x245
> end trace frame: 0x0, count: 249
> End of stack trace.
>
>
> splassert: bstp_notify_rtage: want 2 have 256
> Starting stack trace...
> bstp_set_port_tc(668bdd1357c8fcb,4) at bstp_set_port_tc+0x1a0
> bstp_update_tc(fa46532a51d755d) at bstp_update_tc+0xfd
> bstp_tick(ffff8000009f7c00) at bstp_tick+0x357
> softclock(3c3f171cb53a98a3) at softclock+0x117
> softintr_dispatch(120392a2955eaa7c) at softintr_dispatch+0xfc
> Xsoftclock(0,0,1388,0,ffff8000000267e0,ffffffff81ccd6b0) at Xsoftclock+0x1f
> acpicpu_idle() at acpicpu_idle+0x281
> sched_idle(0) at sched_idle+0x245
> end trace frame: 0x0, count: 249
> End of stack trace.
>
i'm getting these traces even with
OpenBSD 6.4-current (GENERIC.MP) #499: Mon Dec 10 11:33:10 MST 2018
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
which is before mpi@ commit
Changes by: [email protected] 2018/12/12 07:19:15
Modified files:
sys/net : if_bridge.c bridgectl.c
splassert: bstp_notify_rtage: want 2 have 0
Starting stack trace...
bstp_set_port_tc(233f0d46a06cbcc7,4) at bstp_set_port_tc+0x1a0
bstp_update_tc(cc45a761c76fe6c6) at bstp_update_tc+0xfd
bstp_tick(ffff800000663400) at bstp_tick+0x357
softclock(82030e4bce69f3d2) at softclock+0x117
softintr_dispatch(df881ff53c0f4dab) at softintr_dispatch+0xfc
Xsoftclock(0,0,1388,0,ffff8000000267e0,ffffffff81ca66b0) at Xsoftclock+0x1f
acpicpu_idle() at acpicpu_idle+0x281
sched_idle(0) at sched_idle+0x245
end trace frame: 0x0, count: 249
End of stack trace.
so, maybe all this traces are noise regarding this problem or it's been
in tree for a some time....