Re: PROBLEM: reproducible crash KVM+nf_conntrack all recent 2.6 kernels

From: Alexey Dobriyan
Date: Thu Jan 28 2010 - 04:27:09 EST


> RIP: 0010:[<ffffffff813b4115>] [<ffffffff813b4115>] destroy_conntrack+0x82/0x114

Rebuild kernel with CONFIG_DEBUG_INFO=y.
Double sure conntracking is compiled-in.
Then run

addr2line -e vmlinux $RIP

it will tell exact line where kernel is oopsing.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/