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 testsuite/5554] sytemtap.syscall failures on ia64.


------- Additional Comments From mhiramat at redhat dot com  2008-01-28 22:38 -------
(In reply to comment #13)
> The forkwait test is still failing on ia64 running both 2.6.24 and
> 2.6.18-53.1.4.el5 kernels. Did the tapset-fix-syscall-fork.patch work resolve
> the problem on a particular ia64 kernel?

Yes, I checked it on the latest rhel5.
And I think you can check it by below command.

$ stap -e 'probe syscall.wait4, syscall.fork{ if (execname() == "forkwait")
printf("%s (%s)=",name,argstr)} probe syscall.wait4.return, syscall.fork.return
{if (execname() == "forkwait") printf("%s\n",retstr)}' -c ./forkwait

clone (CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID)=13119
wait4 (13119, 0x60000fffff963728, WNOHANG, 0x0000000000000000)=0

The output seems good.


-- 


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

------- 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]