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

[iOS] crash on app kill on shutDownLogManager #943

Open
Buster28 opened this issue Oct 19, 2021 · 2 comments
Open

[iOS] crash on app kill on shutDownLogManager #943

Buster28 opened this issue Oct 19, 2021 · 2 comments
Assignees
Labels
bug Something isn't working iOS iOS related issue v4

Comments

@Buster28
Copy link

We have an iOS app where we are using oneds c++ sdk to send our telemetry events.
Recently, we are getting a crash on ios device on app kill.

Below is the screenshot of the crash stack. Please let me know if any more informations needed from my side.
MicrosoftTeams-image

@Buster28 Buster28 added the bug Something isn't working label Oct 19, 2021
@lalitb
Copy link
Contributor

lalitb commented Oct 20, 2021

Tagging this for v4, as this seems related to the use-after-free crash unless @eduardo-camacho and @kindbe feel otherwise.

@lalitb lalitb added the v4 label Oct 20, 2021
@lalitb
Copy link
Contributor

lalitb commented Oct 20, 2021

Had a discussion with Ayushi Kejriwal ( @Buster28 ? ) on this issue, 1DS C++ dependency is coming from the edge code used in their project. The crash is coming after moving to 92-edge release. There were initial crashes on SQLite DB which were fixed by skipping the shutdown of logmanagers.
As the current shutdown is observed while killing the app even without log manager shutdown, this may not be related to the use-after-free issue for which v4 is planned. Also, 1DS SDK behavior is undefined if the app is killed without shutdown being called.

@aykejriw aykejriw added the iOS iOS related issue label Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working iOS iOS related issue v4
Projects
None yet
Development

No branches or pull requests

5 participants