On Sat, Sep 11, 2021 at 06:46:51PM +0000, Riza Dindir wrote: > crash -M /var/crash/netbsd.3.core.gz > > crash: no valid dump header > > crash: can not read osrelease: > > When I run crash -N /var/crash/netbsd.4.gz it returns > > crash: kvm_nlist: bad namelist > > No other information. I do not know what to make out of these error > messages, since they are not related to the crash I think.
You need to gunzip the files and then give both of them to crash, i.e. gunzip /var/crash/netbsd.3.core.gz gunzip /var/crash/netbsd.4.gz crash -M /var/crash/netbsd.3.core -N /var/crash/netbsd.4
