Comment 0 for bug 1868007

Revision history for this message
Mark M Evans (markmevans) wrote :

apps:
  destroy-snapd:
   daemon: oneshot
   command: bin/do-nothing
   timer: sat # <------ Totally borks snapd

Attempting to install a snap with the above timer string will cause snapd to quickly run out of
memory. The install will fail but snapd will now be stuck in a cycle of consuming all memory and
restarting. Rebooting does not resolve the problem.

# Tested Build Environment

## MacOS
 * Catalina (10.15.3 (19D76))
 * snapcraft (3.9.1)
 * multipass (1.1.0+mac)

## Tested Runtime Environment

 Ubuntu Core 16

    caracalla 16.04-1.38 52 stable canonical✓ gadget
    caracalla-kernel 4.4.0-176.206 127 stable canonical✓ kernel
    core 16-2.43.3 8689 stable canonical✓ core

Example project: https://github.com/markmevans/day-only-timer-bug