-
-
Notifications
You must be signed in to change notification settings - Fork 796
fdsan fails on closing SAF file descriptor at the end #634
Comments
These two pages, File descriptor sanitizer (fdsan) and fdsan explain what has changed in Android 11 (API Level 30) and what must be done to fix this. Unfortunately, they recommend to use |
Apparently,
|
attempted to close file descriptor XX, expected to be unowned, actually owned by ParcelFileDescriptor XXX
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This project will be retired. Please consider switching to FFmpegKit. This issue is fixed there. |
Description
This is the ffprobe command executed:
And this is the sigabrt crash:
Expected behavior
fdsan
should allow the SAF descriptor to be closedCurrent behavior
fdsan
considers the SAF descriptor as owned by ParcelFileDescriptorEnvironment
Android
arm64-v8a
4.4
development
4.1
21.1
Other
Confirmed on emulator.
The text was updated successfully, but these errors were encountered: