You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the bundled debuginfod in hotkdump snap stores & uses the /home/<user>/snap/hotkdump/<revision>/.cache/debuginfod_client cache path. Ideally, the bundled debuginfod should also be able to access the user's .cache/debuginfod_client path to avoid duplicates, but that requires hotkdump snap to use personal-files interface, which needs to be approved by the snap store reviewers. Thus, we should decide if that's something worth digging into further.
PS: there's a workaround exists, which is to bind mount the path to the user's debuginfod cache (e.g. /home/user/.cache/debuginfod_client) to a path that hotkdump snap can access, e.g. /home/<user>/debuginfod-cache, and then set the DEBUGINFOD_CACHE_PATH environment variable before running the snap:
Currently, the bundled debuginfod in hotkdump snap stores & uses the
/home/<user>/snap/hotkdump/<revision>/.cache/debuginfod_client
cache path. Ideally, the bundled debuginfod should also be able to access the user's .cache/debuginfod_client path to avoid duplicates, but that requires hotkdump snap to usepersonal-files
interface, which needs to be approved by the snap store reviewers. Thus, we should decide if that's something worth digging into further.PS: there's a workaround exists, which is to bind mount the path to the user's debuginfod cache (e.g.
/home/user/.cache/debuginfod_client
) to a path that hotkdump snap can access, e.g./home/<user>/debuginfod-cache
, and then set the DEBUGINFOD_CACHE_PATH environment variable before running the snap:The text was updated successfully, but these errors were encountered: