Hi Team,

I'm trying to get minidump_stackwalk results with dump breakpad symbols, but 
symbols are not showing in results file, below are the steps which I followed. 
Can someone verify or give me steps to get symbols in minidump_stackwalk 
results ??


Steps:
dump_breakpad_symbols.py -b be/build/ --dump_syms 
$IMPALA_HOME/toolchain/breakpad-1b704857f1e78a864e6942e613457e55f1aecb60-p3/bin/dump_syms
 -d /tmp/syms

$IMPALA_HOME/toolchain/breakpad-1b704857f1e78a864e6942e613457e55f1aecb60-p3/bin/minidump_stackwalk
 <minidump-filename>.dmp /tmp/syms > /tmp/resolved.txt

Reply via email to