xfstests hang with the find command in the end
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-kernel-tests |
New
|
Undecided
|
Unassigned |
Bug Description
xfstests_
The test stalled in the end, the last thing it's running is:
cmd : 'sudo find autotest/
quiet : False
Leave sh
Enter sh
cmd : 'sudo find . -name 'crash.*' -type d | xargs sudo rm -rf'
quiet : False
pstree -p output:
|-sshd(
| | | `-xargs(4918)
| | |-{python}(2991)
| | `-{python}(4916)
Status for the find command:
ubuntu 4915 0.0 0.0 2372 620 ? S Sep15 0:00 /bin/sh -c sudo find . -name 'crash.*' -type d | xargs sudo rm -rf
root 4917 0.0 0.0 6556 3680 ? S Sep15 0:00 sudo find . -name crash.* -type d
root 4919 0.0 0.0 5188 1132 ? D Sep15 0:00 find . -name crash.* -type d
tags: | added: xfstests |