Crash when copying directory from local disk to share |
||
Issue descriptionThe crash occurs since the files api in Chrome tries to delete the directory being copied from the destination, and if there was nothing to delete, GetDeleteList returns an error since it could not get the metadata of a non-existent entry. The call then returns with an invalid file descriptor. What is the expected result? Successfully copy the directory. What happens instead? Crash
,
Apr 23 2018
Fixed with https://chromium-review.googlesource.com/c/chromiumos/platform2/+/996515 |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 19 2018