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/6646] SystemTap scripts fail with an Oops on x86


------- Additional Comments From wenji dot huang at oracle dot com  2008-06-19 02:43 -------
To test it, need to make a little change:

4419   // FIXME for non-debuginfo use.

4420   if (true) {

4421       return emit_symbol_data_from_debuginfo(s, kallsyms_out);

4422   } else {

4423     // For symbol-table only operation, we don't have debuginfo,

---> s/true/false/

And the scripts work with --ignore-vmlinux --kmap=/proc/kallsyms, also
--ignore-dwarf --kelf even in case of incorrect vmlinux.




-- 


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

------- 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]