public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/5608] Translator shouldn't allow using marker probe arguments as pointers
  2008-01-14 16:02 [Bug translator/5608] New: Translator shouldn't allow using marker probe arguments as pointers dsmith at redhat dot com
@ 2008-01-14 16:02 ` dsmith at redhat dot com
  2008-01-14 16:03 ` dsmith at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: dsmith at redhat dot com @ 2008-01-14 16:02 UTC (permalink / raw)
  To: systemtap



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED


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

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

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

* [Bug translator/5608] New: Translator shouldn't allow using marker probe arguments as pointers
@ 2008-01-14 16:02 dsmith at redhat dot com
  2008-01-14 16:02 ` [Bug translator/5608] " dsmith at redhat dot com
  2008-01-14 16:03 ` dsmith at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: dsmith at redhat dot com @ 2008-01-14 16:02 UTC (permalink / raw)
  To: systemtap

Assume a kernel marker with an integer argument.  The translator shouldn't allow
a script like the following:

  probe kernel.mark("foo") { print($arg1->i_ino) }

The translator should not allow this since the translator has no idea that $arg1
is a pointer or what type it points to.  Currently the translator treats the
above script as:

  probe kernel.mark("foo") { print($arg1) }

Instead, the translator should print an error message.

-- 
           Summary: Translator shouldn't allow using marker probe arguments
                    as pointers
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: dsmith at redhat dot com


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

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

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

* [Bug translator/5608] Translator shouldn't allow using marker probe arguments as pointers
  2008-01-14 16:02 [Bug translator/5608] New: Translator shouldn't allow using marker probe arguments as pointers dsmith at redhat dot com
  2008-01-14 16:02 ` [Bug translator/5608] " dsmith at redhat dot com
@ 2008-01-14 16:03 ` dsmith at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: dsmith at redhat dot com @ 2008-01-14 16:03 UTC (permalink / raw)
  To: systemtap



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |dsmith at redhat dot com
                   |redhat dot com              |


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

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

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

end of thread, other threads:[~2008-01-14 16:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-14 16:02 [Bug translator/5608] New: Translator shouldn't allow using marker probe arguments as pointers dsmith at redhat dot com
2008-01-14 16:02 ` [Bug translator/5608] " dsmith at redhat dot com
2008-01-14 16:03 ` dsmith 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).