public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/4066] New: hist_linear() with large H value crashes system
@ 2007-02-16 21:39 mmlnx at us dot ibm dot com
  2007-02-16 22:13 ` [Bug translator/4066] " mmlnx at us dot ibm dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: mmlnx at us dot ibm dot com @ 2007-02-16 21:39 UTC (permalink / raw)
  To: systemtap

I was writing a simple script that uses hist_linear() and decided to pass it a
ridiculously large H value to see what happens.  To my surprise, it crashed the
system.  

Here's the script:

global reads
probe netdev.receive { reads <<< length }
probe end { print (@hist_linear(reads, 0, 300000000000, 50)) }

I tried the script on ppc64 and x86 running SLES10 SP1 and x86_64 running RHEL5
RC1 and the latest FC5 kernel.  I tried the SLES10 SP1, RHEL5 RC1 and CVS
versions of systemtap.  All crashed.  I suspect there's a problem in
_stp_stat_init(). More details to follow.

-- 
           Summary: hist_linear() with large H value crashes system
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: critical
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: mmlnx at us dot ibm dot com


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

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

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

end of thread, other threads:[~2007-02-21  2:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-16 21:39 [Bug translator/4066] New: hist_linear() with large H value crashes system mmlnx at us dot ibm dot com
2007-02-16 22:13 ` [Bug translator/4066] " mmlnx at us dot ibm dot com
2007-02-16 22:41 ` joshua dot i dot stone at intel dot com
2007-02-17 12:28 ` fche at redhat dot com
     [not found] ` <20070217122846.3531.qmail@sourceware.org>
2007-02-20 22:03   ` Mike Mason
2007-02-20 22:12     ` Frank Ch. Eigler
2007-02-20 22:14     ` Mike Mason
2007-02-20 22:23       ` Frank Ch. Eigler
2007-02-20 23:57         ` Vara Prasad
2007-02-21  2:22           ` Frank Ch. Eigler

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).