Hi Manuel, Manuel Bouyer wrote:
System panicked: trap Backtrace from time of crash is available. crash> bt _KERNEL_OPT_NARCNET() at 0 ?() at ffffc68067793ea0 vpanic() at vpanic+0x161 panic() at panic+0x3c trap() at trap+0xb55 --- trap (number 6) --- compat_90_sys_fstatvfs1() at compat_90_sys_fstatvfs1Is it the same for the 2 crashes ?
yes it is, only the addresses change: _KERNEL_OPT_NARCNET() at 0 ?() at ffffb28069383ea0 vpanic() at vpanic+0x161 panic() at panic+0x3c trap() at trap+0xb55 --- trap (number 6) --- compat_90_sys_fstatvfs1() at compat_90_sys_fstatvfs1
maybe Robert is right and I have unlucky version of the ATA driver?No, it looks like something else (probably in compat_90_sys_fstatvfs1()). When you updated your kernel, did you also update modules ?
Yes I did! I usually update them after, but in this case, with the old modules, the new kernel wouldn't even boot.
RiccardoPS: in the meanwhile, I updated CVS as of yesterday, so new kernel + modules is coming and then a new try for userland