public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug testsuite/15965] New: pr10854.exp testcase waiting for ever on ARM
@ 2013-09-17 11:08 naresh.kamboju at linaro dot org
  2013-09-17 13:36 ` [Bug testsuite/15965] " dsmith at redhat dot com
  2013-09-17 21:48 ` wcohen at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: naresh.kamboju at linaro dot org @ 2013-09-17 11:08 UTC (permalink / raw)
  To: systemtap

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

            Bug ID: 15965
           Summary: pr10854.exp testcase waiting for ever on ARM
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
          Assignee: systemtap at sourceware dot org
          Reporter: naresh.kamboju at linaro dot org

while running "make installcheck" systemtap.base/pr10854.exp is retuning
anything and waiting forever in the execution on ARM.

---------------------------------------------------
# make installcheck
Running ./systemtap.base/pr10854.exp ...                                        

---------------------------------------------------
kernel version: 3.11.0-rc5                                                      
systemtap location: /usr/local/bin/stap                                         
systemtap version: version 2.2.1/0.155, non-git sources                         
gcc location: /usr/bin/gcc                                                      
gcc version: gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3    
---------------------------------------------------
dmesg 
---------------------------------------------------
Sep 17 10:35:59 linaro-developer kernel:
stap_fca23709d51b27106ac4a61f1461494f_15128: systemtap: 2.2.1/0.155, base:
bf1c2000, memory: 1459data/50text/16ctx/2058net/257alloc kb, probes: 80
---------------------------------------------------
cat /proc/modules
---------------------------------------------------
root@linaro-developer:~/systemtap-2.2.1/testsuite/systemtap.base# cat
/proc/modules 
stap_fca23709d51b27106ac4a61f1461494f_15128 1546221 2 - Live 0xbf1c2000
ipv6 294504 14 - Live 0xbf000000
---------------------------------------------------

pr10854.exp-stap-report-on-ARM
http://pastebin.com/RG0GPWLv
---------------------------------------------------

pr10854.exp_hash_log
http://pastebin.com/KMxmLmm4
---------------------------------------------------

pr10854.exp_C_prog
http://pastebin.com/RJF9uG58
---------------------------------------------------

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

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

* [Bug testsuite/15965] pr10854.exp testcase waiting for ever on ARM
  2013-09-17 11:08 [Bug testsuite/15965] New: pr10854.exp testcase waiting for ever on ARM naresh.kamboju at linaro dot org
@ 2013-09-17 13:36 ` dsmith at redhat dot com
  2013-09-17 21:48 ` wcohen at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: dsmith at redhat dot com @ 2013-09-17 13:36 UTC (permalink / raw)
  To: systemtap

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

David Smith <dsmith at redhat dot com> changed:

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

--- Comment #1 from David Smith <dsmith at redhat dot com> ---
(In reply to Naresh Kamboju from comment #0)
> while running "make installcheck" systemtap.base/pr10854.exp is retuning
> anything and waiting forever in the execution on ARM.
> 
> ---------------------------------------------------
> # make installcheck
> Running ./systemtap.base/pr10854.exp ...                                    

Here's a patch that might fix this. This one is a bit trickier since this might
change the behavior of the test.

(Note that pastebin isn't a good place for your attachments since they can
expire on pastebin. Please attach files directly to the bug.)

diff --git a/testsuite/systemtap.base/pr10854.exp
b/testsuite/systemtap.base/pr10854.exp
index ab68356..fdff19a 100644
--- a/testsuite/systemtap.base/pr10854.exp
+++ b/testsuite/systemtap.base/pr10854.exp
@@ -26,6 +26,7 @@ for {set i 0} {$i < 10} {incr i} {
     sleep 1
     catch { exec pkill stapio -P [pid] 2>/dev/null }
     catch { exec pkill -9 stapio -P [pid] 2>/dev/null }
+    catch { exec kill -INT -[exp_pid] }
     catch { close } 
     catch { wait } 
     # don't delay before the next staprun

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

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

* [Bug testsuite/15965] pr10854.exp testcase waiting for ever on ARM
  2013-09-17 11:08 [Bug testsuite/15965] New: pr10854.exp testcase waiting for ever on ARM naresh.kamboju at linaro dot org
  2013-09-17 13:36 ` [Bug testsuite/15965] " dsmith at redhat dot com
@ 2013-09-17 21:48 ` wcohen at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: wcohen at redhat dot com @ 2013-09-17 21:48 UTC (permalink / raw)
  To: systemtap

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

William Cohen <wcohen at redhat dot com> changed:

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

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

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

end of thread, other threads:[~2013-09-17 21:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-17 11:08 [Bug testsuite/15965] New: pr10854.exp testcase waiting for ever on ARM naresh.kamboju at linaro dot org
2013-09-17 13:36 ` [Bug testsuite/15965] " dsmith at redhat dot com
2013-09-17 21:48 ` wcohen 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).