Search Issue Tracker
Duplicate
Duplicate in 2021.2.X
Votes
0
Found in
2021.2.0a18
2021.2.0a20
2022.1
Issue ID
1345784
Regression
Yes
[Linux] [Mono Upgrade] Unity crashes when detaching the Managed Debugger after hitting a breakpoint
Reproduction steps:
1. Download and open the attached project: "test-project.zip"
2. Go to Assets > Test 1 and open the PlaymodeTest script with Rider
3. Add a breakpoint at line 19
4. Attach the script debugger to the Editor
5. Run the debugger
6. Once it hits the breakpoint, detach the debugger
First 5 lines of the stack trace:
0 0x007f4677044980 in funlockfile
#1 0x007f4676c7ffb7 in gsignal
#2 0x007f4676c81921 in abort
#3 0x007f44f100d8d9 in monoeg_assert_abort
#4 0x007f44f0ff6e1a in mono_dl_fallback_unregister
Reproducible with: 2021.2.0a18, 2021.2.0b7, 2022.1.0a5
Not reproducible with: 2019.4.29f1, 2020.3.16f1, 2021.1.17f1, 2021.1.17f1
Notes:
- Not reproducible on Windows and macOS
- Tested with Rider 2021.1.5 on Ubuntu 18.04
- The issue can be somewhat inconsistent and require a few tries for the Editor to crash
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
- Additional settings dropdown in Terrain Overlay is not grayed out for painting modes with no extra settings
- Inconsistent Terrain brush Opacity values between Scene view and Inspector
- [Usability] No separated opacity for the different types of Terrain brushes
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
This is a duplicate of issue #1354671