`stage-snaps: mir-kiosk-x11` segfaults on `base: core18`
Bug #1918705 reported by
Michał Sawicz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Snapcraft |
In Progress
|
Medium
|
Claudio Matsuoka |
Bug Description
Given this yaml:
```
name: try-kiosk-x11
adopt-info: mir-kiosk
summary: Segfault on stage-snaps
description: |
This shows snapcraft segfaulting on stage-snaps
confinement: strict
base: core18
architectures:
- build-on: amd64
parts:
mir-kiosk:
plugin: nil
stage-snaps:
- mir-kiosk-
```
Snapcraft segfaults in `snapcraftcl pull`. The snap in `stable` channel is a `base: core20` one, which was suspect, but the `beta` channel is `core18`. Both cause a segfault.
tags: | added: craft-416 |
To post a comment you must log in.
I did a "s/adopt-info: mir-kiosk/version: test/g" change and built the snap successfully with "snapcraft --use-lxd"
sergiusens@ imladris: ~/repositorios/ snaps/mir- kiosk$ snapcraft --use-lxd x11_test_ amd64.snap
Launching a container.
Waiting for container to be ready
Waiting for network to be ready...
snapd is not logged in, snap install commands will use sudo
snap "core18" has no updates available
Downloading snap 'mir-kiosk-x11'
Pulling mir-kiosk
+ snapcraftctl pull
Building mir-kiosk
+ snapcraftctl build
Staging mir-kiosk
+ snapcraftctl stage
Priming mir-kiosk
+ snapcraftctl prime
'grade' property not specified: defaulting to 'stable'.
Snapping |
Snapped try-kiosk-
Same results when using multipass. Any more details to add the how to reproduce?