[Bug translator/7035] New: -L mode should not suppress all errors
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Nov 17 14:26:00 GMT 2008
This is wrong:
% stap -r /sdfijsdfoidf -L 'kernel.function("*")'
% echo $?
0
This is more like it, though the "pass 2..." line is probably unhelpful.
% stap -r /sdfijsdfoidf -e 'probe kernel.function("*") {}'
semantic error: libdwfl failure (missing kernel /sdfijsdfoidf x86_64 debuginfo):
No such file or directory while resolving probe point kernel.function("*")
semantic error: no probes found
Pass 2: analysis failed. Try again with more '-v' (verbose) options.
% echo $?
1
--
Summary: -L mode should not suppress all errors
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: translator
AssignedTo: systemtap at sources dot redhat dot com
ReportedBy: fche at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=7035
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list