On Sep 4, 9:17 am, "Lewis Z." <
lzh...@gmail.com> wrote:
> I/PageXxxFlows:onDestroy( 806): ============called
> I/XxxBscDbHlp:close( 806): ==========called
> D/libc-abort( 806): abort() called in pid 806
[...]
> I/DEBUG ( 539): #00 pc 0001066a /system/lib/libc.so
> I/DEBUG ( 539): #01 pc 0000afae /system/lib/libc.so
> I/DEBUG ( 539): #02 pc 0000880a /system/lib/libsqlite.so
> I/DEBUG ( 539): #03 pc 00009a00 /system/lib/libsqlite.so
> I/DEBUG ( 539): #04 pc 00009dea /system/lib/libsqlite.so
> I/DEBUG ( 539): #05 pc 00009e30 /system/lib/libsqlite.so
> I/DEBUG ( 539): #06 pc 00024ed6 /system/lib/libsqlite.so
> I/DEBUG ( 539): #07 pc 0002be90 /system/lib/libandroid_runtime.so
> I/DEBUG ( 539): #08 pc 0000e3b4 /system/lib/libdvm.so
Something in libsqlite called something in libc that called abort().
This is usually the result of a malloc() or free() call that detected
heap corruption.