magnusja / libaums

Open source library to access USB Mass Storage devices on Android without rooting your device
Apache License 2.0
1.26k stars 270 forks source link

Broken pipe always occurs every time a compressed file or video is opened #389

Open HpBoss opened 1 year ago

HpBoss commented 1 year ago

Problem

java.io.IOException: write failed: EPIPE (Broken pipe) 2023-05-29 12:34:01.007 8086-8718/com.xxx.xxx.filemanager W/System.err: at libcore.io.IoBridge.write(IoBridge.java:531) 2023-05-29 12:34:01.008 8086-8718/com.xxx.xxx.filemanagers W/System.err: at java.io.FileOutputStream.write(FileOutputStream.java:381) 2023-05-29 12:34:01.008 8086-8718/com.xxx.xxx.filemanagers W/System.err: at com.xxx.xxx.files.usb.ParcelFileDescriptorUtil$TransferThread.run(ParcelFileDescriptorUtil.java:95)

Expected behavior

Actual behavior

Stacktrace of Excpetion

(if exists)

Code where problem occurs