Le 28/04/2015 13:49, Subin PT a écrit : > Hi, > > I am new to B2G. Trying to port it on to a development board. I am able to > reach till boot animation and then the services are stopping. I am not able > to see what caused this. Can someone please help me analyzing the problem? > Some pointers on what to check. > > This is what I see in the log. > > I/GeckoDump( 1192): XXX FIXME : Got a mozContentEvent: > system-message-listener-ready > I/Gecko ( 1192): Attempting load of libEGL.so > D/libEGL ( 1192): loaded /system/lib/egl/libEGL_mali.so > D/libEGL ( 1192): loaded /system/lib/egl/libGLESv1_CM_mali.so > D/libEGL ( 1192): loaded /system/lib/egl/libGLESv2_mali.so > I/GeckoConsole( 1192): OpenGL compositor Initialized Succesfully. > I/GeckoConsole( 1192): Version: OpenGL ES 2.0 > I/GeckoConsole( 1192): Vendor: ARM > I/GeckoConsole( 1192): Renderer: Mali-400 MP > I/GeckoConsole( 1192): FBO Texture Target: TEXTURE_2D > I/ServiceManager( 1180): service 'media.resource_manager' died > I/ServiceManager( 1180): service 'SurfaceFlinger' died > I/ServiceManager( 1180): service 'permission' died > I/ServiceManager( 1180): service 'android.security.keystore' died > I/ServiceManager( 1180): service 'media.audio_flinger' died > I/ServiceManager( 1180): service 'media.player' died > I/ServiceManager( 1180): service 'media.camera' died > I/ServiceManager( 1180): service 'media.audio_policy' died
Gecko is crashing. > > Full logcat output is at: http://pastebin.com/kk22ArHh I see gralloc errors, so it's not surprising ... You're a bit on your own if gralloc do not works on your board. > > When I try to run b2g.sh manually, I get the following > [32392] WARNING: Tried to RegisterCallback without an AtExitManager: file > ../../../gecko/ipc/chromium/src/base/at_exit.cc, line 40 > ***************************************************************** > *** > *** This is stdout. Most of the useful output will be in logcat. > *** > ***************************************************************** > JavaScript error: jar:file:///system/b2g/omni.ja!/components/XULStore.js, > line 66: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 > (NS_ERROR_FAILURE) [nsIProperties.get] > [Parent 32381] WARNING: pipe error (73): Connection reset by peer: file > ../../../gecko/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 456 > [Child 32392] WARNING: pipe error (11): Connection reset by peer: file > ../../../gecko/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 456 > > b2g-info shows > | megabytes | > NAME PID PPID CPU(s) NICE USS PSS RSS SWAP VSIZE OOM_ADJ USER > b2g 2921 1 22.2 0 44.7 52.3 61.2 0.0 144.7 0 root > (Nuwa) 2953 2921 1.4 0 8.0 14.8 21.8 0.0 64.5 -16 root > > System memory info: > > Total 354.1 MB > SwapTotal 0.0 MB > Used - cache 73.8 MB > B2G procs (PSS) 67.1 MB > Non-B2G procs 6.7 MB > Free + cache 280.3 MB > Free 175.1 MB > Cache 105.3 MB > SwapFree 0.0 MB > > Low-memory killer parameters: > > notify_trigger -1 KB > > oom_adj min_free > 0 4096 KB > 1 5120 KB > 2 6144 KB > 6 7168 KB > 8 8192 KB > 10 20480 KB > Thanks and Regards, > Subin > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
