Search Issue Tracker
Fixed
Fixed in 2022.3.11f1, 2023.2.0b17, 2023.3.0a1
Votes
0
Found in
2023.1.3f1
Issue ID
UUM-41248
Regression
No
[Linux] Crash on DataBufferGLES::Upload(unsigned long, unsigned long, void const*) when "Handles.DrawLines" has an odd number of parameters
Reproduction steps:
1. Open the attached “Test Project” project
2. Open the “Areas/2 Waterworks/LVL-1 Test” Scene
3. Open the “Editor/EditorToolsHelper.cs” Script
4. Go to line “67” and duplicate that line
5. Save the Script
Expected result: The script reloads
Actual result: Unity Editor crashes
Reproducible with: 2021.3.27f1, 2022.3.3f1, 2023.1.1f1, 2023.2.0a21
Reproducible on: Ubuntu 22.04
Not reproducible on: Windows 10
First lines of the stack trace:
#0 0x0055790893ebbc in burst_signal_handler(int, siginfo_t*, void*)
#1 0x007f2bbbe36520 in __sigaction
#2 0x007f2a1eae8170 in (Unknown)
#3 0x007f2a1ea0fe56 in (Unknown)
#4 0x007f2a1ea149cd in (Unknown)
#5 0x007f2a1e6833c9 in (Unknown)
#6 0x007f2a1e683566 in (Unknown)
#7 0x00557908ed581c in DataBufferGLES::Upload(unsigned long, unsigned long, void const*)
#8 0x00557908ee49ee in BufferGLES::EndWrite(unsigned long)
#9 0x00557908ee4885 in GfxDeviceGLES::EndBufferWrite(GfxBuffer*, unsigned long)
#10 0x005579088adda8 in DynamicVBO::ReleaseChunk(unsigned int, unsigned int)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
- m_Modifications block serializes incorrectly when replacing source prefabs
Add comment