Search Issue Tracker
Won't Fix
Votes
1
Found in [Package]
1.4.1
Issue ID
MARS-1372
Regression
No
[MARS] [Android] App crashes on devices with null pointer dereference when Marker Library includes an image with no keypoints
How to reproduce:
1. Open the attached project "1387654.zip"
2. Build and Run on Android device
Expected results: The app does not crash
Actual results: The app crashes with following errors:
at libc.pthread_mutex_lock(pthread_mutex_lock:0)
at libUnityARCore.0x2ae5c(Native Method)
at libil2cpp.0x12ec8bc(Native Method)
at libil2cpp.0x12eb910(Native Method)
at libil2cpp.0x80ea40(Native Method)
Reproducible with: 1.4.1 (2021.2.6f1, 2022.1.0b1)
Could not test with: 1.4.1 (2019.4.33f1, 2020.3.24f1) (The app can't be built)
Notes:
- Does not reproduce when building with 'Development Build' selected
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
- "Customize handled extensions" part in the External Tools settings tab is not aligned with other properties
- Editor Diagnostics foldouts do not open when clicked on the foldout title
- [UI Builder] Visual Elements are not placed at the mouse cursor position when Absolute Position Placement is enabled
- "Width" and "Height" text is misaligned with slider ends in Screen Match Mode Parameters section of Panel Settings Asset
- Editor does not quit when Editor is not in focus and any floating window is opened
Resolution Note:
Can't reproduce this, because ARCore won't let you build the marker library if there are no keypoints, so the build fails.