hi fadden
i am also working on same environmnt and stuck in running
dalvikvm on my ppc64 linux m/c
Following is the issue that am currently facing
while debugging in gdb i found that
from the file dalvik/vm/oo/Object.h line 797
in the below function clazz->status contains CLASS_VERIFYING
instead of CLASS_VERIFIED
INLINE bool dvmIsClassVerified(const ClassObject* clazz) {
return clazz->status >= CLASS_VERIFIED;
}
thats why returnig false from this function in casuses dvmabort() to
fail at following location
0x0feacd38 in dvmAbort () at dalvik/vm/Init.c:1433
1433 *((char*)0xdeadd00d) = 38;
and here i am getting seg fault .
are you having any idea about this ,how to get rid of this problem?
please reply............
thanks in advance.
regards
DJ