I need help with fixing 100% reproducible kernel panic on my laptop. This occurs either if I boot my laptop without connected power cord or if I disconnect power cord from already booted laptop. Because of this I think that issue somehow related to the power management system.
My kernel is gentoo-sources-3.15.1:
Linux localhost 3.15.1-gentoo #1 SMP Wed Jun 25 21:29:18 EEST 2014 x86_64 Intel(R) Core(TM) i3-3110M CPU @ 2.40GHz GenuineIntel GNU/Linux
But this issue reproducible with older kernels as well.
In boot time panic accours when "populationg udev events". I'm using eudev:
[I] sys-fs/eudev
Available versions: 1.4 1.5.3 1.5.3-r1 1.5.3-r2 {doc +gudev +hwdb introspection +keymap +kmod +modutils +openrc +rule-generator selinux +static-libs test ABI_MIPS="n32 n64 o32" ABI_X86="32 64 x32"}
Installed versions: 1.5.3-r2(08:34:33 PM 06/25/2014)(gudev hwdb introspection keymap kmod modutils openrc rule-generator static-libs -doc -selinux -test ABI_MIPS="-n32 -n64 -o32" ABI_X86="64 -32 -x32")
Homepage: https://github.com/gentoo/eudev
Description: Linux dynamic and persistent device naming support (aka userspace devfs)
If someone could help me in fixing this problem? What additional info necessary to investigate issue?