| Summary: | Bad dependencies for /etc/rc.d/savecore | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Nate Eldredge <nge> |
| Component: | conf | Assignee: | Doug Barton <dougb> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.3-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Nate Eldredge
2004-11-11 20:30:26 UTC
Hi! On <http://www.freebsd.org/releases/5.4R/todo.html>, there's a note that "There are reports of problems getting dumps after panics." Are these reports perhaps related to this PR, with a trivial fix? It seems this PR needs to be adressed either way? /Palle This is still present in 5.4-RELEASE and it appears also CURRENT. I just thought I would bump it because I think it's been forgotten, it breaks a significant debugging feature and the fix is trivial (I just don't know which of the trivial fixes described above is philosophically better). -- Nate Eldredge nge@cs.hmc.edu Responsible Changed From-To: freebsd-bugs->freebsd-rc Bring this to the attention of the list State Changed From-To: open->closed First, it turns out that you can actually recover a dump even after the partition has been swapon'ed. Second, the problem you describe here has been discussed at great length on the freebsd-current mailing list. The short version is that there is a chicken and egg problem. In order to capture the dump, you need a file system to write to. In order to get a file system to write to, you need fsck. In order to allow fsck to run on a memory constrained system, you may need swap. Thus, the current thinking is that the status quo is the best of our current options. Responsible Changed From-To: freebsd-rc->dougb I'm closing this one. |