Comment 17 for bug 1021471

Revision history for this message
Bryan Wu (cooloney) wrote : Re: stuck on mutex_lock creating a new network namespace when starting a container

After some testing, I think this is not a LXC specific issue. It's probably related to kernel CLONE_NEWNET code. Since if we run testing like this:
 - sudo ./reproducer
 - ctrl+c
  - sudo ./reproducer
wait for a while
 - dmesg | grep unregister

we can still get the same error message.

looks like the first try reproducer didn't release loopback device.