area: compatibilityarea: filesystemgood first issuepriority: p2type: bug
Métriques du dépôt
- Stars
- (12 713 stars)
- Métriques de merge PR
- (Merge moyen 4j 22h) (184 PRs mergées en 30 j)
Description
runsc result:
$ stress -c 1 &
$ which stress
/usr/bin/stress
$ cp /bin/ls /usr/bin/stress
[1]+ Bus error stress -c 1
Expected result in vanilla Linux:
$ stress -c 1 &
$ which stress
/usr/bin/stress
$ cp /bin/ls /usr/bin/stress
cp: cannot create regular file '/usr/bin/stress': Text file busy