Advertisement
Guest User

Untitled

a guest
Jun 14th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. (gdb) backtrace
  2. #0 0x9649f1c6 in mach_msg_trap ()
  3. #1 0x964a69bc in mach_msg ()
  4. #2 0x960bc0ae in CFRunLoopRunSpecific ()
  5. #3 0x960bccd8 in CFRunLoopRunInMode ()
  6. #4 0x92f4cd75 in -[NSRunLoop(NSRunLoop) runMode:beforeDate:] ()
  7. #5 0x327c4662 in +[WebCoreSynchronousLoader loadRequest:returningResponse:error:] ()
  8. #6 0x327c3c75 in WebCore::ResourceHandle::loadResourceSynchronously ()
  9. #7 0x327c3902 in WebCore::FrameLoader::loadResourceSynchronously ()
  10. #8 0x326effa7 in WebCore::XMLHttpRequest::send ()
  11. #9 0x326ef97f in KJS::jsXMLHttpRequestPrototypeFunctionSend ()
  12. #10 0x312df3a4 in KJS::FunctionCallDotNode::evaluate ()
  13. #11 0x312e5909 in KJS::ExprStatementNode::execute ()
  14. #12 0x312ec9f0 in KJS::BlockNode::execute ()
  15. #13 0x312eff11 in KJS::TryNode::execute ()
  16. #14 0x312e60e1 in KJS::FunctionBodyNode::execute ()
  17. #15 0x312e5a54 in KJS::FunctionImp::callAsFunction ()
  18. #16 0x312df3a4 in KJS::FunctionCallDotNode::evaluate ()
  19. #17 0x312e838f in KJS::ReturnNode::execute ()
  20. #18 0x312e60e1 in KJS::FunctionBodyNode::execute ()
  21. #19 0x312e5a54 in KJS::FunctionImp::callAsFunction ()
  22. #20 0x312df3a4 in KJS::FunctionCallDotNode::evaluate ()
  23. #21 0x312e5909 in KJS::ExprStatementNode::execute ()
  24. #22 0x312dbce1 in KJS::ProgramNode::execute ()
  25. #23 0x313510cc in KJS::Interpreter::evaluate ()
  26. #24 0x32b2f1ac in WebCore::KJSProxy::evaluate ()
  27. #25 0x329e3a8b in WebCore::FrameLoader::executeScript ()
  28. #26 0x32720ce4 in WebCore::FrameLoader::executeScript ()
  29. #27 0x32774c3d in -[WebCoreFrameBridge stringByEvaluatingJavaScriptFromString:forceUserGesture:] ()
  30. #28 0x328221f1 in -[WebCoreFrameBridge stringByEvaluatingJavaScriptFromString:] ()
  31. #29 0x30bc9400 in -[UIWebView stringByEvaluatingJavaScriptFromString:] ()
  32. #30 0x000031e5 in -[AluminumViewController webView:shouldStartLoadWithRequest:navigationType:] (self=0x1027ba0, _cmd=0x30c90674, inputWebView=0x1029330, request=0x103f420, navigationType=5) at /CodeValhalla/Appcelerate/Aluminum/iphone/Classes/AluminumViewController.m:142
  33. #31 0x30bca272 in -[UIWebView webView:decidePolicyForNavigationAction:request:frame:decisionListener:] ()
  34. #32 0x9613ba3d in __invoking___ ()
  35. #33 0x9613b428 in -[NSInvocation invoke] ()
  36. #34 0x32b234c6 in HandleDelegateSource ()
  37. #35 0x960bc5f5 in CFRunLoopRunSpecific ()
  38. #36 0x960bccd8 in CFRunLoopRunInMode ()
  39. #37 0x31566600 in GSEventRunModal ()
  40. #38 0x315666c5 in GSEventRun ()
  41. #39 0x30a4eca0 in -[UIApplication _run] ()
  42. #40 0x30a5a09c in UIApplicationMain ()
  43. #41 0x00002868 in main (argc=1, argv=0xbfffef24) at /CodeValhalla/Appcelerate/Aluminum/iphone/main.m:14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement