Search Issue Tracker
Not Reproducible
Votes
0
Found in
2018.4
2018.4.3f1
Issue ID
1199664
Regression
No
Crash on MultiWriterSingleReaderAtomicCircularBuffer::ReadNextPayload when batchmode build fails with "Segment fault: 11" error
How to reproduce:
1. Download the attached project
2. Replace the "StaticData/Combat/MonstersTable_MonstersClientTable.json" with attached MonstersTable_MonstersClientTable.json
3. Replace the "Assets/Scripts/Bootstrap/CustomsEnforcement.cs" with attached CustomsEnforcement.cs
4. Add the "Repro.sh" to project directory
5. Change the UNITY_PATH variable according to your installation at Repro.sh
6. Execute "sh Repro.sh" via terminal
Actual result: Batchmode build crashes with "Segment fault: 11" error.
Reproducible with: 2018.4.13f1.
Notes:
- The project contains compiler errors at later Unity versions, so I am not able to test if this crash happens.
- The batchmode build causes another crash at later Unity versions, even if the build script is not executed because of compiler errors. (Case 1201716)
- Failed assertions are thrown before the crash:
Assertion failed on expression: 'ACB_NextMultipleOfHeaderSize(H) == H'
Assertion failed on expression: 'ACB_NextMultipleOfHeaderSize(T) == T'
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
- Flickering bright white dots in the Scene when the Android Platform is selected and DX11 Graphics API is used with Iris(R) Xe Graphics GPU
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
Add comment