Comment 21 for bug 1579135

Revision history for this message
Jamie Strandboge (jdstrand) wrote : Re: kernel BUG on snap disconnect from within a snap

@Michael - can you attach the snap of the version you upgraded from as well as to? I suspect the reproducer becomes:

$ sudo snap install --devmode /path/to/previous/udf
$ sudo snap install --devmode /path/to/updated/udf

Do we need to do something like this instead? (not sure what a fetch from the store would matter):
$ sudo snap install ubuntu-device-flash --channel=beta # ie, the previous snap
$ sudo snap install ubuntu-device-flash --channel=edge # ie, the new snap

Michael, can you confirm (one of) the reproducer(s)?