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
- Celestial bodies order remains unchanged when the Distance setting is modified
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
- Camera is not overlooking the main Scene in Scene View in the HDRP Sample Template
- TextShadow properties are not applied when displayed in a custom MenuItem Window
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.