On Sun, May 18, 2025 at 12:16:03PM +0100, Chris Narkiewicz wrote: > On Sun, May 18, 2025 at 12:09:27PM +0200, Radek wrote: > > ddb{1}> show panic > > the kernel did not panic > > Does it drop to ddb out of the blue without a clear reason?
When you scoll down the bug report, you see the reason copied into dmesg buffer: kernel: stack fault trap, code=0 Stopped at SHA512Transform+0xe30: movq %rsi,0xffffffffffffff00(%rbp,%rax,8) Looks like rax contains garbage. rbp 0xffff80002d67c710 rax 0xbde2496eab32c3f0 bluhm