public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/17959] New: Something (broken DWARF?) causes Systemtap to generate C code with uint0_t types
@ 2015-02-11 15:36 aram.h at mgk dot ro
  2015-02-11 15:38 ` [Bug translator/17959] " aram.h at mgk dot ro
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: aram.h at mgk dot ro @ 2015-02-11 15:36 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=17959

            Bug ID: 17959
           Summary: Something (broken DWARF?) causes Systemtap to generate
                    C code with uint0_t types
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
          Assignee: systemtap at sourceware dot org
          Reporter: aram.h at mgk dot ro
                CC: mjw at redhat dot com

When using systemtap on Go binaries that work around issue 17957 and 17958,
systemtap will fail to create the kernel module because the generated C code
uses uint0_t types:

/tmp/stapUOqJjk/stap_ea1e3b08acea61492ed2615b6f549cbe_535512_src.c: In function
‘function__dwarf_tvar_get__p__261’:
/tmp/stapUOqJjk/stap_ea1e3b08acea61492ed2615b6f549cbe_535512_src.c:12640:7:
error: unknown type name ‘uint0_t’
     { uint0_t value = deref (sizeof addr, addr); addr = value; }
       ^
/tmp/stapUOqJjk/stap_ea1e3b08acea61492ed2615b6f549cbe_535512_src.c: In function
‘function__dwarf_tvar_get__p__585’:
/tmp/stapUOqJjk/stap_ea1e3b08acea61492ed2615b6f549cbe_535512_src.c:12712:7:
error: unknown type name ‘uint0_t’
     { uint0_t value = deref (sizeof addr, addr); addr = value; }
       ^
/tmp/stapUOqJjk/stap_ea1e3b08acea61492ed2615b6f549cbe_535512_src.c: In function
‘function__dwarf_tvar_get_addr_647’:
/tmp/stapUOqJjk/stap_ea1e3b08acea61492ed2615b6f549cbe_535512_src.c:13060:7:
error: unknown type name ‘uint0_t’
     { uint0_t value = deref (sizeof addr, addr); addr = value; }
       ^

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-04-09 14:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-11 15:36 [Bug translator/17959] New: Something (broken DWARF?) causes Systemtap to generate C code with uint0_t types aram.h at mgk dot ro
2015-02-11 15:38 ` [Bug translator/17959] " aram.h at mgk dot ro
2015-02-11 20:32 ` aram.h at mgk dot ro
2015-02-11 20:33 ` aram.h at mgk dot ro
2015-02-11 21:18 ` mjw at redhat dot com
2015-04-09 14:56 ` mjw at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).