Bug 15042
Summary: | socket(PF_INET6 hangs when ipv6 not yet initialized | ||
---|---|---|---|
Product: | Networking | Reporter: | Rafael J. Wysocki (rjw) |
Component: | IPV6 | Assignee: | Hideaki YOSHIFUJI (yoshfuji) |
Status: | CLOSED INSUFFICIENT_DATA | ||
Severity: | normal | CC: | alan, florian, mh+kernel-bugzilla, nhorman |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.32.x | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 14230 |
Description
Rafael J. Wysocki
2010-01-10 21:58:23 UTC
Can you get a sysrq-t dump of the system (or enable the nmi watchdog on boot)? Theres a big comment about registering the inet6 protocol family half way through init, and it being dangerous (which it is), but its done so that other in-kernel protocols can create sockets (igmp/etc). My guess is that its probably not related to socket creates specifically, but rather related to trying to send/receive data on the sockets prior to initalization completing. either way, a stack trace would solve this quick, so liberal applcation of nmi_watchdog, or some other hangcheck utility would be great. unfortunately, I have not yet found out how to create a dump of the system in virtualbox. Hello Marc, is this still a problem with current (2.6.37.y) kernels? |