Hi all, I am learning Dalvik by debugging the code. I found some calloc invocations in allocateAuxStructures() function return NULL. I cound't trace into the calloc function, so I don't know if memory really runs out or due to other reasons.
The following is my building environment: TARGET_PRODUCT=sim TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR=true TARGET_BUILD_TYPE=release TARGET_ARCH=x86 HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID= TARGET_DEVBUILD=false TARGET_DALVIK_COMPILER=gcc Does anyone have clue in this? Many thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

