public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/31368] New: make debuginfod downloads interruptible
@ 2024-02-11  0:50 fche at redhat dot com
  2024-02-21 21:09 ` [Bug translator/31368] " mcermak at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: fche at redhat dot com @ 2024-02-11  0:50 UTC (permalink / raw)
  To: systemtap

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

            Bug ID: 31368
           Summary: make debuginfod downloads interruptible
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
          Assignee: systemtap at sourceware dot org
          Reporter: fche at redhat dot com
  Target Milestone: ---

Like bug #29582 (gdb), we need systemtap to react to ^C's when debuginfod
downloads are in progress.  For example, try something very slow like:


 % stap -L 'module("ac*").function("*")'

and hit ^C.  It may or may not interrupt that download, but then proceeds
to the next one. By hitting ^C enough, systemtap's "Too many interrupts
received, exiting" logic eventually fires, aborting the program.  It would
be better if that first ^C were immediately interpreted as an interrupt
in whatever part of stap/elfutils is busy with the downloads.  This may or
may not require dealing with debuginfod_client level notifier callbacks.

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

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

* [Bug translator/31368] make debuginfod downloads interruptible
  2024-02-11  0:50 [Bug translator/31368] New: make debuginfod downloads interruptible fche at redhat dot com
@ 2024-02-21 21:09 ` mcermak at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: mcermak at redhat dot com @ 2024-02-21 21:09 UTC (permalink / raw)
  To: systemtap

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

Martin Cermak <mcermak at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcermak at redhat dot com
             Status|NEW                         |ASSIGNED
           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:[~2024-02-21 21:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-11  0:50 [Bug translator/31368] New: make debuginfod downloads interruptible fche at redhat dot com
2024-02-21 21:09 ` [Bug translator/31368] " 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).