Search Issue Tracker
Fixed in 2020.3.46f1
Fixed in 2020.3.X, 2021.3.X, 2022.2.X, 2023.1.X, 2023.1.0a25
Votes
0
Found in
2020.3.42f1
2021.3.11f1
2022.1.17f1
2022.2.0b8
2023.1.0a12
Issue ID
UUM-15705
Regression
Yes
[Linux] Crash on __nss_database_lookup when connecting to video source url
Reproduction steps:
1. Open the user’s attached project
2. Open the “Assets/LightShaft/Scenes/Demo - Scripting.unity” scene
3. Enter the Play Mode
4. Click “Preload Video”
Expected result: A video preloads to be played
Actual result: Unity Editor crashes
Reproducible with: 2021.2.0a2, 2021.2.19f1, 2021.3.11f1, 2022.1.17f1, 2022.2.0b8, 2023.1.0a12
Not reproducible with: 2020.3.40f1, 2021.2.0a1
Reproducible on: Ubuntu 20.04.5 LTS
Not reproducible on: Windows 11 Pro 21H2
Notes:
- On 2022.1.17f1, click “Preload Video” until the crash
- On 2020.3.40f1, 2021.1.28f1 crash does not reproduce, but the video can’t be preloaded while on Windows it preloads and plays
First lines of the stack trace:
{noformat}#0 0x007f20e36c4420 in funlockfile
#1 0x007f20e3649854 in __nss_database_lookup
#2 0x00000040f13664 in (wrapper managed-to-native) System.Buffer:InternalMemcpy (byte,byte,int){noformat}
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
- Uninitialized variable warning appears in the Inspector of a custom shader when the variable is initialized
- "Failed creating toolbar element from ID..." error is thrown when resetting the Scene view Overlay layout while an Asset Transformer Toolbox overlay is active
- Entity ID for Font Assets is serialized twice which throws an error when using Debug Inspector
- Play Mode can be entered when disabling Adaptive Performance and pressing either the Play Mode button or the keyboard shortcut to enter Play Mode before recompilation leading to errors and warnings thrown
- Parent ListView element also becomes selected when inner ListView element is selected
Resolution Note (fix version 2023.1):
URLs without extensions were not supported on Linux, leading to initialization errors.