Getting Stack overlfow error, pls help
by manohar » Tue, 31 Mar 2009 15:02:20 GMT
Sponsored Links
I am learning android. I stuck up in one problem while building an
application. It is showing Stack overflow message expanding
(0x41049200 to 0x4104900). After this it shows null pointer exception
and app is exiting. Any one guide me on this pls.. pls hellp
--~--~---------~--~----~------------~-------~--~----~
Getting Stack overlfow error, pls help
by Jean-Baptiste Queru » Tue, 31 Mar 2009 20:04:42 GMT
Could it be that you're building a very deep view hierarchy (more than
about a dozen levels, though the exact critical depth depends on the
specific views you use)? Those are common causes of stack overflows.
(Beyond that, there's a known bug in 1.0/1.1 where the stack trace for
stack overflows isn't properly reported, so they can be somewhat hard
to debug).
JBQ
--
Jean-Baptiste M. "JBQ" Queru
Android Engineer, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.
--~--~---------~--~----~------------~-------~--~----~
Sponsored Links
Getting Stack overlfow error, pls help
by zhoubo shi » Wed, 01 Apr 2009 11:58:59 GMT
hi,
I think you could debug your app with eclipse. Maybe ,your codes has
problem.
certainly, you can show your code to us.
*
regardsshizhoubo
*2009/3/31 Jean-Baptiste Queru <j...@android.com>
--~--~---------~--~----~------------~-------~--~----~