This is sources Bugzilla
Bugzilla Version 2.17.5
Bugzilla Bug 2685
  need to skip probes on insufficient stack Last modified: 2006-11-26 23:28:56
     Query page      Enter new bug
Bug#: 2685   Hardware:   Reporter: Frank Ch. Eigler <fche@redhat.com>
Host: Target: Build:
Product:     Add CC:
Component:   Version:   CC:
Status: RESOLVED   Priority:  
Resolution: FIXED   Severity:  
Assigned To: Frank Ch. Eigler <fche@redhat.com>   Target Milestone:  
Summary:
Keywords:

Attachment Description Type Created Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 2685 depends on: Show dependency tree
Show dependency graph
Bug 2685 blocks:

Additional Comments:


Leave as RESOLVED FIXED
Reopen bug
Mark bug as VERIFIED

View Bug Activity   |   Format For Printing


Description:   Last confirmed: 0000-00-00 00:00 Opened: 2006-05-22 18:19
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

------- Additional Comment #1 From Frank Ch. Eigler 2006-11-26 23:28 -------
patch committed.  The default MINSTACKSPACE may need to be tuned in the future.

     Query page      Enter new bug
Actions: New | Query | bug # | Reports | Requests   New Account | Log In