This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/11173] markers get a bad address in prelinked libraries
- From: "jistone at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sources dot redhat dot com
- Date: 15 Jan 2010 02:02:38 -0000
- Subject: [Bug translator/11173] markers get a bad address in prelinked libraries
- References: <20100115015630.11173.jistone@redhat.com>
- Reply-to: sourceware-bugzilla at sourceware dot org
------- Additional Comments From jistone at redhat dot com 2010-01-15 02:02 -------
(In reply to comment #1)
> diff of good/bad runs
> +matched probe_name function__return probe_type uprobe at 0x3adacd8394
> +probe_type == uprobe_type, use statement addr: 0x3adacd8394
[...]
> +literal_addr_to_sym_addr 0x3adacd8394
> +symbias 0x3adae00000, dwbias 0x3adae00000
> +literal_addr_to_sym_addr ret 0x75b5ad8394
The incoming address looks to be already relocated, but we add a bias to it
anyway. The resulting address is of course out of range.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11173
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.