This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug runtime/19525] New: script doesn't finish in bulk mode
- From: "mcermak at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Wed, 27 Jan 2016 19:38:44 +0000
- Subject: [Bug runtime/19525] New: script doesn't finish in bulk mode
- Auto-submitted: auto-generated
https://sourceware.org/bugzilla/show_bug.cgi?id=19525
Bug ID: 19525
Summary: script doesn't finish in bulk mode
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: runtime
Assignee: systemtap at sourceware dot org
Reporter: mcermak at redhat dot com
Target Milestone: ---
It turns out that commit 62d2a73ee995739eeaa15e4d495f0452b589f30e caused a
regression on RHEL6 (not on RHEL7). Using stap from current upstream sources,
following script will never finish:
stap -ve 'probe begin { log("hey") exit() }'
The bulk mode needs to be in use to reproduce.
--
You are receiving this mail because:
You are the assignee for the bug.