From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 04C583948A5F; Sun, 11 Feb 2024 00:50:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 04C583948A5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707612648; bh=wTrp3Z65mEvzY85fDedQBw7Fg9Ta0IlElLBwJUXAoPo=; h=From:To:Subject:Date:From; b=DWvkJvGIpqp6j88mx4peXZO00WBhmD7iOrdMuFHv4z9uChaAdpPjOK3bLXNfXwj9C BJ/2m3Dq7n5eL9L1Sg+P8nNXAjhBM6Jnc3WkWBD4X2CWUnYPC+LappjZW8mVckUT8y qq9wxNRMHfOQ67LTrjdJmvItTMDJB6DBOE7NpVrw= From: "fche at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/31368] New: make debuginfod downloads interruptible Date: Sun, 11 Feb 2024 00:50:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fche at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31368 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. --=20 You are receiving this mail because: You are the assignee for the bug.=