This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/10516] on rawhide, getting a warning about bad percpu allocation


------- Additional Comments From fche at redhat dot com  2009-08-18 02:33 -------
According to gdb, probe_1812_locals are 10KB big, and get multiplied by
10 for MAXNESTING, which puts the total about 100KB.  That's too big.

We should teach the translator to set MAXNESTING to smaller figures for
nonrecursive probes.  Similarly, probe locals should not be included
in the nesting-sensitive data (locals[]).

Plus we don't REALLY have to use the percpu alloc stuff if it's that
limited.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10516

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]