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

Aaron Merey <amerey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amerey at redhat dot com
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Aaron Merey <amerey at redhat dot com> ---
Fixed in the following commit

commit d7cb72f70377b033028a6d66dd5e27e40832d0d0
Author: Aaron Merey <ame...@redhat.com>
Date:   Sun Aug 10 15:25:39 2025 -0400

    debuginfod-find.c: Avoid leaving temp files in the cache

    Add a SIGINT handler to debuginfod-find so that ctrl-c during
    a download causes clean up to occur instead of immediately killing
    the process and possibly leaving temp files in the client cache.

    This change requires setting the client progressfn unconditionally
    instead of only when --verbose is given.  This in turn requires a small
    change to a debuginfod-find testcase in run-debuginfod-artifact-running.sh
    to account for output differences between the debuginfod-find progressfn
    and the debuginfod_client default_progressfn which was previously used
    when debuginfod-find lacked -v but had DEBUGINFOD_PROGRESS=1 set.

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

    Signed-off-by: Aaron Merey <ame...@redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to