Bug 11034 - review context struct allocation mechanism
Summary: review context struct allocation mechanism
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: translator (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: David Smith
URL:
Keywords:
Depends on:
Blocks: blockers-1.1
  Show dependency treegraph
 
Reported: 2009-11-30 16:02 UTC by Frank Ch. Eigler
Modified: 2009-12-02 21:17 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Ch. Eigler 2009-11-30 16:02:56 UTC
With larger scripts with only a moderate amount of string processing
and recursion, there have been reports of script startup failures. 

   ERROR: percpu context (size 68520) allocation failed

The percpu_alloc based context allocation introduced in commit ded98b33
needs to be reconsidered.
Comment 1 David Smith 2009-12-02 21:17:57 UTC
Fixed in commit 4a0ae64.