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
- Shader Compiler IPC Exception and Editor Crash on AMD 9000-X3D CPU series
- Editor crashes in TextLib::FindIntersectingLink when hovering UITK Labels with <link> tags rendered via ATG
- Crash on mono_log_write_logfile when more than one copy of bee_backend is running
- NativeList<T>.ParallelWriter.AddNoResize() causes memory corruption when used in a [BurstCompile] IJobParallelFor on Web builds
- Realtime reflection probe changes light strength when removing light sources using URP WebGL
Add comment