This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/2685] New: need to skip probes on insufficient stack
- From: "fche at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sources dot redhat dot com
- Date: 22 May 2006 18:19:41 -0000
- Subject: [Bug translator/2685] New: need to skip probes on insufficient stack
- Reply-to: sourceware-bugzilla at sourceware dot org
Similarly to bug #2185, because we don't have a separate stack for kprobe
handling (bug #931), we may have stack exhaustion problems in ordinary usage
without reentrancy. We go out of our way to minimize stack usage, but we need to
- estimate or measure stack usage of a worst-case scenario (kprobes handler,
deeply nested systemtap expression, calling into the most complex runtime routine)
- add code to the probe entry functions to check for available stack space, and
punt (skip probe) if it's not sufficient
--
Summary: need to skip probes on insufficient stack
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: translator
AssignedTo: systemtap at sources dot redhat dot com
ReportedBy: fche at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=2685
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.