[Bug translator/30442] New: optional statement probes still throw exceptions that kill pass-2
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Thu May 11 21:50:09 GMT 2023
https://sourceware.org/bugzilla/show_bug.cgi?id=30442
Bug ID: 30442
Summary: optional statement probes still throw exceptions that
kill pass-2
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: translator
Assignee: systemtap at sourceware dot org
Reporter: fche at redhat dot com
Target Milestone: ---
% stap -p2 -e 'probe oneshot {log("hi")} probe
kernel.statement("do_exit@*:8332")? { log("yo") }'
semantic error: no line records for kernel/exit.c:8332 [man error::dwarf]
This hits if the statement probes -partly- resolve, but then fail, such as if
the line number range is a little off but the function name is valid.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list