On Mon, 22 Jan 2007, Simon 'corecode' Schubert wrote: > walt wrote: > > strlen > > iconv_sysctl_drvlist > > sysctl_root > > userland_sysctl > > syscall12 > > Xint0x80_syscall > > > > I typed 'panic' at the db prompt, but nothing happened. > > Any ideas, suggestions? > > which modules do you load and which devices do you have compiled into your > kernel?
Aha! It was smbfs. I can now load the libiconv, libmchain, and smbfs modules without a panic (which surprises me) but when I then try a mount_smbfs I do get the panic. I'm not sure why I got the panic during boot before, because I'm not trying to mount a smb fs at that point (although I do start smbd during boot). > > what happens when you do "call dumpsys" on the db prompt? It worked just now, but only after I typed 'panic' and nothing happened. Anyway, I watched the dump happen, but savecore did nothing on the next boot, so I'm stumped. #savecore /var/crash savecore: /kernel: _dumpmag not in namelist What does that mean?
