Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
1.0.8
Issue ID
RIDER-12
Regression
Yes
[macOS][iOS] Crash on pthread_kill when building with Rider debugger attached
How to reproduce:
1. Open the attached 'TestUnityProject.zip' project
2. Open 'PostProcess' Script in Rider Code Editor
3. Add breakpoint in 'string result = report.summary.outputPath;' variable
4. Attach Rider Debugger to the opened project
5. Navigate File-> Build Settings-> Switch to iOS Platform
6. Build for iOS
Reproducible with: 2019.3.0a8(1.0.8), 2019.4.0f1(1.1.4), 2020.1.0b11(1.2.1), 2020.2.0a13(2.0.3)
Not reproducible with: 2018.4.23f1, 2019.3.0a7(1.0.8)
First 5 lines of the stacktrace:
#0 0x007fff67bd32c6 in __pthread_kill
#1 0x007fff67b3d6a6 in abort
#2 0x000001485b2ab2 in mono_log_write_logfile
#3 0x000001485c6abc in monoeg_g_logv
#4 0x000001485c6c61 in monoeg_assertion_message
#5 0x0000014852f891 in mono_metadata_decode_row
Notes:
- Could not reproduce with VSCode, Visual Studio
- Reproducible with Mac Standalone build (inconsistent); Not reproducible with Windows Standalone build;
- Tested with Rider 2020.1.3
- Video of reproduction is attached in Edit
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
- [macOS] Project fails to load when Virtual Artifacts are Corrupted
- Long scheduler times on main thread when using InstantiateAsync with a singular massive Prefab
- The project hangs upon opening it when importing the "discrete_rank2_vector_v2_0.onnx" file
- Opening the Look Dev hangs the Editor when the window is opened for the first time in the project or after deleting the Library folder
- Look Dev has blurry icons on 4k monitors
Resolution Note:
It turned out that Mono developers are responsible for the issue.