public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "avi@cloudius-systems.com" <sourceware-bugzilla@sourceware.org>
To: systemtap@sourceware.org
Subject: [Bug uprobes/27934] New: failure to attach statement
Date: Mon, 31 May 2021 13:08:51 +0000	[thread overview]
Message-ID: <bug-27934-6586@http.sourceware.org/bugzilla/> (raw)

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

            Bug ID: 27934
           Summary: failure to attach statement
           Product: systemtap
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: uprobes
          Assignee: systemtap at sourceware dot org
          Reporter: avi@cloudius-systems.com
  Target Milestone: ---

Trying a script:

#!/usr/bin/stap

# usage: task_latency.stap process_name

global histogram

probe process(@1).mark("reactor_run_tasks_single_start") {
    histogram[tid(), $arg1] += 1
}

probe end {
    foreach ([shard, vtable] in histogram) {
        printf("%d/0x%x: %d\n", shard, vtable, histogram[shard, vtable])
    }
}


I get

WARNING: probe
process("/home/avi/scylla/build/release/test/perf/perf_simple_query_g").statement(0x302b6a3)
at inode-offset 2014175825:00000000856e063f registration error (rc -524)


And no results. What is registration error -524?

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

             reply	other threads:[~2021-05-31 13:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-31 13:08 avi@cloudius-systems.com [this message]
2021-07-14 20:47 ` [Bug uprobes/27934] " fche at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-27934-6586@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).