This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/23634] WARNING: Can't parse SDT_V3 operand for x86_64 qemu tapset probe points
- From: "wcohen at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Wed, 12 Sep 2018 14:03:48 +0000
- Subject: [Bug translator/23634] WARNING: Can't parse SDT_V3 operand for x86_64 qemu tapset probe points
- Auto-submitted: auto-generated
- References: <bug-23634-6586@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=23634
--- Comment #1 from William Cohen <wcohen at redhat dot com> ---
Recompiling the fedora qemu with the following diff removed the warnings during
the build of the qemu_count.stp script:
$ diff -u ~/koji-git/qemu/qemu.spec qemu.spec
--- /home/wcohen/koji-git/qemu/qemu.spec 2018-09-11 13:41:46.696101454
-0400
+++ qemu.spec 2018-09-11 16:29:25.150797536 -0400
@@ -865,7 +865,7 @@
%endif
--enable-trace-backend=$tracebackends \
--extra-ldflags="$extraldflags -Wl,-z,relro -Wl,-z,now" \
- --extra-cflags="%{optflags}" \
+ --extra-cflags="%{optflags} -DSTAP_SDT_ARG_CONSTRAINT=nr" \
"$@" || cat config.log
}
Would there be a problem changing the default STAP_SDT_ARG_CONTRAINT from "nor"
to "nr"?
--
You are receiving this mail because:
You are the assignee for the bug.