Hello,

I have ported linux kernel 2.6.25 into my IMX31 based board and
applied the android 1.0 kernel 2.6.25 changes into it.
I built the android 1.0 filesystem from the source and copy the root,
data, system folder in the out directory into the SD card.
But when i mount the SD card and run the init process:
Its display the android logo message only after that it dies......

===========
I/sysproc ( 1723): System server: starting Android runtime.
I/sysproc ( 1723): System server: starting Android services.
I/SystemServer( 1723): Entered the Android system server!
I/sysproc ( 1723): System server: entering thread pool.
I/SystemServer( 1723): Starting Power Manager.
E/GLLogger( 1723): couldn't load <libhgl.so> library (Cannot find
library)
I/DEBUG   ( 1702): handle_crashing_process(7)
I/DEBUG   ( 1702): reading tid
I/DEBUG   ( 1702): BOOM: pid=1723 uid=1000 gid=1000 tid=1739
I/DEBUG   ( 1702): waitpid: n=1739 status=0000137f
I/DEBUG   ( 1702): stopped -- continuing
I/DEBUG   ( 1702): waitpid: n=1739 status=0000077f
I/DEBUG   ( 1702): stopped -- fatal signal
I/DEBUG   ( 1702): *** *** *** *** *** *** *** *** *** *** *** *** ***
*** *** ***
I/DEBUG   ( 1702): Build fingerprint: 'generic/generic/generic/:1.0/
TC3/eng.ganesh.20090129.225055:eng/test-keys'
I/DEBUG   ( 1702): pid: 1723, tid: 1739  >>> system_server <<<
I/DEBUG   ( 1702): signal 7 (SIGBUS), fault addr 00000000
I/DEBUG   ( 1702):  r0 00000001  r1 41fd6621  r2 4348c948  r3 00030001
I/DEBUG   ( 1702):  r4 400094a0  r5 000003ff  r6 00000002  r7 4348c948
I/DEBUG   ( 1702):  r8 0000054d  r9 4348cc68  10 43490488  fp 00000001
I/DEBUG   ( 1702):  ip 0000004d  sp 454b4db0  lr ad05ac1f  pc
ad05acec  cpsr 00000030
I/DEBUG   ( 1702):          #00  pc ad05acec  /system/lib/libdvm.so
I/DEBUG   ( 1702):          #01  pc ad05ac1c  /system/lib/libdvm.so
I/DEBUG   ( 1702):          #02  pc ad05ac56  /system/lib/libdvm.so
I/DEBUG   ( 1702):          #03  pc ad05ac9e  /system/lib/libdvm.so
I/DEBUG   ( 1702):          #04  pc ad011f44  /system/lib/libdvm.so
I/DEBUG   ( 1702):          #05  pc ad02a92c  /system/lib/libdvm.so
I/DEBUG   ( 1702):          #06  pc ad0169d0  /system/lib/libdvm.so
I/DEBUG   ( 1702):          #07  pc ad051f40  /system/lib/libdvm.so
I/DEBUG   ( 1702):          #08  pc ad051f60  /system/lib/libdvm.so
I/DEBUG   ( 1702):          #09  pc ad047668  /system/lib/libdvm.so
I/DEBUG   ( 1702):          #10  pc afe0ed48  /system/lib/libc.so
I/DEBUG   ( 1702):          #11  pc afe0e8bc  /system/lib/libc.so
I/DEBUG   ( 1702): stack:
I/DEBUG   ( 1702):     454b4d70  00000040
I/DEBUG   ( 1702):     454b4d74  ad014be4  /system/lib/libdvm.so
I/DEBUG   ( 1702):     454b4d78  ad07fa78
I/DEBUG   ( 1702):     454b4d7c  afe0e11c  /system/lib/libc.so
I/DEBUG   ( 1702):     454b4d80  ad07fa78
I/DEBUG   ( 1702):     454b4d84  00000002
I/DEBUG   ( 1702):     454b4d88  ad07edf8
I/DEBUG   ( 1702):     454b4d8c  400091e8
I/DEBUG   ( 1702):     454b4d90  43490488
I/DEBUG   ( 1702):     454b4d94  ad014da0  /system/lib/libdvm.so
I/DEBUG   ( 1702):     454b4d98  00000000
I/DEBUG   ( 1702):     454b4d9c  0000000c
I/DEBUG   ( 1702):     454b4da0  00000030
I/DEBUG   ( 1702):     454b4da4  ad07edf8
I/DEBUG   ( 1702):     454b4da8  df002777
I/DEBUG   ( 1702):     454b4dac  e3a070ad
I/DEBUG   ( 1702): #00 454b4db0  0000f720  [heap]
I/DEBUG   ( 1702):     454b4db4  ad05ac1f  /system/lib/libdvm.so
I/DEBUG   ( 1702): #01 454b4db8  00000001
I/DEBUG   ( 1702):     454b4dbc  ad0572af  /system/lib/libdvm.so
I/DEBUG   ( 1702):     454b4dc0  434903d0
I/DEBUG   ( 1702):     454b4dc4  400094a0
I/DEBUG   ( 1702):     454b4dc8  41f3047e
I/DEBUG   ( 1702):     454b4dcc  4348c948
I/DEBUG   ( 1702):     454b4dd0  41017f0c
I/DEBUG   ( 1702):     454b4dd4  454b4e30
I/DEBUG   ( 1702):     454b4dd8  ad00db80  /system/lib/libdvm.so
I/DEBUG   ( 1702):     454b4ddc  ad05ac59  /system/lib/libdvm.so
I/DEBUG   ( 1702): detaching
I/ServiceManager( 1699): service 'SurfaceFlinger' died
D/Zygote  ( 1704): Process 1723 terminated by signal (7)
I/Zygote  ( 1704): Exit zygote because system server (1723) has
terminated
D/AndroidRuntime( 1743):

===============

What i conclude from the above error message is system_server process
receives SIGBUS signal, which kills the process, VM process, Zygote
also.
Sometimes it receives SIGSEGV signal, all the process dies.

How to debug and solve these error ????


Thanks & Regards,
Saroj K Pradhan
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to