On Apr 9, 12:10 am, dj <[email protected]> wrote:
> 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?

The VM calls dvmAbort() if it encounters a problem that it can't deal
with.  The store to 0xdeadd00d is expected to crash the process.

The log file will have an indication of what went wrong.

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

Reply via email to