Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) is back in 2.0.4 #439

Closed
ryust opened this issue Mar 13, 2024 · 4 comments
Closed

Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) is back in 2.0.4 #439

ryust opened this issue Mar 13, 2024 · 4 comments

Comments

@ryust
Copy link

ryust commented Mar 13, 2024

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.

@ryust
Copy link
Author

ryust commented Mar 14, 2024

Discovered the crash happens when ARSession.close() is called when destroying the fragment containing it.

@AlexDarigan
Copy link

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)

@NikitaGvozdilko
Copy link

Any progress?

@ThomasGorisse
Copy link
Contributor

Fixed in v2.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants