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 translator/12927] New: stack.c gets unknown field 'warning_symbol'


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

           Summary: stack.c gets unknown field 'warning_symbol'
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sourceware.org
        ReportedBy: scox@redhat.com


$ sudo stap -p4 -e 'probe module("ext2").statement ("*@*.c:*") { printf
("%s\n", pp()); }'
In file included from
/tmp/stapIl5lwd/stap_391a917f397de1fde63b40df3b702c3c_192393.c:60:0:
/usr/share/systemtap/runtime/stack.c:98:2: error: unknown field âwarningâ
specified in initializer
/usr/share/systemtap/runtime/stack.c:98:2: error: initialization from
incompatible pointer type [-Werror]
/usr/share/systemtap/runtime/stack.c:98:2: error: (near initialization for
âprint_stack_ops.addressâ) [-Werror]
/usr/share/systemtap/runtime/stack.c:99:2: error: unknown field
âwarning_symbolâ specified in initializer
/usr/share/systemtap/runtime/stack.c:99:2: error: initialization from
incompatible pointer type [-Werror]
/usr/share/systemtap/runtime/stack.c:99:2: error: (near initialization for
âprint_stack_ops.stackâ) [-Werror]
cc1: all warnings being treated as errors

make[1]: *** [/tmp/stapIl5lwd/stap_391a917f397de1fde63b40df3b702c3c_192393.o]
Error 1
make: *** [_module_/tmp/stapIl5lwd] Error 2
Pass 4: compilation failed.  Try again with another '--vp 0001' option.

This is with:

systemtap-1.5-3.rwmj1.fc15.x86_64

(standard systemtap 1.5-3 from Fedora 15 + a patch to increase
STP_DEFAULT_BUFFERS to 1000).

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]