public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug runtime/26702] New: historical intermittent rt-linux crashes
@ 2020-10-02 20:50 fche at redhat dot com
  0 siblings, 0 replies; only message in thread
From: fche at redhat dot com @ 2020-10-02 20:50 UTC (permalink / raw)
  To: systemtap

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

            Bug ID: 26702
           Summary: historical intermittent rt-linux crashes
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
          Assignee: systemtap at sourceware dot org
          Reporter: fche at redhat dot com
  Target Milestone: ---

While numerous rt-linux tweaks to the runtime have been
made over the years, there may still be some problems.
Some problem reproducer from years ago may still cause
problems now.  Putting them here for the record.

Via <smakarov@redhat.com>:

Looked into reducing the conversions_profile.stp test case. So far I've reduced
down to

$ stap -g  --suppress-time-limits -vv -DMAXSKIPPED=99999 -DMAXERRORS=40 -e
'global hits; probe timer.profile { if (hits == 0) { hits = 1;
print(kernel_string(0xfffffff)) } }'

and

$ stap -g  --suppress-time-limits -vv -DMAXSKIPPED=99999 -DMAXERRORS=40 -e
'global hits; probe timer.profile { if (hits == 0) { hits = 1 } }'

The following works fine without crashing:

$ stap -g --suppress-time-limits -vv -DMAXSKIPPED=99999 -DMAXERRORS=40 -e
'probe timer.profile { print(kernel_string(0xfffffff)) }'

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-02 20:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02 20:50 [Bug runtime/26702] New: historical intermittent rt-linux crashes fche 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).