Hi, I'm working on a custom library (for MIPS) which has tons of source files and when this gets loaded (using dlopen by another library), I see that there is a crash (most of the times in libcutils). I've checked the code in libcutils and there is nothing to suspect there since if I remove my library or even make it thin (removed all the sources and just have a single C file), things are just fine.
I removed the -O3 option and that certainly helped, but I still see crashes once in a while (adding more LOGE prints also induces the crash). Any idea what compiler/linker option I must/not be using? Thanks HV -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
