On 9/29/13 12:55 PM, "Jim Chen" <[email protected]> wrote: > >> At this point, the so is loaded and invoked (at least enough so that I >>see a >> PIN prompt for the card). After the PIN prompt, I hit a crash. In the >>log >> I also see lots of "Caught segmentation fault" messages that do not >>appear >> to cause a problem, until this final one: >> >> D GeckoLinker: Caught segmentation fault @0xdeadbaad >> >> I've been trying to figure out how to log a call stack at that point. > >There might be a stack of the crash in the 'adb logcat' output, but >you should setup a GDB environment [3] if you want to debug it.
There's not a stack in the log cat output. I need to set up the debugging environment. Thanks for the link (also to James Wilcox for the JNI tip). > >[3] https://wiki.mozilla.org/Android/GDB > >Cheers, >Jim > _______________________________________________ mobile-firefox-dev mailing list [email protected] https://mail.mozilla.org/listinfo/mobile-firefox-dev

