Search Issue Tracker
By Design
Votes
0
Found in
2021.3.32f1
2022.3.13f1
2023.1.20f1
2023.2.0b18
2023.3.0a14
Issue ID
UUM-55684
Regression
No
Crash on __pthread_kill when building a specific project
Reproduction steps:
1. Open the attached project “ReproCrash”
2. File > Build Settings > Build
Expected result: Player is built
Actual result: Editor crashes
Reproducible with: 2021.3.32f1, 2022.3.13f1, 2023.1.20f1, 2023.2.0b18, 2023.3.0a14
Reproducible on: macOS 13.6 (M1 Max), macOS 14.0 (Intel)
Not reproducible on: Windows 10
First few lines of stack trace:
#0 0x0000018708c744 in __pthread_kill
#1 0x541a800186fd1ae8 in abort
#2 0x46000029d6a01f4 in monoeg_g_printv
#3 0x0000029d68560c in mono_log_write_logfile
#4 0x0000029d6a040c in monoeg_g_logv_nofree
#5 0x0000029d6a04c8 in monoeg_assertion_message
#6 0x0000029d6a0528 in monoeg_log_default_handler
#7 0x0000029d5f3fa8 in mono_marshal_get_native_wrapper
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Thanks for reporting this issue. It looks like the code in this project which crashes is using COM in TouchInputField.cs, which Unity does not support.
Unfortunately Unity does not provide a good error message in this case to help you understand that limitation though! I wish that were better, but we've not found a good way to indicate that.
I'll close this bug, as it is not something we support. Please let me know if you have any questions about this issue. Thanks again!