Skip to content

Instantly share code, notes, and snippets.

@stereoket
Created February 20, 2011 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stereoket/836141 to your computer and use it in GitHub Desktop.
Save stereoket/836141 to your computer and use it in GitHub Desktop.
Error message form Titanium Editor when using new oauth-adapter file
[DEBUG] destroyAuthorizeUI
[DEBUG] destroyAuthorizeUI:webView.removeEventListener
2011-02-20 17:35:00.938 PurpleAndroid[20379:b003] -[NSNull context]: unrecognized selector sent to instance 0x220adc8
[ERROR] The application has crashed with an unhandled exception. Stack trace:
0 CoreFoundation 0x0219cbcc __exceptionPreprocess + 156
1 libobjc.A.dylib 0x022f15c2 objc_exception_throw + 47
2 CoreFoundation 0x0219e6fb -[NSObject(NSObject) doesNotRecognizeSelector:] + 187
3 CoreFoundation 0x0210e366 ___forwarding___ + 966
4 CoreFoundation 0x0210df22 _CF_forwarding_prep_0 + 50
5 PurpleAndroid 0x00089cc1 -[TiProxy removeEventListener:] + 531
6 CoreFoundation 0x0210d67d __invoking___ + 29
7 CoreFoundation 0x0210d551 -[NSInvocation invoke] + 145
8 PurpleAndroid 0x0003549d -[KrollMethod call:] + 2092
9 PurpleAndroid 0x0003484f KrollCallAsFunction + 327
10 PurpleAndroid 0x00210998 _ZN2TI16TiCallbackObjectINS_8TiObjectEE4callEPNS_10TiExcStateEPS1_NS_7TiValueERKNS_7ArgListE + 552
11 PurpleAndroid 0x001d4868 cti_op_call_NotTiFunction + 632
12 ??? 0x11974b62 0x0 + 295127906
13 PurpleAndroid 0x00183fdb _ZN2TI11Interpreter7executeEPNS_18FunctionExecutableEPNS_10TiExcStateEPNS_10TiFunctionEPNS_8TiObjectERKNS_7ArgListEPNS_14ScopeChainNodeEPNS_7TiValueE + 971
14 PurpleAndroid 0x001f023f _ZN2TI10TiFunction4callEPNS_10TiExcStateENS_7TiValueERKNS_7ArgListE + 127
15 PurpleAndroid 0x00133e69 _ZN2TI4callEPNS_10TiExcStateENS_7TiValueENS_8CallTypeERKNS_8CallDataES2_RKNS_7ArgListE + 57
16 PurpleAndroid 0x0020cd14 TiObjectCallAsFunction + 612
17 PurpleAndroid 0x0002f50f -[KrollCallback call:thisObject:] + 784
18 PurpleAndroid 0x00030726 -[KrollEvent invoke:] + 92
19 PurpleAndroid 0x0002fdb7 -[KrollContext invoke:] + 43
20 PurpleAndroid 0x000315d4 -[KrollContext main] + 3216
21 Foundation 0x00536d4c -[NSThread main] + 81
22 Foundation 0x00536cd8 __NSThread__main__ + 1387
23 libSystem.B.dylib 0x9056985d _pthread_start + 345
24 libSystem.B.dylib 0x905696e2 thread_start + 34
2011-02-20 17:35:00.941 PurpleAndroid[20379:b003] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSNull context]: unrecognized selector sent to instance 0x220adc8'
*** Call stack at first throw:
(
0 CoreFoundation 0x0219cbe9 __exceptionPreprocess + 185
1 libobjc.A.dylib 0x022f15c2 objc_exception_throw + 47
2 CoreFoundation 0x0219e6fb -[NSObject(NSObject) doesNotRecognizeSelector:] + 187
3 CoreFoundation 0x0210e366 ___forwarding___ + 966
4 CoreFoundation 0x0210df22 _CF_forwarding_prep_0 + 50
5 PurpleAndroid 0x00089cc1 -[TiProxy removeEventListener:] + 531
6 CoreFoundation 0x0210d67d __invoking___ + 29
7 CoreFoundation 0x0210d551 -[NSInvocation invoke] + 145
8 PurpleAndroid 0x0003549d -[KrollMethod call:] + 2092
9 PurpleAndroid 0x0003484f KrollCallAsFunction + 327
10 PurpleAndroid 0x00210998 _ZN2TI16TiCallbackObjectINS_8TiObjectEE4callEPNS_10TiExcStateEPS1_NS_7TiValueERKNS_7ArgListE + 552
11 PurpleAndroid 0x001d4868 cti_op_call_NotTiFunction + 632
12 ??? 0x11974b62 0x0 + 295127906
13 PurpleAndroid 0x00183fdb _ZN2TI11Interpreter7executeEPNS_18FunctionExecutableEPNS_10TiExcStateEPNS_10TiFunctionEPNS_8TiObjectERKNS_7ArgListEPNS_14ScopeChainNodeEPNS_7TiValueE + 971
14 PurpleAndroid 0x001f023f _ZN2TI10TiFunction4callEPNS_10TiExcStateENS_7TiValueERKNS_7ArgListE + 127
15 PurpleAndroid 0x00133e69 _ZN2TI4callEPNS_10TiExcStateENS_7TiValueENS_8CallTypeERKNS_8CallDataES2_RKNS_7ArgListE + 57
16 PurpleAndroid 0x0020cd14 TiObjectCallAsFunction + 612
17 PurpleAndroid 0x0002f50f -[KrollCallback call:thisObject:] + 784
18 PurpleAndroid 0x00030726 -[KrollEvent invoke:] + 92
19 PurpleAndroid 0x0002fdb7 -[KrollContext invoke:] + 43
20 PurpleAndroid 0x000315d4 -[KrollContext main] + 3216
21 Foundation 0x00536d4c -[NSThread main] + 81
22 Foundation 0x00536cd8 __NSThread__main__ + 1387
23 libSystem.B.dylib 0x9056985d _pthread_start + 345
24 libSystem.B.dylib 0x905696e2 thread_start + 34
)
terminate called after throwing an instance of 'NSException'
[DEBUG] Session did end with error (null)
[INFO] Application has exited from Simulator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment