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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
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.