Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147948451
D42055.1784885813.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
396 B
Referenced Files
None
Subscribers
None
D42055.1784885813.diff
View Options
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c
--- a/sys/kern/kern_shutdown.c
+++ b/sys/kern/kern_shutdown.c
@@ -925,12 +925,11 @@
*/
td->td_stopsched = 1;
- bootopt = RB_AUTOBOOT;
+ bootopt = RB_AUTOBOOT | RB_DUMP;
newpanic = 0;
if (KERNEL_PANICKED())
bootopt |= RB_NOSYNC;
else {
- bootopt |= RB_DUMP;
panicstr = fmt;
panicked = true;
newpanic = 1;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 24, 9:36 AM (3 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29246311
Default Alt Text
D42055.1784885813.diff (396 B)
Attached To
Mode
D42055: kern_shutdown: Always request a core dump in `vpanic()` even for a panic triggered while handling another one
Attached
Detach File
Event Timeline
Log In to Comment