Thank you, Lars Volker, for quick response's
The end content of /tmp/resolved.txt file:
[ec2-user@jenkins tmp]$ tail -20f /tmp/resolved.txt
rbp = 0x00007fd7d4fdf220 rsp = 0x00007fc10d6ad270
r8 = 0x00007fd7d4fdf220 r9 = 0x00000000ffffffff
r10 = 0x00007fc10d6ad3d0 r11 = 0x0000000000000202
r12 = 0x0000000000000006 r13 = 0x00007fc10d6ad3d0
r14 = 0xffffffffffffff92 r15 = 0x00007fc10d6ad400
rip = 0x00007fdb5e2ffa82
Found by: given as instruction pointer in context
Thread 960
0 0x7fdb5e2ffa82
rax = 0xfffffffffffffdfc rdx = 0x0000000000000001
rcx = 0xffffffffffffffff rbx = 0x0000000010d33e20
rsi = 0x0000000000000189 rdi = 0x0000000010d33e4c
rbp = 0x00007fc0f3e7a740 rsp = 0x00007fc0f3e7a6b0
r8 = 0x0000000010d33e20 r9 = 0x00000000ffffffff
r10 = 0x00007fc0f3e7a740 r11 = 0x0000000000000202
r12 = 0x0000000000000001 r13 = 0x00007fc0f3e7a740
r14 = 0xffffffffffffff92 r15 = 0x0000000022217000
rip = 0x00007fdb5e2ffa82
Found by: given as instruction pointer in context
Output of find syms/impalad:
[ec2-user@jenkins tmp]$ find syms/impalad
syms/impalad
syms/impalad/73318DB4729C07530B7338E67EA255AB0
syms/impalad/73318DB4729C07530B7338E67EA255AB0/impalad.sym
These are the steps I had followed:
Step-1:
I followed exact steps from this
https://cwiki.apache.org/confluence/display/IMPALA/Building+Impala and also
followed "build native-toolchain from scratch"
https://cwiki.apache.org/confluence/display/IMPALA/Building+native-toolchain+from+scratch+and+using+with+Impala
Step-2:
Env:
export IMPALA_HOME=/home/ec2-user/impala-setup/Impala
export PATH=$PATH:$IMPALA_HOME/bin
export KUDU_IS_SUPPORTED=false
export KUDU_CLIENT_DIR=/opt/kudu/
Get breakpad symbols:
dump_breakpad_symbols.py -b be/build/ --dump_syms
$IMPALA_HOME/toolchain/breakpad-1b704857f1e78a864e6942e613457e55f1aecb60-p3/bin/dump_syms
-d /tmp/syms
rm /tmp/resolved.txt
Run minidump_stackwalk:
$IMPALA_HOME/toolchain/breakpad-1b704857f1e78a864e6942e613457e55f1aecb60-p3/bin/minidump_stackwalk
/home/ec2-user/64811560-8bae-a67f-22f961c1-45bf52a3.dmp /tmp/syms >
/tmp/resolved.txt
Please let me know If I have missed any steps??