All of lore.kernel.org
 help / color / mirror / Atom feed
From: GitHub issues - opened <github@alsa-project.org>
To: alsa-devel@alsa-project.org
Subject: alsabat: fills /tmp until out of memory
Date: Wed,  4 Jun 2025 07:47:47 +0200 (CEST)	[thread overview]
Message-ID: <1845c0d7c5184d00-webhooks-bot@alsa-project.org> (raw)
In-Reply-To: <1845c0d7c501a000-webhooks-bot@alsa-project.org>

alsa-project/alsa-utils issue #301 was opened from eurofun:

alsabat creates its capture file by using mkstemp() in bat.c. So it creates a new file under /tmp each time it runs (at least when
configured to capture something...) and never removes any until no space is left.
I propose it should by default delete the files it opened after analysis and keep the current behavior as an option in order 
to allow inspecting captured files after alsabat ran. Or alternatively an option to specify the capture filename.

Issue URL     : https://github.com/alsa-project/alsa-utils/issues/301
Repository URL: https://github.com/alsa-project/alsa-utils

           reply	other threads:[~2025-06-04  5:48 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1845c0d7c501a000-webhooks-bot@alsa-project.org>]

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=1845c0d7c5184d00-webhooks-bot@alsa-project.org \
    --to=github@alsa-project.org \
    --cc=alsa-devel@alsa-project.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.