Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6826129
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:06:39+00:00 2026-05-26T22:06:39+00:00

In my application this error is occurring multiple time. How to avoid this? I

  • 0

In my application this error is occurring multiple time. How to avoid this?

I found some answers that say , its due to using multiple layer. But not clear with concept of multiple layer.

0   java.lang.StackOverflowError
1   at android.text.TextUtils.getChars(TextUtils.java:70)
2   at android.graphics.Canvas.drawText(Canvas.java:1328)
3   at android.text.Layout.draw(Layout.java:651)
4   at android.widget.TextView.onDraw(TextView.java:4328)
5   at android.view.View.draw(View.java:6985)
6   at android.view.ViewGroup.drawChild(ViewGroup.java:1732)
7   at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
8   at android.view.ViewGroup.drawChild(ViewGroup.java:1730)
9   at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
10  at android.view.ViewGroup.drawChild(ViewGroup.java:1730)
11  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
12  at android.view.View.draw(View.java:6988)
13  at android.view.View.buildDrawingCache(View.java:6710)
14  at android.view.View.getDrawingCache(View.java:6490)
15  at android.view.ViewGroup.drawChild(ViewGroup.java:1657)
16  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
17  at android.widget.AbsListView.dispatchDraw(AbsListView.java:1499)
18  at android.widget.ListView.dispatchDraw(ListView.java:3194)
19  at android.view.View.draw(View.java:6988)
20  at android.widget.AbsListView.draw(AbsListView.java:2607)
21  at android.view.ViewGroup.drawChild(ViewGroup.java:1732)
22  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
23  at android.view.View.draw(View.java:6988)
24  at android.view.ViewGroup.drawChild(ViewGroup.java:1732)
25  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
26  at android.view.ViewGroup.drawChild(ViewGroup.java:1730)
27  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
28  at android.view.ViewGroup.drawChild(ViewGroup.java:1730)
29  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
30  at android.view.ViewGroup.drawChild(ViewGroup.java:1730)
31  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
32  at android.view.View.draw(View.java:6988)
33  at android.view.ViewGroup.drawChild(ViewGroup.java:1732)
34  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
35  at android.view.View.draw(View.java:6988)
36  at android.view.ViewGroup.drawChild(ViewGroup.java:1732)
37  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
38  at android.view.View.draw(View.java:6988)
39  at android.view.ViewGroup.drawChild(ViewGroup.java:1732)
40  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
41  at android.view.ViewGroup.drawChild(ViewGroup.java:1730)
42  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
43  at android.view.ViewGroup.drawChild(ViewGroup.java:1730)
44  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
45  at android.view.View.draw(View.java:6988)
46  at android.view.ViewGroup.drawChild(ViewGroup.java:1732)
47  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
48  at android.view.ViewGroup.drawChild(ViewGroup.java:1730)
49  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
50  at android.view.ViewGroup.drawChild(ViewGroup.java:1730)
51  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
52  at android.view.ViewGroup.drawChild(ViewGroup.java:1730)
53  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
54  at android.view.View.draw(View.java:6988)
55  at android.view.ViewGroup.drawChild(ViewGroup.java:1732)
56  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
57  at android.view.ViewGroup.drawChild(ViewGroup.java:1730)
58  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
59  at android.view.ViewGroup.drawChild(ViewGroup.java:1730)
60  at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1459)
61  at android.view.View.draw(View.java:6988)
62  at android.widget.FrameLayout.draw(FrameLayout.java:357)
63  at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:1961)
64  at android.view.ViewRoot.draw(ViewRoot.java:1602)
65  at android.view.ViewRoot.performTraversals(ViewRoot.java:1323)
66  at android.view.ViewRoot.handleMessage(ViewRoot.java:1961)
67  at android.os.Handler.dispatchMessage(Handler.java:99)
68  at android.os.Looper.loop(Looper.java:150)
69  at android.app.ActivityThread.main(ActivityThread.java:4293)
70  at java.lang.reflect.Method.invokeNative(Native Method)
71  at java.lang.reflect.Method.invoke(Method.java:507)
72  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
73  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
74  at dalvik.system.NativeStart.main(Native Method) 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T22:06:40+00:00Added an answer on May 26, 2026 at 10:06 pm

    From the stack trace, it looks like you have a very deep widget nesting structure! That is the cause of the stack overflow, not so much the getChars. If you can, consider simplifying your widget tree, so widgets aren’t so deeply nested.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I got this error when I tried to compile an application that includes the
I have some strange behavior occurring in an ASP.NET application that I am trying
Hi iv been struggling with this error for some time and really cant figure
I am currently receiving this error: Validation of viewstate MAC failed. If this application
i have used impersonation in this application. whenever this error occurs i required to
A precompiled ASP.NET 2.0 (Visual Studio 2005) application is throwing this error when we
I hit this error while my web application was trying to execute a SELECT
I get this error when debugging my ASP.NET web application after I trigger an
I get this error when compiling a C# application. Looks like a trivial error,
I get this error when trying to load a Zend Framework application: Fatal error:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.