Hi,
* short week (Monday -> public holiday, Wednesday -> attended a class) * tested the gcc-linaro-4.5-2011.06 with linaro-android on my panda * works! no noticeable differences to 4.5-2011.05 for me * libgui.so apriori prelink issue remains: * realized that apriori works quite different from GNU prelink * checked the prelink map against LOAD segment size - looks good * build with -DLINKER_DEBUG=1 - still doesn't give hints * give up for know and moving on * made a patchset to be able to build whole android with -DDEBUG * except of v8 and webkit * zygote segfaults for unknown reason * understood the basics of the current backtracing mechanism on android * the bionic linker registers signal handlers on SIGSEGV that opens a socket * the debuggerd listens on that socket and gets its regs etc. using ptrace * Note: I'll be on vacation starting on Thursday next week
Regards Ken