Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: recent panics: uvm?
> For the first I now have a manually created coredump (wasn't savecore
> supposed to have been fixed?) Any interesting structs to look at in
> here?
Here's a patch:
--- savecore.c 6 Apr 2009 12:32:30 -0000 1.80
+++ savecore.c 13 Aug 2009 02:10:37 -0000
@@ -250,7 +250,7 @@ main(int argc, char *argv[])
else
syslog(LOG_ALERT, "reboot");
- if ((!get_crashtime() || !check_space()) && !force)
+ if (!get_crashtime() && !force)
exit(1);
save_core();
Home |
Main Index |
Thread Index |
Old Index