This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug runtime/17894] global_opt_unknown.exp failure
- From: "mcermak at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Wed, 28 Jan 2015 09:49:44 +0000
- Subject: [Bug runtime/17894] global_opt_unknown.exp failure
- Auto-submitted: auto-generated
- References: <bug-17894-6586 at http dot sourceware dot org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=17894
--- Comment #1 from Martin Cermak <mcermak at redhat dot com> ---
Apparently, what causes the problem, is passing that `var2` parameter:
=======
7.1 S x86_64 [-] # /root/mcermak-systemtap/systemtap-build/bin/staprun -R
/tmp/stapqcf3CF/stap_27792.ko var2=29
ERROR: Couldn't insert module '/tmp/stapqcf3CF/stap_27792.ko': Unknown symbol
in module
=======
Without the parameter, the module inserts fine:
=======
7.1 S x86_64 [-] # /root/mcermak-systemtap/systemtap-build/bin/staprun -R
/tmp/stapqcf3CF/stap_27792.ko
systemtap test success
=======
--
You are receiving this mail because:
You are the assignee for the bug.