Bug 502937

Summary: failure in step-to-breakpoint test case from ptrace test suite from systemtap
Product: [Fedora] Fedora Reporter: Mike Gahagan <mgahagan>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: itamar, kernel-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-28 12:44:13 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 Mike Gahagan 2009-05-27 20:25:47 UTC
Description of problem:

Description of problem:

The systemtap ptrace test suite can be found here:
cvs -q -z3 -d :pserver:anoncvs:anoncvs.com:/cvs/systemtap
checkout ptrace-tests

+ set +e
+ ./step-to-breakpoint
+ rc=1
+ set -e
+ popd
/mnt/tests/kernel/syscalls/ptrace
+ '[' 1 -eq 77 ']'
+ '[' 1 -eq 0 ']'
+ RESULT=FAIL
+ TEST_RC=1
+ report_result /kernel/syscalls/ptrace/step-to-breakpoint FAIL
+ rhts-report-result /kernel/syscalls/ptrace/step-to-breakpoint FAIL /tmp/tmp.WwMqou
/usr/share/rhts/lib/rhts/__init__.py:16: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
8154926
/kernel/syscalls/ptrace/step-to-breakpoint result: FAIL
+ date --iso=seconds
2009-05-14T21:23:20-0400
+ runtest step-to-breakpoint /kernel/syscalls/ptrace/step-to-breakpoint/biarch biarch-tests
+ test=step-to-breakpoint
+ report=/kernel/syscalls/ptrace/step-to-breakpoint/biarch
+ subdir=biarch-tests
+ '[' biarch-tests = biarch-tests -a '(' -z x86_64 -o x86_64 = ia64 -o x86_64 = s390 ')' ']'
+ pushd ptrace-tests-0.1/biarch-tests
/mnt/tests/kernel/syscalls/ptrace/ptrace-tests-0.1/biarch-tests /mnt/tests/kernel/syscalls/ptrace
+ make step-to-breakpoint
make[1]: Entering directory `/mnt/tests/kernel/syscalls/ptrace/ptrace-tests-0.1/biarch-tests'
gcc -m32 -DPACKAGE_NAME=\"ptrace\ regression\ test\ suite\ biarch\ build\" -DPACKAGE_TARNAME=\"ptrace-tests\" -DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"ptrace\ regression\ test\ suite\ biarch\ build\ 0.1\" -DPACKAGE_BUGREPORT=\"utrace-devel\" -DPACKAGE=\"ptrace-tests\" -DVERSION=\"0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I.    -std=gnu99 -Wall -Werror -g -O2 -MT step-to-breakpoint.o -MD -MP -MF .deps/step-to-breakpoint.Tpo -c -o step-to-breakpoint.o ./../tests/step-to-breakpoint.c
mv -f .deps/step-to-breakpoint.Tpo .deps/step-to-breakpoint.Po
gcc -m32 -std=gnu99 -Wall -Werror -g -O2   -o step-to-breakpoint step-to-breakpoint.o  
make[1]: Leaving directory `/mnt/tests/kernel/syscalls/ptrace/ptrace-tests-0.1/biarch-tests'
+ set +e
+ ./step-to-breakpoint
+ rc=77
+ set -e
+ popd
/mnt/tests/kernel/syscalls/ptrace

Version-Release number of selected component (if applicable):
rawhide 0515 tree, kernel 2.6.29.3-140.fc11  

How reproducible:
always

Steps to Reproduce:
1.check out and run the testsuite from the cvs repo above

2.or queue up /kernel/syscalls/ptrace in rhts

3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Chuck Ebbert 2009-05-28 08:05:45 UTC
Works for me on 2.6.29.3-155.fc11.x86_64:

$ grep step-to-breakpoint *results*
biarch-results.2.6.29:SKIP: step-to-breakpoint
ptrace-results-2.6.29:PASS: step-to-breakpoint

Comment 2 Bug Zapper 2009-06-09 16:41:12 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Bug Zapper 2010-04-27 14:33:16 UTC
This message is a reminder that Fedora 11 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 11.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '11'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 11's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 11 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 4 Bug Zapper 2010-06-28 12:44:13 UTC
Fedora 11 changed to end-of-life (EOL) status on 2010-06-25. Fedora 11 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.