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 in NXOAuth2AccountStore #218

Open
jakecastrodnt opened this issue Mar 27, 2017 · 2 comments
Open

Crash in NXOAuth2AccountStore #218

jakecastrodnt opened this issue Mar 27, 2017 · 2 comments

Comments

@jakecastrodnt
Copy link

This stack trace may or may not be too helpful, but I'm getting a crash in NXOAuth2AccountStore, and I'm not sure if there is anything else I can do. Here is the stack trace:

CoreFoundation __exceptionPreprocess + 124
2 libobjc.A.dylib objc_exception_throw + 52
3 CoreFoundation -[__NSDictionaryM removeObjectForKey:] + 688
4 MyApp -[NXOAuth2AccountStore oauthClient:didFailToGetAccessTokenWithError:] (NXOAuth2AccountStore.m:530)
5 MyApp -[NXOAuth2Client oauthConnection:didFailWithError:] (NXOAuth2Client.m:567)
6 MyApp -[NXOAuth2Connection connection:didFailWithError:] (NXOAuth2Connection.m:499)
7 CFNetwork __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke + 76
8 CFNetwork -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] + 196
9 CFNetwork -[NSURLConnectionInternal _withConnectionAndDelegate:] + 52
10 CFNetwork _NSURLConnectionDidFail(_CFURLConnection*, __CFError*, void const*) + 72
11 CFNetwork ___ZN27URLConnectionClient_Classic17_delegate_didFailEP9__CFErrorU13block_pointerFvvE_block_invoke + 108
12 CFNetwork ___ZN27URLConnectionClient_Classic18_withDelegateAsyncEPKcU13block_pointerFvP16_CFURLConnectionPK33CFURLConnectionClientCurrent_VMaxE_block_invoke_2 + 104
13 libdispatch.dylib _dispatch_client_callout + 12
14 libdispatch.dylib _dispatch_block_invoke_direct + 372
15 CFNetwork RunloopBlockContext::_invoke_block(void const*, void*) + 32
16 CoreFoundation CFArrayApplyFunction + 64
17 CFNetwork RunloopBlockContext::perform() + 132
18 CFNetwork MultiplexerSource::perform() + 308
19 CFNetwork MultiplexerSource::_perform(void*) + 60
20 CoreFoundation CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 20
21 CoreFoundation __CFRunLoopDoSources0 + 520
22 CoreFoundation __CFRunLoopRun + 800
23 CoreFoundation CFRunLoopRunSpecific + 440
24 GraphicsServices GSEventRunModal + 176
25 UIKit -[UIApplication _run] + 680
26 UIKit UIApplicationMain + 204
27 MyApp main (main.m:14)
28 libdyld.dylib start + 0

@ElKnarzo
Copy link

ElKnarzo commented Aug 7, 2018

Is there a solution to this crash now? Because this problem occurs with me and have no idea how to solve it.

@rnagabandi123
Copy link

Hello,

I am also getting crash in NXOAuth2AccountStore class -> didFailToGetAccessTokenWithError method.
Is there any solution found to solve this.

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

3 participants