NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/41441: savecore doesn't use getbootfile(3) to set a default kernel name



The following reply was made to PR bin/41441; it has been noted by GNATS.

From: Onno van der Linden <o.vd.linden%quicknet.nl@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/41441: savecore doesn't use getbootfile(3) to set a
        default kernel name
Date: Sat, 16 May 2009 21:20:12 +0200

 After applying the patch I got:
 
 May 16 12:20:00 sheep savecore: reboot after panic: panic: trap
 May 16 12:20:01 sheep savecore: /var/crash/bounds: No such file or directory
 May 16 12:20:01 sheep savecore: writing core to /var/crash/netbsd.0.core
 May 16 12:20:05 sheep savecore: writing kernel to /var/crash/netbsd.0
 May 16 12:20:08 sheep savecore: /dev/rwd0b: kvm_dump_inval: cannot invalidate 
dump - pwrite: Invalid argument
 
 A subsequent
 
 savecore -c
 
 didn't complain. Something with the kd_dump descriptor passed to
 kvm_dump_inval() in case of the save action is preventing to
 crash dump from being cleared.
 
 Onno
 


Home | Main Index | Thread Index | Old Index