This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/17894] global_opt_unknown.exp failure


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]