Bug 70579
| Summary: | strace -e does not work on ia64-7.2 | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Mike McLean <mikem> |
| Component: | strace | Assignee: | Roland McGrath <roland> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | ia64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-01-10 23:07:46 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: | |||
I can reproduce this with current versions on ia64 still and will take a look. I've fixed this in the upstream sources and will hhve an update soon. Version 4.4.91-1 should work fine. |
Observed on RedHat 7.2 ia64 * strace-4.3-2 strace -e does not work on ia64-7.1 [root@ia64-72 tmp]# strace -e brk cat /etc/passwd 2>&1 1>/dev/null |wc 0 0 0 [root@ia64-72 tmp]# strace cat /etc/passwd 2>&1 1>/dev/null |grep '^brk' brk(0) = 0x600000000000bac8 brk(0) = 0x600000000000bac8 brk(0x600000000000bb08) = 0x600000000000bb08 brk(0x600000000000c000) = 0x600000000000c000 brk(0x6000000000010000) = 0x6000000000010000 brk(0x6000000000018000) = 0x6000000000018000 Tried with various binaries and various system calls. Also tried various forms of the -e argument ( -ebrk -e'trace=brk' ). Some of the special -e options, like -efile and -eprocess, *do* work however.