public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug runtime/17951] New: cast-user.exp regressed due to the syscall.bind tapset modification
@ 2015-02-10 10:27 mcermak at redhat dot com
  2015-02-10 10:28 ` [Bug runtime/17951] " mcermak at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mcermak at redhat dot com @ 2015-02-10 10:27 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=17951

            Bug ID: 17951
           Summary: cast-user.exp regressed due to the syscall.bind tapset
                    modification
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
          Assignee: systemtap at sourceware dot org
          Reporter: mcermak at redhat dot com

The cast-user.exp regressed on rhel[67] all arches except x86_64 and aarch64.
The cause apparently is commit 238e9406.

The testcase contains an expected output text sample. On affected platforms the
testcase now produces twice the expected output (and thus fails). This seems to
relate to commit 238e9406, where the bind syscall has been modified, so that
now it's being hit twice on affected platforms. 

On x86_64 the testcase works correctly because:

=======
 7.1 S x86_64 # stap -e 'probe syscall.bind { println(pp()) }' -c
/root/systemtap/testsuite/cast-user.exe
kernel.function("SyS_bind@net/socket.c:1515").call?
 7.1 S x86_64 # 
=======

Following is an example of the issue cause:

=======
 7.1 S s390x # stap -e 'probe syscall.bind { println(pp()) }' -c
/root/systemtap/testsuite/cast-user.exe
kernel.function("SyS_socketcall@net/socket.c:2473").call?
kernel.function("SyS_bind@net/socket.c:1515").call?
 7.1 S s390x # 
=======

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

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

* [Bug runtime/17951] cast-user.exp regressed due to the syscall.bind tapset modification
  2015-02-10 10:27 [Bug runtime/17951] New: cast-user.exp regressed due to the syscall.bind tapset modification mcermak at redhat dot com
@ 2015-02-10 10:28 ` mcermak at redhat dot com
  2015-02-10 14:34 ` dsmith at redhat dot com
  2015-02-10 14:35 ` dsmith at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: mcermak at redhat dot com @ 2015-02-10 10:28 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=17951

Martin Cermak <mcermak at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dsmith at redhat dot com

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

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

* [Bug runtime/17951] cast-user.exp regressed due to the syscall.bind tapset modification
  2015-02-10 10:27 [Bug runtime/17951] New: cast-user.exp regressed due to the syscall.bind tapset modification mcermak at redhat dot com
  2015-02-10 10:28 ` [Bug runtime/17951] " mcermak at redhat dot com
@ 2015-02-10 14:34 ` dsmith at redhat dot com
  2015-02-10 14:35 ` dsmith at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: dsmith at redhat dot com @ 2015-02-10 14:34 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=17951

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from David Smith <dsmith at redhat dot com> ---
Evidently commit 238e9406 introduced some syscall nesting. I'll straighten it
out.

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

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

* [Bug runtime/17951] cast-user.exp regressed due to the syscall.bind tapset modification
  2015-02-10 10:27 [Bug runtime/17951] New: cast-user.exp regressed due to the syscall.bind tapset modification mcermak at redhat dot com
  2015-02-10 10:28 ` [Bug runtime/17951] " mcermak at redhat dot com
  2015-02-10 14:34 ` dsmith at redhat dot com
@ 2015-02-10 14:35 ` dsmith at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: dsmith at redhat dot com @ 2015-02-10 14:35 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=17951

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|systemtap at sourceware dot org    |dsmith at redhat dot com

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

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

end of thread, other threads:[~2015-02-10 14:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-10 10:27 [Bug runtime/17951] New: cast-user.exp regressed due to the syscall.bind tapset modification mcermak at redhat dot com
2015-02-10 10:28 ` [Bug runtime/17951] " mcermak at redhat dot com
2015-02-10 14:34 ` dsmith at redhat dot com
2015-02-10 14:35 ` dsmith 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).