Need some help on how to analyze the Breakpad dump, and convert into a readable backtrace. Am trying to analyze a crash in libwalkcore.so, this crash itself happen on cherry-picking a recent commit from chromium into crosswalk-14. Crash gives me a Breakpad Microdump, that is all in hex stack pointers.
Tried to follow: https://code.google.com/p/google-breakpad/source/browse/trunk/README.ANDROID Specifically need help on part : III. Getting a stack trace on the host: dump_syms $PROJECT_PATH/obj/local/$ABI/libfoo.so > libfoo.so.sym Doe Not create the symbol file, throws an error : ubuntu@ip-xxxx1:~$ ./dump_syms libxwalkcore.so > libxwalkcore.so.sym *libxwalkcore.so: file contains no debugging information (no ".stab" or ".debug_info" sections)* Also tried re-building adding (GYP_DEFINES) linux_dump_symbols=1, that too did Not help.
_______________________________________________ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev