This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tapsets/5153] sa_restorer field is not available on ia64


------- Additional Comments From wcohen at redhat dot com  2007-10-09 17:28 -------
The function _struct_sigaction_u:string(uaddr:long) in aux_syscalls.stp accesses
the field act.sa_restorer. This field is not available in the ia64 struct sigaction:

struct sigaction {
        __sighandler_t sa_handler;
        unsigned long sa_flags;
        sigset_t sa_mask;               /* mask last for extensibility */
};

This causes buildok/aux_syscalls-embedded.stp, buijldok/syscall.stp, sys.stp,
and the systemtap.syscall tests to fail.

The change in syscall2.stp 2007-10-05 seem to be what triggered this failure.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|sa_restorer field not       |sa_restorer field is not
                   |available on ia64           |available on ia64


http://sourceware.org/bugzilla/show_bug.cgi?id=5153

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]