What error messages did you see on your screen?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Thanks! It's better that if you can capture these info via netconsole
or something like that, so that you copy and paste them into email.
Hmm, it seems that a null pointer deref happened in
net/ipv4/devinet.c::inetdev_init(), so Cc'ing netdev guys....
Could you please run the command:
addr2line -e your_2.6.32.8_vmlinux 0xc11fea28
to check in which line we dereferenced a null pointer?
Thank you!
--
Live like a child, think like the god.
Hmm, thanks, we already found the problem, I think the patch here:
http://patchwork.kernel.org/patch/77357/
should be able to fix this problem.
Thanks for reporting!