Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
6.4
-
-
f7559904d (dev), e65246b85 (6.4), 366bc6cd0 (tqtc/lts-6.2), 5bed8322e (6.5)
-
2022wk34FOQtforAndroid, 2022wk36FOQtforAndroid, 2022wk40FOQtforAndroid, 2022wk42FOQtforAndroid, 2022wk44FOQtforAndroid, 2022wk46FOQtforAndroid, 2022wk48FOQtforAndroid, 2022wk50FOQtforAndroid
Description
tst_qfile cases unixPipe and socketPair crash on Android 12 with the following error
F libc : fdsan: attempted to close file descriptor 6, expected to be unowned, actually owned by FILE* 0x74f30b74f948
this happens after closing the filesecriptor in those test functions. To fix this guidelines in https://android.googlesource.com/platform/bionic/+/master/docs/fdsan.md should be incorporated here.