I can achieve a similar hung task by using the following script:

#!/bin/bash -x

NUM=7999

for (( i=0; i<${NUM}; i++ ))
do
  ip netns add foobar$i
done

for (( i=0; i<${NUM}; i++ ))
do
  ip netns delete foobar$i
done

for (( i=0; i<${NUM}; i++ ))
do
  ip netns add foobar$i
done

for (( i=0; i<${NUM}; i++ ))
do
  ip netns delete foobar$i
done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1196295

Title:
  lxc-start enters uninterruptible sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1196295/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to