Closed ryust closed 5 months ago
Discovered the crash happens when ARSession.close() is called when destroying the fragment containing it.
Related to #440
Wondering if this came from the newest fix where destroy was moved to a background thread? Possibly trying to destroy it when it was already out of scope? (a guess)
Any progress?
Fixed in v2.2.0
As the title says, "Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)" has returned in 2.0.4 when exiting the activity containing an ARSceneView. Using 2.0.3 with no code changes, the app exits the activity correctly without crashing the app. The activity is similar to sample app with a main Activity and a Fragment to display the scene.