> E/memalloc( 2108): /dev/pmem: No more pmem available > E/msm7627a.gralloc( 2108): gralloc failed err=Out of memory > W/GraphicBufferAllocator( 2108): alloc(64, 319, 1, 00000133, ...) failed -12 > (Out of memory)
Do you use correct base image for buri device? Did you saw the following log in logcat? If you do not see the log, your buri's base image is not correct version. The above log seems to say gralloc buffer fallback from pmem to ashmem is not enabled. It was fixed by Bug 905882. But to apply the fix to buri, you need flash the buri's v1.2 base image(V1.2-device.cfg). > E/memalloc(137): /dev/pmem: No more pmem available > W/memalloc(137): Falling back to ashmem sotaro ----- Original Message ----- From: "Nicholas Nethercote" <[email protected]> To: "Mozilla B2G mailing list" <[email protected]> Sent: Monday, February 3, 2014 7:18:56 PM Subject: [b2g] Can't open PDFs on Buri Hi, I cannot open any PDFs on my Buri (a.k.a. Alcatel OneTouch). Even the simplest ones (google for "test pdf") cause the PDF viewer to crash. |adb logcat| shows this: E/memalloc( 2108): /dev/pmem: No more pmem available E/msm7627a.gralloc( 2108): gralloc failed err=Out of memory W/GraphicBufferAllocator( 2108): alloc(64, 319, 1, 00000133, ...) failed -12 (Out of memory) which I think is the problem, but I'm not certain. Has anybody else been able to open PDFs on Buri? Thanks. Nick _______________________________________________ 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
