[android-porting] Re: DVM Java object header modification

2009-09-01 Thread tora
hello i got a same error. and i found this page. http://en.wikipedia.org/wiki/Bus_error i hope this page will be useful :) On 8月18日, 午前5:29, fadden wrote: > You'd need to decode the symbols to figure out what exactly went > wrong.  Since you got abuserrorat address zero, I'm guessing > misali

[android-porting] Re: DVM Java object header modification

2009-08-17 Thread fadden
You'd need to decode the symbols to figure out what exactly went wrong. Since you got a bus error at address zero, I'm guessing misalignment on a 64-bit field. (It's possible / likely that some code assumes the Object header size is a multiple of 8 bytes.) Try adding another 32-bit value to pad