On Wed, Nov 27, 2024 at 07:43:00AM +0100, BERTRAND Joël wrote: > Nov 27 00:48:55 legendre /netbsd: [ 135475.0035570] panic: cpu0: > softints stuck for 16 seconds
We need to find out what is stuck there. Easiest way is to get crashdumps working, alternative is to enable ddb and do live debugging once the kernel crashed. Is the kernel you are using in /netbsd ? Do ksyms work? nm /dev/ksyms should show you lots of kernel symbols. You could try the -f option to savecore. Is there something special about your swap/dump setup? Martin