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/15663] Failing to remove the stap kernel modules on kernel 3.9.4


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.


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