Search Issue Tracker
Fixed in 2019.2.8f1
Votes
0
Found in
2019.2.0f1
2019.2.5f1
Issue ID
1184507
Regression
No
[DSPGraph] Crash on ExecuteJobWithSharedJobData when calling AudioOutputHandle.Dispose() in OnDisable()
How to reproduce:
1. Open the "SampleScene" Scene in the attached "case_1184507.zip" Unity project
2. Enter Play Mode
Expected result: a warning in the Console tab about calling AudioOutputHandle.Dispose() in the OnDisable() method
Reproducible with: 2019.2.7f2
Note: could not reproduce on 2017.4, 2018.4, 2019.3, 2020.1 due to errors in the console and empty crash stack traces. Not reproducible in the 2019.2 stream before version 2019.2.0f1 due to errors. Calling AudioOutputHandle.Dispose() in OnDestroy() does not produce a crash, but throws error "ArgumentException: Invalid Graph Handle". Only reproduced on DSPGraph package version 0.1.0-preview.5.
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
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
Resolution Note (fix version 2019.2.8f1):
Fixed in 2019.2.8f1, 2019.3.0b5.