Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.StackOverflowError #81

Open
tonovation opened this issue Dec 1, 2016 · 0 comments
Open

java.lang.StackOverflowError #81

tonovation opened this issue Dec 1, 2016 · 0 comments

Comments

@tonovation
Copy link

tonovation commented Dec 1, 2016

java.lang.StackOverflowError: stack size 8MB
at java.lang.Class.isInstance(Class.java:1324)
at android.text.SpannableStringBuilder.countSpans(SpannableStringBuilder.java:857)
at android.text.SpannableStringBuilder.countSpans(SpannableStringBuilder.java:844)
at android.text.SpannableStringBuilder.getSpans(SpannableStringBuilder.java:823)
at android.text.MeasuredText.setPara(MeasuredText.java:125)
at android.text.StaticLayout.generateForCJK(StaticLayout.java:978)
at android.text.StaticLayout.generate(StaticLayout.java:596)
at android.text.StaticLayout.(StaticLayout.java:520)
at android.text.StaticLayout.(StaticLayout.java:465)
at android.text.StaticLayout.(StaticLayout.java:443)
at android.text.StaticLayout.(StaticLayout.java:423)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:152)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161)
at me.grantland.widget.AutofitHelper.getAutofitTextSize(SourceFile:161
12-01 13:08:17.293 15573-15573/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 8489288)
12-01 13:08:17.303 15573-15573/? E/AndroidRuntime: Error reporting crash
android.os.TransactionTooLargeException: data parcel size 8489288 bytes
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:503)
at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:5455)
at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:96)
at com.crashlytics.android.core.CrashlyticsUncaughtExceptionHandler.uncaughtException(SourceFile:249)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant