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]

Re: problem in User-Space Probing


ch huang <justlooks@gmail.com> writes:

> [...]
> /usr/local/share/systemtap/runtime/uprobes/uprobes.c: In function
> 'uprobe_report_exec':
> /usr/local/share/systemtap/runtime/uprobes/uprobes.c:2401: warning:
> 'uproc' may be used uninitialized in this function
> /usr/local/share/systemtap/runtime/uprobes/uprobes.c: In function
> 'uprobe_report_exit':
> /usr/local/share/systemtap/runtime/uprobes/uprobes.c:2101: warning:
> 'uproc' may be used uninitialized in this function
> i in process("/root/test").function("my_out@/root/test.c:4")

It sounds like some overpicky compiler.  Please try adding a

    = NULL;

to those declarations on those source files.  If it works for you,
please send us that diff/patch to apply to the source tree.


- FChE


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