[Bug testsuite/14560] cmd_parse.exp sometimes hangs or fails on EOF
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Sep 11 19:57:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=14560
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> 2012-09-11 19:57:28 UTC ---
I also see the test hanging on cmd_parse14, which is fairly simple:
====
spawn sh -c "stap -v -v --vp 01020 -h 2>&1"
expect {
-re {add per-pass verbosity .23242.} { pass "cmd_parse14" }
timeout { fail "cmd_parse14: timeout" }
eof { fail "cmd_parse14: eof" }
}
wait;catch {close}
====
I'm still debugging this one.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Systemtap
mailing list