On Aug 3, 7:16 am, Mercury <bao...@gmail.com> wrote:
> dalvik/vm/interp/InterpCore.h:2533 Stack overflow on method call
> (top=0x863f52c0 end=0x863b54c0 newB
> ot=0x863b51f0 size=262144 'nativeGetStackTrace')
> dalvik/vm/interp/Stack.c:1043 Stack overflow, expanding (0x863b54c0 to
> 0x863b52c0)
> dalvik/vm/interp/Stack.c:1085 Shrank stack (to 0x863b54c0, curFrame is
> 0x863f4f70)

Looks like you're blowing out the stack with a recursive error log.
The stack doesn't look terribly deep, but it must be deep enough.

Looks like it's having some trouble with ZoneInfoDB's class
initializer, which is causing problems for the logger when it wants to
print a date, and it may be spiraling recursively from there.  I would
start by figuring out what's making ZoneInfoDB unhappy.

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to