Rare java.lang.StackOverflowError crash in AdMob 6.4.1 for Android

79 views
Skip to first unread message

I.D.E.

unread,
Jan 11, 2014, 11:33:48 AM1/11/14
to google-adm...@googlegroups.com
I'm seeing a very rare crash in AdMob, when an ad is loaded from an XML layout file. This was shown in my ACRA reports:

Caused by: java.lang.StackOverflowError
at android.webkit.WebView.<init>(WebView.java:1076)
at android.webkit.WebView.<init>(WebView.java:1059)
at android.webkit.WebView.<init>(WebView.java:1048)
at android.webkit.WebView.<init>(WebView.java:1038)
at android.webkit.WebView.<init>(WebView.java:1029)
at com.google.ads.internal.AdWebView.<init>(SourceFile:70)
at com.google.ads.util.IcsUtil$IcsAdWebView.<init>(SourceFile:54)
at com.google.ads.internal.d.a(SourceFile:319)
at com.google.ads.internal.d.<init>(SourceFile:301)
at com.google.ads.AdView.a(SourceFile:508)
at com.google.ads.AdView.a(SourceFile:370)
at com.google.ads.AdView.<init>(SourceFile:125)
... 25 more
android.view.InflateException: Binary XML file line #192: Error inflating class com.google.ads.AdView
at android.view.LayoutInflater.createView(LayoutInflater.java:606)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:680)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:739)
at android.view.LayoutInflater.inflate(LayoutInflater.java:489)
at android.view.LayoutInflater.inflate(LayoutInflater.java:396)
at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:251)
at android.app.Activity.setContentView(Activity.java:1862)

Note that it's very rare in the number of occurrences. I'm just letting people know.

Eric Leichtenschlag

unread,
Jan 17, 2014, 9:51:40 PM1/17/14
to google-adm...@googlegroups.com
All the AdMob code is doing in this trace is initializing a new WebView. I don't think AdMob is the root cause here. Is your app doing any kind of recursion with AdMob banner calls?

Thanks,
Eric
Reply all
Reply to author
Forward
0 new messages