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
- Shader Graph and the Visual Effects Graph scroll unreasonably fast on OSX
- [Android 4.4] Player crashes at splash screen when building with Frame Timing Stats enabled in the Player Settings
- VisualElement’s auto width is incorrect when the element’s parent has a set width
- Black and white flickering when using two Full Screen Pass Renderer Features
- [Audio] Microphone API latency and audio distortions appear after recording
This is a duplicate of issue #1354671