Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. SIGSEGV
  2. VLPush-[GADDelegateManager didReceiveAd]
  3.  
  4. # Binary Image Name Address Symbol
  5. 0 VLPush 0x001e0ba0 testflight_backtrace
  6. 1 VLPush 0x001e03dc TFSignalHandler
  7. 2 libsystem_platform.dylib 0x3aaa3062 _sigtramp
  8. 3 VLPush 0x000f202f -[GADDelegateManager didReceiveAd] --------->>>>> CRASH
  9. 4 VLPush 0x000e941b -[GADBannerWebViewDelegate webViewDidFinishLoad:]
  10. 5 CoreFoundation 0x300ad503 __invoking___
  11. 6 CoreFoundation 0x2fff7eba -[NSInvocation invoke]
  12. 7 CoreFoundation 0x2fffb652 -[NSInvocation invokeWithTarget:]
  13. 8 WebKit 0x388eff7e -[_WebSafeForwarder forwardInvocation:]
  14. 9 CoreFoundation 0x300ac070 ___forwarding___
  15. 10 CoreFoundation 0x2fffb597 _CF_forwarding_prep_0
  16. 11 CoreFoundation 0x300ad503 __invoking___
  17. 12 CoreFoundation 0x2fff7eba -[NSInvocation invoke]
  18. 13 WebCore 0x37f41b8c _ZL20HandleDelegateSourcePv
  19. 14 CoreFoundation 0x3007518a __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
  20. 15 CoreFoundation 0x3007465a __CFRunLoopDoSources0
  21. 16 CoreFoundation 0x30072e4e __CFRunLoopRun
  22. 17 CoreFoundation 0x2ffddce6 CFRunLoopRunSpecific
  23. 18 CoreFoundation 0x2ffddaca CFRunLoopRunInMode
  24. 19 GraphicsServices 0x34cfe282 GSEventRunModal
  25. 20 UIKit 0x3287fa40 UIApplicationMain
  26. 21 VLPush 0x000a0fd6 main in main.m on Line 16
  27. 22 libdyld.dylib 0x3a988ab6 start
  28.  
  29. SIGSEGV
  30. VLPush-[GADDelegateManager didFailToReceiveAdWithError:]
  31.  
  32.  
  33. # Binary Image Name Address Symbol
  34. 0 VLPush 0x10024506b testflight_backtrace
  35. 1 VLPush 0x10024466f TFSignalHandler
  36. 2 libsystem_platform.dylib 0x1980f7b1b _sigtramp
  37. 3 VLPush 0x1001523fb -[GADDelegateManager didFailToReceiveAdWithError:] --------->>>>> CRASH
  38. 4 CoreFoundation 0x18b02209b -[NSArray makeObjectsPerformSelector:]
  39. 5 Foundation 0x18bb8e897 __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke
  40. 6 Foundation 0x18bb8e783 -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]
  41. 7 Foundation 0x18bb8f7db -[NSURLConnectionInternal _withConnectionAndDelegate:]
  42. 8 Foundation 0x18bc33fdf _NSURLConnectionDidFail
  43. 9 CFNetwork 0x18acb93c3 ___ZN27URLConnectionClient_Classic17_delegate_didFailEP9__CFErrorU13block_pointerFvvE_block_invoke
  44. 10 CFNetwork 0x18acb76e3 ___ZN27URLConnectionClient_Classic18_withDelegateAsyncEPKcU13block_pointerFvP16_CFURLConnectionPK33CFURLConnectionClientCurrent_VMaxE_block_invoke_2
  45. 11 CoreFoundation 0x18afd508f CFArrayApplyFunction
  46. 12 CFNetwork 0x18ac2cbeb _ZN19RunloopBlockContext7performEv
  47. 13 CFNetwork 0x18ac2ca67 _ZN17MultiplexerSource7performEv
  48. 14 CFNetwork 0x18ac2c8a3 _ZN17MultiplexerSource8_performEPv
  49. 15 CoreFoundation 0x18b097043 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
  50. 16 CoreFoundation 0x18b09639f __CFRunLoopDoSources0
  51. 17 CoreFoundation 0x18b094637 __CFRunLoopRun
  52. 18 CoreFoundation 0x18afd56cf CFRunLoopRunSpecific
  53. 19 GraphicsServices 0x190c61c0b GSEventRunModal
  54. 20 UIKit 0x18e106fdb UIApplicationMain
  55. 21 VLPush 0x1000fbbf3 main in main.m on Line 16
  56. 22 libdyld.dylib 0x197f7fa9f start
  57. 23 0xffffffffffffffff 0xffffffffffffffff
  58.  
  59. CGRect statusBarRect = [UIApplication sharedApplication].statusBarFrame;
  60. CGRect navigationBarRect = self.navigationController.navigationBar.frame;
  61.  
  62. if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) {
  63.  
  64. // Google AdMob
  65. // Initialize the banner at the bottom of the screen.
  66. CGPoint origin = CGPointMake(SCREEN_WIDTH / 2 - kGADAdSizeLeaderboard.size.width / 2
  67. ,
  68. SCREEN_HEIGHT
  69. - kGADAdSizeLeaderboard.size.height
  70. - navigationBarRect.size.height
  71. - 20);
  72.  
  73.  
  74. // Use predefined GADAdSize constants to define the GADBannerView.
  75. self.adBanner = [[GADBannerView alloc] initWithAdSize:kGADAdSizeLeaderboard origin:origin];
  76.  
  77. // Note: Edit SampleConstants.h to provide a definition for kSampleAdUnitID before compiling.
  78. self.adBanner.adUnitID = kADMobBottomBannerPad;
  79. self.adBanner.delegate = self;
  80. self.adBanner.rootViewController = self;
  81.  
  82. [self.view insertSubview:self.adBanner aboveSubview:self.scrollView];
  83. [self.adBanner loadRequest:[self request]];
  84.  
  85.  
  86.  
  87. - (GADRequest *)request
  88. {
  89. GADRequest *request = [GADRequest request];
  90.  
  91. // Make the request for a test ad. Put in an identifier for the simulator as well as any devices
  92. // you want to receive test ads.
  93. request.testDevices = @[
  94. // TODO: Add your device/simulator test identifiers here. Your device identifier is printed to
  95. // the console when the app is launched.
  96. GAD_SIMULATOR_ID
  97. ];
  98. return request;
  99. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement