public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/22005] New: @min and @max functions return a wrong value
@ 2017-08-25 10:38 mcermak at redhat dot com
  2017-08-25 10:39 ` [Bug translator/22005] " mcermak at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: mcermak at redhat dot com @ 2017-08-25 10:38 UTC (permalink / raw)
  To: systemtap

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

            Bug ID: 22005
           Summary: @min and @max functions return a wrong value
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
          Assignee: systemtap at sourceware dot org
          Reporter: mcermak at redhat dot com
  Target Milestone: ---

At certain circumstances @min() and @max() return a wrong value:

$ stap -e 'global nnn probe oneshot {nnn<<<12 nnn<<<34 println(@min(nnn), ", ",
@max(nnn))}'
12, 34
$ stap -e 'global nnn probe oneshot {nnn<<<12 nnn<<<34 println(@min(nnn))}'
12
$ stap -e 'global nnn probe oneshot {nnn<<<12 nnn<<<34 println(@max(nnn))}'
12
$

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

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

* [Bug translator/22005] @min and @max functions return a wrong value
  2017-08-25 10:38 [Bug translator/22005] New: @min and @max functions return a wrong value mcermak at redhat dot com
@ 2017-08-25 10:39 ` mcermak at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: mcermak at redhat dot com @ 2017-08-25 10:39 UTC (permalink / raw)
  To: systemtap

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

Martin Cermak <mcermak at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|systemtap at sourceware dot org    |mcermak at redhat dot com

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

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

end of thread, other threads:[~2017-08-25 10:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-25 10:38 [Bug translator/22005] New: @min and @max functions return a wrong value mcermak at redhat dot com
2017-08-25 10:39 ` [Bug translator/22005] " mcermak 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).