Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2018.4.X, 2019.2.X
Votes
0
Found in
2018.3.0b1
2018.3.5f1
2018.4.0f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1167107
Regression
Yes
[Linux] Streamed AudioClip causes stack overflow, glitching and a crash when closing the player
To reproduce:
1) Download the attached project as well as separately attached "metas.zip"
2) Replace the meta files in the project with those in "metas.zip"
3) Open the project and the only scene in Unity
4) Play it
Result: Audio glitches out, stack overflow errors are thrown, and attempting to stop the playing crashes Editor
Reproduced in 2018.3.0b1, 2018.3.5f1, 2019.1.0a1, 2019.3.0a7, 2019.3.0a12
Not reproduced in 2017.4.0f1, 2017.4.30f1
Reproduced both in Linux Editor and Player
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
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
Resolution Note (fix version 2019.3):
This is reproducible on multiple platforms. FMOD does not have enough headroom, which causes a number of cascading problems. You can trigger it by doing almost anything significant in the audio callback. In some sense mono is the culprit here (eating up a lot of the stack), but a quicker fix is increasing the stack size directly.