Current-Users archive

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

Re: Recent i386-GENERIC panic



On Fri, 16 Sep 2011, Paul Goyette wrote:

I don't suppose there's any chance of getting a core dump from this?

Does core-dumping require the dump device's driver to be loaded?  (I
imagine you're loading from and dumping to a pci-based hard drive?)

"sync" should cause a core-dump before rebooting, but it doesn't.  The
boot and swap/dump devices haven't yet been identified at the point
where it panics.  (PCI-based PATA hard drive, yes.)

struct module_t has no member "mod_name".  Hunting it down, I think
the suggested printf should be:

if (mod->mod_required[i])
    printf("module %s requires module %s!\n",
        mod->mod_info->mi_name, mod->mod_required[i]->mod_info->mi_name);

(It's just finished compiling.  Will try shortly.)

--
|/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
|\ / jdbaker[snail]mylinuxisp[flyspeck]com    OpenBSD            FreeBSD
| X  No HTML/proprietary data in email.   BSD just sits there and works!
|/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645


Home | Main Index | Thread Index | Old Index