Elfutils segfault on IA64
Hi,
The new elfutils (0.157-1) segfaults on IA64. I've been trying
to debug this on merulo but ran into #691576. When using a core
file I also don't get any backtrace.
The problem I'm seeing is:
(sid_ia64-dchroot)kroeckx@merulo:~/elfutils-0.157/tests$ LD_LIBRARY_PATH=../libelf:../libdw:../backends/ /home/kroeckx/elfutils-0.157/tests/addrcfi -e testfileppc32.bz2 0x100004c0
dwarf_cfi_addrframe (.eh_frame): no matching address range
.debug_frame has 0x100004c0 => [0x100004c0, 0x100004d0):
return address in reg65
CFA location expression: bregx(1)
integer reg0 (r0): undefined
Segmentation fault (core dumped)
While the output should be something like:
dwarf_cfi_addrframe (.eh_frame): no matching address range
.debug_frame has 0x100004c0 => [0x100004c0, 0x100004d0):
return address in reg65
CFA location expression: bregx(1)
integer reg0 (r0): undefined
integer reg1 (r1): location expression: call_frame_cfa nop stack_value
integer reg2 (r2): same_value
integer reg3 (r3): undefined
[...]
Can someone help me get any useful information about this?
Kurt
Reply to: