diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-04-01 22:50:47 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-04-01 22:52:33 -0400 |
commit | dcfd7fed7088871f46d9da7183e485877fb2d81f (patch) | |
tree | 57a560603d3b095a9f3f2bc01500becdacf785d9 /NEWS | |
parent | 65ffc3f32328473cb74aa5c7eca7e46bb82bd7fb (diff) | |
download | systemtap-steved-dcfd7fed7088871f46d9da7183e485877fb2d81f.tar.gz systemtap-steved-dcfd7fed7088871f46d9da7183e485877fb2d81f.tar.xz systemtap-steved-dcfd7fed7088871f46d9da7183e485877fb2d81f.zip |
PR10019: --skip-badvars to suppress run-time memory errors too
* NEWS: Note this change.
* hash.cxx (find_script_hash): Add s.skip_badvars into hash.
* translate.cxx (translate_pass): Emit STP_SKIP_BADVARS.
* runtime/loc2c-runtime.h (DEREF_FAULT, STORE_DEREF_FAULT): Provide
dummy implementation if STP_SKIP_BADVARS.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +* What's new + +- The --skip-badvars option now also suppresses run-time error + messages that would otherwise result from erroneous memory accesses. + Such accesses can originate from $context expressions fueled by + erroneous debug data, or by kernel_{long,string,...}() tapset calls. + * What's new in version 0.9.5 - New probes process().insn and process().insn.block that allows |