Search Issue Tracker
By Design
Votes
0
Found in
2021.3.45f1
2022.3.52f1
6000.0.25f1
6000.1.0a2
Issue ID
UUM-86120
Regression
No
Crash on __pthread_kill when entering Play mode
Reproduction steps:
1. Open the “IN-87591.zip” project
2. Open the “Assets/Scenes/CarDemo” Scene
3. Enter Play mode
4. Observe the crash
Reproducible with: 2021.3.45f1, 2022.3.51f1, 6000.0.25f1, 6000.1.0a2
Reproducible on: macOS 15.0 (M1 Max), macOS 14.6.1 (M2 Ultra)
Not reproducible on: macOS 14.6.1 (Intel), Windows 11
First few lines of the stack trace:
#0 0x000001a01955d0 in __pthread_kill
#1 0x70578001a00daa30 in abort
#2 0x131380014e6940a4 in monoeg_g_printv
#3 0x0000014e6794bc in mono_log_write_logfile
#4 0x0000014e6942bc in monoeg_g_logv_nofree
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
- [HDRP] Assertion printed when Maximum Reflection Probe count is higher than 64 due to k_MaxCubeReflectionsOnScreen when Raytracing is enabled
- Seams are visible on the Water System when multiple tiles are used and their Surface type is set to River
- Matching Game View creates unsaved changes even though nothing to save
- AudioClips do not have path or GUID in Build Report and incorrect size is reported
- The rendered color of the preset differs from the preview color when adding a new swatch in the HDR Color Picker
Resolution Note:
This crash is due to the project P/Invoking into AirSimWrapper and not finding the AirSimWrapper library with the correct architecture or not finding the export from the call. The repro project provided does not have the AirSimWrapper plugin included, though I did find online that it is set to build on mac for x86_64 only. So it should be verified that the AirSimWrapper.bundle is actually the correct architecture and has the export for which the crash is happening.