The errno returend is 13 which is permission denied. Here is further logs: E/mspace ( 1078): FXP: create_contiguous_mspace_with_name enter E/mspace ( 1078): FXP: calling ashmem_create_region with (mspace/ dalvik-heap/2) E/ashmem-dev( 1078): FXP: ashmem_create_region enter (mspace/dalvik- heap/2) E/ashmem-dev( 1078): FXP: ashmem_create_region open failed (mspace/ dalvik-heap/2) E/mspace ( 1078): FXP: ashmem_create_region failed (mspace/dalvik- heap/2) fd -1 errno 13 E/dalvikvm-heap( 1078): Can't create VM heap of size 262144 > 14610448 E/dalvikvm( 1078): FXP: dalvik/vm/alloc/HeapSource.c 346 E/dalvikvm( 1078): error in post-zygote initialization E/dalvikvm( 1078): VM aborting I/dalvikvm( 903): System server process 1078 has been created I/Zygote ( 903): Accepting command socket connections D/Zygote ( 903): Process 1078 terminated by signal (11) I/Zygote ( 903): Exit zygote because system server (1078) has terminated
On Jan 15, 3:51 pm, fadden <[email protected]> wrote: > On Jan 14, 5:11 pm, fadden <[email protected]> wrote: > > > The VM is calling create_contiguous_mspace_with_name(), which in turn > > is calling ashmem_create_region(). So it sounds like the ashmem > > driver is unhappy about something. > > Check the errno value after ashmem_create_region() fails. If it's > ENFILE or EMFILE then you simply have too many files open. --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
