public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug testsuite/4467] New: 32 bit signal testcase failure on ppc64.
@ 2007-05-07 13:26 srinivasa at in dot ibm dot com
  2007-05-07 14:39 ` [Bug testsuite/4467] " hunt at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: srinivasa at in dot ibm dot com @ 2007-05-07 13:26 UTC (permalink / raw)
  To: systemtap

32-bit executable calls different systemcall(comapt_*) compared to 64-bit
executable. So signal.c testcase has to be modified to match the pattern.
======================================================
signal: signal (SIGUSR1, 0x0000000000000001) = 0
signal: signal (SIGUSR1, 0x0000000000000000) = 1
signal: signal (SIGUSR1, 0x00000000100004bc) = 0
signal: compat_sys_sigprocmask (SIG_BLOCK, 0x00000000ffabf76c, 0x0000000000000000) =
  signal: sigprocmask (SIG_BLOCK, 0xc000000016bc3df0, 0x0000000000000000) = 0
signal: compat_sys_sigprocmask (SIG_UNBLOCK, 0x00000000ffabf76c,
0x0000000000000000) =
  signal: sigprocmask (SIG_UNBLOCK, 0xc000000016bc3df0, 0x0000000000000000) = 0
signal: exit_group (0) =
  signal: exit (0) =
--------- EXPECTED and NOT MATCHED ----------
signal: signal \(SIGUSR1, 0x00000001\) = 0
signal: signal \(SIGUSR1, 0x00000000\) = 1
signal: signal \(SIGUSR1, [x0-9a-fA-F]+\) = 0
signal: sigprocmask \(SIG_BLOCK, [x0-9a-fA-F]+, 0x[0]+\) = 0
signal: sigprocmask \(SIG_UNBLOCK, [x0-9a-fA-F]+, 0x[0]+\) = 0
signal: sigaction \(SIGUSR1, [x0-9a-fA-F]+, 0x[0]+\) = 0
========================================

I think we can use "__WORDSIZE" here to distinguish between 64-bit and 32-bit
executables.

-- 
           Summary: 32 bit signal testcase failure on ppc64.
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: srinivasa at in dot ibm dot com


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

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug testsuite/4467] 32 bit signal testcase failure on ppc64.
  2007-05-07 13:26 [Bug testsuite/4467] New: 32 bit signal testcase failure on ppc64 srinivasa at in dot ibm dot com
@ 2007-05-07 14:39 ` hunt at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: hunt at redhat dot com @ 2007-05-07 14:39 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From hunt at redhat dot com  2007-05-07 15:39 -------
Checked in a fix to CVS.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-07 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-07 13:26 [Bug testsuite/4467] New: 32 bit signal testcase failure on ppc64 srinivasa at in dot ibm dot com
2007-05-07 14:39 ` [Bug testsuite/4467] " hunt at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).