Project

General

Profile

Actions

Bug #650

closed

setting dumpdev from loader panics

Added by corecode almost 17 years ago. Updated almost 17 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

I am setting my dumpdev in the loader, so that panics in the kernel boot can also be dumped. However, with latest HEAD, this panics: (transcript)

dump_conf
setdumpdev
dev_dioctl
diskioctl
dsioctl

problem is this line:

if (slice >= ssp->dss_nslices)

because ssp == NULL. probably this is not initialized that early in the boot.

i've worked around it by commenting out my dumpdev line in loader.conf.

in case it's needed, i'm dumping to /dev/ad4s1d.

cheers
simon

Actions #1

Updated by dillon almost 17 years ago

:I am setting my dumpdev in the loader, so that panics in the kernel boot =
:can also be dumped. However, with latest HEAD, this panics: (transcript)=

Ok, should be fixed now.
-Matt
Matthew Dillon
<>
Actions

Also available in: Atom PDF