On Mar 24, 8:09 am, "an...@android" <[email protected]> wrote:
> ORIGINAL->  MTERP_OFFSET(offArrayObject_contents,   ArrayObject,
> contents, 12)
> MODIFIED->  MTERP_OFFSET(offArrayObject_contents,   ArrayObject,
> contents, 16)

See MTERP_NO_UNALIGN_64 in the current version:

http://android.git.kernel.org/?p=platform/dalvik.git;a=blob;f=vm/mterp/common/asm-constants.h;h=73292a9f2a5863fe55b3d524695f245388ad1780;hb=HEAD

> but this time i didnt get the seg fault but one message came up saying
> "Dalvik VM init failed (check log file)".
>
> On debugging in gdb I found the error line to be at

The log file will usually provide some useful info.  Do you have /dev/
log working?

> system/core/libcutils/ashmem-dev.c:60    ret = ioctl(fd,
> ASHMEM_SET_SIZE, size)
> ; -- with errno set to -ENOTTY.

Do you have the ashmem driver working?

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to