dwilder wrote:
[...] To recap my problem is that stap is getting a segmentation
fault on s390, RHEL5.1 beta. This happens anytime I attempting to
probe modules.
OK.
Adding the -g flag did not add much more to the backtrace. So I did
a little brute force troubleshooting. What I found is that
dwarf_diename() is returning a bad pointer causing the segmentation
fault.
It could be an elfutils bug.
[...] Any ideas? I am going to try building new debug info files
and see if it helps.
You could also try elfutils 0.129.
- FChE