public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug testsuite/13332] New: skipped.exp testcase can freeze processes/system
@ 2011-10-22 19:53 mjw at redhat dot com
  2011-11-07 10:54 ` [Bug testsuite/13332] " mjw at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: mjw at redhat dot com @ 2011-10-22 19:53 UTC (permalink / raw)
  To: systemtap

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

             Bug #: 13332
           Summary: skipped.exp testcase can freeze processes/system
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
        AssignedTo: systemtap@sourceware.org
        ReportedBy: mjw@redhat.com
    Classification: Unclassified


When running skipped.exp (sudo make installcheck RUNTESTFLAGS=skipped.exp) my
machine sometimes acts up (frozen processes) and dmesg will show:
hrtimer: interrupt took 30006338 ns

Sometimes, though not often, the skipped.exp testcase itself will timeout.

This seem to be caused by this (guru) script:

global f
probe timer.profile { f++; snooze() }
function snooze() %{ udelay(10000); %}

It is run with:
stap -e $script -DMAXTRYLOCK=0 -DSTP_NO_OVERLOAD -tug

The purpose of the test seems to be to see whether global locks timeout.

Is there a better way to test this that doesn't cause such long interrupts
resulting in system/process freezes?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug testsuite/13332] skipped.exp testcase can freeze processes/system
  2011-10-22 19:53 [Bug testsuite/13332] New: skipped.exp testcase can freeze processes/system mjw at redhat dot com
@ 2011-11-07 10:54 ` mjw at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: mjw at redhat dot com @ 2011-11-07 10:54 UTC (permalink / raw)
  To: systemtap

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

--- Comment #1 from Mark Wielaard <mjw at redhat dot com> 2011-11-07 10:53:15 UTC ---
Since this test keep messing up systems I have made it UNTESTED for now:

commit 3780aaa7c3ddd4af58adcb24c186af0738340935
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Nov 7 11:52:17 2011 +0100

    PR13332 skipped.exp testcase can freeze processes/system.

    Mark skipped.exp as untested for now.

diff --git a/testsuite/systemtap.base/skipped.exp
b/testsuite/systemtap.base/skipped.exp
index 0239efc..bfb74ee 100644
--- a/testsuite/systemtap.base/skipped.exp
+++ b/testsuite/systemtap.base/skipped.exp
@@ -5,6 +5,10 @@ if {! [installtest_p]} { untested $test; return }
 set nr_cpus [exec sh -c "grep ^processor /proc/cpuinfo | wc -l"]
 if {$nr_cpus < 2} { unsupported $test; return }

+# See PR13332 skipped.exp testcase can freeze processes/system
+untested "$test PR13332 skipped.exp testcase can freeze processes/system"
+return
+
 set script {
 global f
 probe timer.profile { f++; snooze() }

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

end of thread, other threads:[~2011-11-07 10:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-22 19:53 [Bug testsuite/13332] New: skipped.exp testcase can freeze processes/system mjw at redhat dot com
2011-11-07 10:54 ` [Bug testsuite/13332] " mjw 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).