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]

RE: testsuits on IA64


The same phenomenon exists on EM64T, when I enter "runtest" command, and in another console enter "ps -aux", there will be many defunct processes like:
root     20648  0.3  0.0     0    0 ?      Zs   09:54   0:00 [stap] <defunct>
root     20755  0.3  0.0     0    0 ?      Zs   09:54   0:00 [stap] <defunct>
root     20861  0.3  0.0     0    0 ?      Zs   09:55   0:00 [stap] <defunct>
root     20972  0.3  0.0     0    0 ?      Zs   09:55   0:00 [stap] <defunct>
root     21075  0.3  0.0     0    0 ?      Zs   09:55   0:00 [stap] <defunct>
root     21181  0.3  0.0     0    0 ?      Zs   09:55   0:00 [stap] <defunct>

But if I divided systemtap.base directory into two parts: systemtap1 and systemtap2, and test it by "runtest -di systemtap1" and "runtest -di systemtap2". It will run well.


>-----Original Message-----
>From: systemtap-owner@sourceware.org [mailto:systemtap-owner@sourceware.org]
>On Behalf Of Hien Nguyen
>Sent: 2005年11月5日 7:47
>To: Keshavamurthy, Anil S
>Cc: William Cohen; Frank Ch. Eigler; systemtap@sources.redhat.com
>Subject: Re: testsuits on IA64
>
>It looks like memory alignment problem for some of the tests. Run
>stap equal.stp
>
>then look at your /var/log/messages
>Hien.
>Keshavamurthy, Anil S wrote:
>
>>Will,
>>I am attaching log file. Your help is appreciated.
>>
>>Thanks,
>>Anil Keshavamurthy
>>
>>
>>
>>>-----Original Message-----
>>>From: systemtap-owner@sourceware.org
>>>[mailto:systemtap-owner@sourceware.org] On Behalf Of William Cohen
>>>Sent: Friday, November 04, 2005 3:04 PM
>>>To: Keshavamurthy, Anil S
>>>Cc: Frank Ch. Eigler; systemtap@sources.redhat.com
>>>Subject: Re: testsuits on IA64
>>>
>>>Keshavamurthy Anil S wrote:
>>>
>>>
>>>>On Fri, Nov 04, 2005 at 02:00:15PM -0500, Frank Ch. Eigler wrote:
>>>>
>>>>
>>>>
>>>>>Hi -
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>>I am trying to run testsuits (dejagnu) on IA64 and most of the tests
>>>>>>fails on Ia64 with FAIL : timeout.
>>>>>>How do I increase the timeout value?
>>>>>>
>>>>>>
>>>>>The dejagnu ".exp" files contain timeout overrides.
>>>>>
>>>>>
>>>However, they are
>>>
>>>
>>>>>already fairly generous (30-60 seconds).  How long does it take on
>>>>>your machine to get one of these probes started?
>>>>>
>>>>>
>>>>Usually it is 6 to 10 seconds if I run the same test manually.
>>>>Currently I am just running "runtest" with no options.
>>>>
>>>>Let me know if you need log file or any other details.
>>>>
>>>>-Anil
>>>>
>>>>
>>>Could you send the systemtap.log file? Are you seeing the "systemtap
>>>starting probe" and "systemtap test success" messages in the
>>>systemtap.log?
>>>
>>>-Will
>>>
>>>
>>>


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