jadonk / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

dlopen failed: cannot locate symbol "_ZNK7android9CallStack4dumpEPKc" referenced by "gralloc.omap3.so" #183

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have download the rowboat android 4.3 and porting for DM3730 Based board.

During the android startup/booting ...Facing the problem of symbol not found.

D/libEGL  ( 1891): loaded /system/lib/egl/libGLESv2_POWERVR_SGX530_125.so
W/libEGL  ( 1891): eglInitialize(0x1) failed (EGL_BAD_ALLOC)
E/HAL     ( 1891): load: module=/system/lib/hw/gralloc.omap3.so
E/HAL     ( 1891): dlopen failed: cannot locate symbol 
"_ZNK7android9CallStack4dumpEPKc" referenced by "gralloc.omap3.so"...
E/SurfaceFlinger( 1891): gralloc module not found
E/SurfaceFlinger( 1891): hwcomposer module not found
E/SurfaceFlinger( 1891): ERROR: failed to open framebuffer (Invalid argument), 
aborting
F/libc    ( 1891): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 
1892 (SurfaceFlinger)
I/DEBUG   ( 1123): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 
***

Please suggest me how can i solve this. Your answers are highly appreciated.

Regards,

Alex

Original issue reported on code.google.com by alexva...@gmail.com on 1 Aug 2014 at 7:26

GoogleCodeExporter commented 9 years ago
See http://forum.xda-developers.com/showpost.php?p=44326678&postcount=264.

Original comment by mrei...@sdgsystems.com on 25 Sep 2014 at 10:39