Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d1a0fc5ff8de2669a93a19feb45c08655b9e1b5c
      
https://github.com/WebKit/WebKit/commit/d1a0fc5ff8de2669a93a19feb45c08655b9e1b5c
  Author: Carlos Alberto Lopez Perez <clo...@igalia.com>
  Date:   2025-04-03 (Thu, 03 Apr 2025)

  Changed paths:
    M Tools/flatpak/flatpakutils.py

  Log Message:
  -----------
  [GTK][WPE][Flatpak SDK]: Internal /tmp directory from flatpak is not cleaned 
on exit
https://bugs.webkit.org/show_bug.cgi?id=290924

Reviewed by Philippe Normand.

Flatpak SDK bind mounts its internal /tmp at directory 
${XDG_RUNTIME_DIR}/.flatpak/org.{AppName}/tmp
(typically /run/user/1000/.flatpak/org.webkit.Sdk/tmp/) but it doesn't clean it 
on exit.

This causes issues over time, because XDG_RUNTIME_DIR is usually mounted on a 
tmpfs that
stores stuff on virtual memory, so the space there is more limited and easier 
to run out.

This has been causing issues on some bots like the GTK Wayland one.

* Tools/flatpak/flatpakutils.py:
(WebkitFlatpak.clean_flatpak_tmpdir):
(WebkitFlatpak.run_in_sandbox):

Canonical link: https://commits.webkit.org/293166@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to