Skip to content

Instantly share code, notes, and snippets.

@KATT
Created October 29, 2010 09:35
Show Gist options
  • Save KATT/653217 to your computer and use it in GitHub Desktop.
Save KATT/653217 to your computer and use it in GitHub Desktop.
Stack trace...
[WARN] attempted to load: TiUIWebViewProxy
[ERRProjectNameOR] The application has crashed with an unhandled exception. Stack trace:
0 CoreFoundation 0x03749b7c __exceptionPreprocess + 156
1 libobjc.A.dylib 0x0389940e objc_exception_throw + 47
2 ProjectName 0x0008bec4 -[TiModule createProxy:forName:context:] + 768
3 CoreFoundation 0x036ba5cd __invoking___ + 29
4 CoreFoundation 0x036ba4a1 -[NSInvocation invoke] + 145
5 ProjectName 0x00034e3d -[KrollMethod call:] + 736
6 ProjectName 0x0003473b KrollCallAsFunction + 327
7 ProjectName 0x001f6b06 _ZN2TI16TiCallbackObjectINS_8TiObjectEE4callEPNS_10TiExcStateEPS1_NS_7TiValueERKNS_7ArgListE + 550
8 ProjectName 0x001c196d cti_op_call_NotTiFunction + 637
9 ??? 0x0e93a2df 0x0 + 244556511
10 ProjectName 0x0016f36f _ZN2TI11Interpreter7executeEPNS_18FunctionExecutableEPNS_10TiExcStateEPNS_10TiFunctionEPNS_8TiObjectERKNS_7ArgListEPNS_14ScopeChainNodeEPNS_7TiValueE + 783
11 ProjectName 0x001dacbf _ZN2TI10TiFunction4callEPNS_10TiExcStateENS_7TiValueERKNS_7ArgListE + 127
12 ProjectName 0x00123849 _ZN2TI4callEPNS_10TiExcStateENS_7TiValueENS_8CallTypeERKNS_8CallDataES2_RKNS_7ArgListE + 57
13 ProjectName 0x001f4683 TiObjectCallAsFunction + 611
14 ProjectName 0x00030b39 -[KrollCallback call:thisObject:] + 726
15 ProjectName 0x00031ca5 -[KrollEvent invoke:] + 92
16 ProjectName 0x00031336 -[KrollContext invoke:] + 43
17 ProjectName 0x000324fa -[KrollContext main] + 1790
18 Foundation 0x004dc76c -[NSThread main] + 81
19 Foundation 0x004dc6f8 __NSThread__main__ + 1387
20 libSystem.B.dylib 0x97d5481d _pthread_start + 345
21 libSystem.B.dylib 0x97d546a2 thread_start + 34
2010-10-29 11:26:09.491 ProjectName[10735:6a03] *** Terminating app due to uncaught exception 'org.ProjectName.module', reason: 'invalid method (createWebView) passed to UIModule'
*** Call stack at first throw:
(
0 CoreFoundation 0x03749b99 __exceptionPreprocess + 185
1 libobjc.A.dylib 0x0389940e objc_exception_throw + 47
2 ProjectName 0x0008bec4 -[TiModule createProxy:forName:context:] + 768
3 CoreFoundation 0x036ba5cd __invoking___ + 29
4 CoreFoundation 0x036ba4a1 -[NSInvocation invoke] + 145
5 ProjectName 0x00034e3d -[KrollMethod call:] + 736
6 ProjectName 0x0003473b KrollCallAsFunction + 327
7 ProjectName 0x001f6b06 _ZN2TI16TiCallbackObjectINS_8TiObjectEE4callEPNS_10TiExcStateEPS1_NS_7TiValueERKNS_7ArgListE + 550
8 ProjectName 0x001c196d cti_op_call_NotTiFunction + 637
9 ??? 0x0e93a2df 0x0 + 244556511
10 ProjectName 0x0016f36f _ZN2TI11Interpreter7executeEPNS_18FunctionExecutableEPNS_10TiExcStateEPNS_10TiFunctionEPNS_8TiObjectERKNS_7ArgListEPNS_14ScopeChainNodeEPNS_7TiValueE + 783
11 ProjectName 0x001dacbf _ZN2TI10TiFunction4callEPNS_10TiExcStateENS_7TiValueERKNS_7ArgListE + 127
12 ProjectName 0x00123849 _ZN2TI4callEPNS_10TiExcStateENS_7TiValueENS_8CallTypeERKNS_8CallDataES2_RKNS_7ArgListE + 57
13 ProjectName 0x001f4683 TiObjectCallAsFunction + 611
14 ProjectName 0x00030b39 -[KrollCallback call:thisObject:] + 726
15 ProjectName 0x00031ca5 -[KrollEvent invoke:] + 92
16 ProjectName 0x00031336 -[KrollContext invoke:] + 43
17 ProjectName 0x000324fa -[KrollContext main] + 1790
18 Foundation 0x004dc76c -[NSThread main] + 81
19 Foundation 0x004dc6f8 __NSThread__main__ + 1387
20 libSystem.B.dylib 0x97d5481d _pthread_start + 345
21 libSystem.B.dylib 0x97d546a2 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