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

Crash on app startup with Segment 4.0.1 #916

Closed
jbelkins opened this issue Jun 30, 2020 · 2 comments
Closed

Crash on app startup with Segment 4.0.1 #916

jbelkins opened this issue Jun 30, 2020 · 2 comments

Comments

@jbelkins
Copy link

The Analytics SDK is crashing my app on startup, starting with version 4. (Crashes on 4.0.0 and 4.0.1)
Everything ran just fine for us on version 3.

A representative crash log from my crash reporter and a Xcode screenshot showing the originating thread are attached.

It appears that you're enqueueing a synchronous task from within a task on the same queue, hence: deadlock. The point of entry to the Analytics SDK was when we called registeredForRemoteNotifications(withDeviceToken:)

Crash log
Xcode screen shot

@bsneed
Copy link
Contributor

bsneed commented Jul 6, 2020

@jbelkins thanks for reporting this! We'll get this fixed ASAP.

@bsneed
Copy link
Contributor

bsneed commented Jul 13, 2020

Fixed on master. Release coming soon.

@bsneed bsneed closed this as completed Jul 13, 2020
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

2 participants