Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[regression] multipass aliases command throws segmentation fault #3383

Closed
minhio opened this issue Jan 24, 2024 · 1 comment · Fixed by #3384
Closed

[regression] multipass aliases command throws segmentation fault #3383

minhio opened this issue Jan 24, 2024 · 1 comment · Fixed by #3384
Assignees
Milestone

Comments

@minhio
Copy link

minhio commented Jan 24, 2024

Describe the bug
multipass aliases command throws segmentation fault after launching the docker blueprint, if and only if there are no other aliases defined.

To Reproduce
Given there are no aliases defined and multipass aliases should yield No aliases defined.

  1. launch an instance of the docker blueprint with multipass launch docker
  2. execute multipass aliases, segmentation fault happens here
  3. create an alias with multipass alias docker:hello
  4. execute multipass aliases, back to normal, no errors here

Expected behavior
multipass aliases should return list of aliases without error

Additional info

  • OS: macOS 14.2.1
  • multipass version
    • multipass 1.13.0+mac
    • multipassd 1.13.0+mac
  • multipass info --all
    • Name: docker
      State: Running
      Snapshots: 0
      IPv4: 192.168.101.24
      172.17.0.1
      Release: Ubuntu 22.04.3 LTS
      Image hash: f885a8e8f62a (Ubuntu 22.04 LTS)
      CPU(s): 2
      Load: 0.97 0.46 0.17
      Disk usage: 2.5GiB out of 38.7GiB
      Memory usage: 254.7MiB out of 3.8GiB
      Mounts: /Users/minh/multipass/docker => docker
      UID map: 501:default
      GID map: 20:default
  • multipass get local.driver
    • qemu
@minhio minhio added bug needs triage Issue needs to be triaged labels Jan 24, 2024
@andrei-toterman
Copy link
Contributor

Hey, @minhio! Indeed, I can reproduce this. And it doesn't seem to happen in 1.12.2. We'll come up with a fix as soon as possible. Thanks for reporting this!

@andrei-toterman andrei-toterman added regression and removed needs triage Issue needs to be triaged labels Jan 24, 2024
@andrei-toterman andrei-toterman added this to the 1.13.1 milestone Jan 24, 2024
@andrei-toterman andrei-toterman changed the title multipass aliases command throws segmentation fault [regression] multipass aliases command throws segmentation fault Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants