Crashes
Open
Nobody has claimed this yet.
- Dominant language
- Objective-C
- Stars
- 2k
- Forks
- 867
- Avg merge
- 4d 48m
- Merged PRs (30d)
- 1
Description
Just updated to the latest version of AppAuth and now our app is crashing.
-[OIDURLQueryComponent addParameter:value:]
OIDURLQueryComponent.m, line 116
Last Exception Backtrace
CoreFoundation
__exceptionPreprocess
libobjc.A.dylib
objc_exception_throw
CoreFoundation
_CFThrowFormattedException
CoreFoundation
-[__NSArrayM insertObject:atIndex:]
CoreFoundation
-[__NSArrayM insertObject:atIndex:]
AppAuth
-[OIDURLQueryComponent addParameter:value:] OIDURLQueryComponent.m:116
AppAuth
-[OIDTokenRequest URLRequest] OIDTokenRequest.m:292
AppAuth
+[OIDAuthorizationService performTokenRequest:originalAuthorizationResponse:callback:] OIDAuthorizationService.m:433
AppAuth
-[OIDAuthState performActionWithFreshTokens:additionalRefreshParameters:dispatchQueue:] OIDAuthState.m:513
AppAuth
-[OIDAuthState performActionWithFreshTokens:additionalRefreshParameters:] OIDAuthState.m:465
GTMAppAuth
-[GTMAppAuthFetcherAuthorization authorizeRequestArgs:] GTMAppAuthFetcherAuthorization.m:223
GTMAppAuth
-[GTMAppAuthFetcherAuthorization authorizeRequest:completionHandler:] GTMAppAuthFetcherAuthorization.m:446
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with OIDURLQueryComponent.m at line 116 and follow the token-request path through OIDTokenRequest.m:292, using the supplied backtrace as the entry point. Reproduce the crash with the affected AppAuth version and determine the triggering input; done means the cause and a verified resolution are documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, objective-c
- Domain
- authentication, mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100