patchrom icon indicating copy to clipboard operation
patchrom copied to clipboard

zygote exit due to skia failed to open fonts

Open muare opened this issue 13 years ago • 1 comments

since the libskia.so is the one from MIUI PATCHROM project, so any idea for this issue?

in normal way, the skia should open the fonts under /system/fonts

D/dalvikvm( 1521): GC_EXPLICIT freed 26K, 68% free 663K/2048K, paused 0ms+0ms

D/dalvikvm( 1521): GC_EXPLICIT freed 28K, 67% free 689K/2048K, paused 0ms+0ms

D/skia ( 1521): ---- failed to open </data/fonts/Roboto-Regular.ttf> as a font

D/skia ( 1521): ---- failed to open </data/fonts/Roboto-Bold.ttf> as a font

D/skia ( 1521): ---- failed to open </data/fonts/Roboto-Italic.ttf> as a font

D/skia ( 1521): ---- failed to open </data/fonts/Roboto-BoldItalic.ttf> as a font

D/skia ( 1521): ---- failed to open </data/fonts/DroidSerif-Regular.ttf> as a font

D/skia ( 1521): ---- failed to open </data/fonts/DroidSerif-Bold.ttf> as a font

D/skia ( 1521): ---- failed to open </data/fonts/DroidSerif-Italic.ttf> as a font

D/skia ( 1521): ---- failed to open </data/fonts/DroidSerif-BoldItalic.ttf> as a font

D/skia ( 1521): ---- failed to open </data/fonts/DroidSans.ttf> as a font

D/skia ( 1521): ---- failed to open </data/fonts/DroidSans-Bold.ttf> as a font

D/skia ( 1521): ---- failed to open </data/fonts/DroidSansMono.ttf> as a font

D/skia ( 1521): ---- failed to open </data/fonts/DroidSansHebrew-Bold.ttf> as a font

F/libc ( 1521): Fatal signal 11 (SIGSEGV) at 0x00000004 (code=1)

I/SurfaceFlinger( 92): [SurfaceFlinger] frames:46, duration:1.001000, fps:45.938881

I/DEBUG ( 90): debuggerd: tmb file path:'/data/tombstones/tombstone_01'

I/DEBUG ( 90): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

I/DEBUG ( 90): Build fingerprint: 'alps/ckt75_cu_ics/ckt75_cu_ics:4.0.3/IML74K/1335360703:eng/test-keys'

I/DEBUG ( 90): pid: 1521, tid: 1521 >>> zygote <<<

I/DEBUG ( 90): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000004

I/DEBUG ( 90): r0 00000000 r1 00000000 r2 00000000 r3 00000000

I/DEBUG ( 90): r4 00000000 r5 40766764 r6 bea5f518 r7 00bb2368

I/DEBUG ( 90): r8 00000000 r9 00bb1828 10 40766748 fp 40766748

I/DEBUG ( 90): ip 000d5a3c sp bea5f4a8 lr 40690d34 pc 4068fbd8 cpsr 60000010

muare avatar May 30 '12 16:05 muare

so I workaround this issue by copy /system/fonts to /data/fonts. what is the root cause for the MIUI customized libskia.so to find fonts under /data directory? would you please help for explaination?

muare avatar May 31 '12 01:05 muare