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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment