diff options
author | fche <fche> | 2005-12-01 21:10:30 +0000 |
---|---|---|
committer | fche <fche> | 2005-12-01 21:10:30 +0000 |
commit | c253c2ea9ff3ff0169c191c20418066c9cf94caa (patch) | |
tree | 84ec4376fa5803297baf0793eeae8daf400adf97 /stap.1.in | |
parent | 39e57ce01790506b9e6a85cc126c032907fd9197 (diff) | |
download | systemtap-steved-c253c2ea9ff3ff0169c191c20418066c9cf94caa.tar.gz systemtap-steved-c253c2ea9ff3ff0169c191c20418066c9cf94caa.tar.xz systemtap-steved-c253c2ea9ff3ff0169c191c20418066c9cf94caa.zip |
2005-12-01 Frank Ch. Eigler <fche@redhat.com>
PR 1944 quick hack.
* translator.cxx (translate_pass): Reduce default MAXNESTING to 10.
(emit_module_init): Add a paranoid check against oversize contexts.
* stap.1.in: Document MAXNESTING change.
2005-12-01 Frank Ch. Eigler <fche@redhat.com>
PR 1944 quick hack.
* testsuite/systemtap.sample/control_limits.*: Adapt to new
MAXNESTING default.
Diffstat (limited to 'stap.1.in')
-rw-r--r-- | stap.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -408,7 +408,7 @@ function thatfn:string (arg1:long, arg2) { .ESAMPLE Functions may call others or themselves recursively, up to a fixed nesting limit. This limit is defined by -a macro in the translated C code and is in the neighbourhood of 30. +a macro in the translated C code and is in the neighbourhood of 10. .SS EMBEDDED C When in guru mode, the translator accepts embedded code in the |