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/9927] 2.6.29-rc7 - kernel crash with sharedbuf.exp stap test script


------- Additional Comments From mhiramat at redhat dot com  2009-03-16 21:59 -------
>From my investigation, this problem is just a kernel bug.
mod pointer moved on mod->module_core after copying all sections. So, after
freeing module_core, you must not access mod->(members), because it has been freed.

I'll report and post a fix patch to LKML.

Thanks,

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9927

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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