DragonFly bugs List (threaded) for 2007-05
DragonFly BSD
DragonFly bugs List (threaded) for 2007-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

setting dumpdev from loader panics


From: "Simon 'corecode' Schubert" <corecode@xxxxxxxxxxxx>
Date: Wed, 23 May 2007 09:44:05 +0200

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

--
Serve - BSD     +++  RENT this banner advert  +++    ASCII Ribbon   /"\
Work - Mac      +++  space for low €€€ NOW!1  +++      Campaign     \ /
Party Enjoy Relax   |   http://dragonflybsd.org      Against  HTML   \
Dude 2c 2 the max   !   http://golden-apple.biz       Mail + News   / \

Attachment: signature.asc
Description: OpenPGP digital signature



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]