[Bug runtime/15663] Failing to remove the stap kernel modules on kernel 3.9.4
agentzh at gmail dot com
sourceware-bugzilla@sourceware.org
Thu Jul 25 01:53:00 GMT 2013
http://sourceware.org/bugzilla/show_bug.cgi?id=15663
agentzh <agentzh at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from agentzh <agentzh at gmail dot com> ---
Yes, it's indeed caused by a gcc version mismatch. The default gcc when running
stap is gcc 4.4.7 while the kernel was compiled by gcc 4.7.3 and 4.8.0. By
explicitly specifying the "-B gcc-4.7" option by running stap, the problem
disappears immediately.
And yeah, I also hope stap can have a way to check such issues automatically to
prevent such weird issues :) I'll think about Josh Stone's proposal above :)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list