Bug 15690

Summary: savecore fails to work when it doesn't find the block-device
Product: Base System Reporter: assar <assar>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: assar
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description assar 1999-12-25 19:50:00 UTC
savecore tries to open the raw device with a fallback to the block device but
this is done wrong and it ends up closing the block device that's used
later.

Dec 25 19:59:02 hunahpu savecore: /dev/rrad0s1b: No such file or directory; using block device

but since we don't have any block devices anymore we might just remove
that fallback.

Fix: and if this isn't the right way we should at least avoid closing the
file, with this patch:
How-To-Repeat: 
crash and run savecore
Comment 1 ps freebsd_committer freebsd_triage 2000-03-20 07:13:27 UTC
State Changed
From-To: open->closed