Bug 723541
Summary: | --remote option failing on i386,ppc,s390x | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Petr Muller <pmuller> |
Component: | systemtap | Assignee: | Josh Stone <jistone> |
Status: | CLOSED ERRATA | QA Contact: | qe-baseos-tools-bugs |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | CC: | fche, jistone, mjw, ohudlick, scox, wcohen |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | systemtap-1.6-1.el6 | Doc Type: | Bug Fix |
Doc Text: |
Cause
The --remote did not use the proper canonical names for the i686, ppc,
and s390x.
Consequence
SystemTap stap command would fail to build instrumentation
when the --remote options was used for i686, ppc, and s390x.
Fix
Systemtap fixed the session code to properly copy kernel/arch
information and avoid using implicit behavior for the --remote option.
Result
SystemTap stap command builds instrumentation
when the --remote options is for i686, ppc, and s390x.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-12-06 15:18:19 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Petr Muller
2011-07-20 14:15:22 UTC
The same commit abc15290 which fixed the SEGV probably also fixed this bug, because it also makes sure that we normalize the remote target arch to match what the kernel build and ELF checks are expecting. Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause The --remote did not use the proper canonical names for the i686, ppc, and s390x. Consequence SystemTap stap command would fail to build instrumentation when the --remote options was for i686, ppc, and s390x. Fix Systemtap fixed the session code to properly copy kernel/arch information and avoid using implicit behavior for the --remote option. Result SystemTap stap command builds instrumentation when the --remote options is for i686, ppc, and s390x. Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -3,7 +3,7 @@ and s390x. Consequence SystemTap stap command would fail to build instrumentation - when the --remote options was for i686, ppc, and s390x. + when the --remote options was used for i686, ppc, and s390x. Fix Systemtap fixed the session code to properly copy kernel/arch information and avoid using implicit behavior for the --remote option. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2011-1517.html |