Search Issue Tracker
Fixed in 1.2.3
Votes
0
Found in [Package]
1.2.3
Issue ID
1303618
Regression
No
[Android] ADB Functionality leaks a pipe, causes too many open files error
How to repro:
1. Open a new project using a Mac
2. Install the Android Logcat package
3. Open the Android Logcat window (Window -> Analysis -> Android Logcat)
4. Go to the terminal and type in this command, which will report how many PIPE type file handles are open by Unity:
========================
lsof -c Unity | egrep "PIPE" | awk '{ print $1; }'| sort -rn | uniq -c | sort -rn | head -20
========================
Expected Results: The number next to Unity should remain stable
Actual Results: The number next to Unity is increasing, while Logcat package is opened and there's no Android devices connected.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 1.2.3):
Fixed in 1.2.3 (2021.1.28f1)
Resolution Note (fix version 1.2.3):
Fixed in 1.2.3 (2020.3.22f1)
Resolution Note (fix version 1.2.3):
Fixed in 1.2.3 (2021.2.1f1)
Resolution Note:
Fixed in: 1.2.3 (2021.1.28f1)
Resolution Note:
Fixed in 2019.4.33f1