Hi fadden, Thank you for your reply.
README in external/libffi/README in my current source code is:. Status ====== libffi-2.00 has not been released yet! This is a development snapshot! libffi-1.20 was released on October 5, 1998. Check the libffi web page for updates: <URL:http://sources.redhat.com/libffi/>. May be it's older than 3.06 as you said. I am investigating error too and notify to you if I found some thing. About stack overflow exception. I am also investigating too. Would you please tell me if you found some thing in my log? Many thanks, Best regards, On Aug 4, 12:20 am, fadden <[email protected]> wrote: > On Aug 3, 7:16 am, Mercury <[email protected]> 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: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
