check-new-release-gtk in ubuntu-release-upgrader has this code that must
also be fixed:

123   def on_button_upgrade_now_clicked(self, button):
124     logging.debug("upgrade now")
125     extra_args = ""
126     if options.devel_release:
127         extra_args = extra_args + " --devel-release"
128     if options.proposed_release:
129         extra_args = extra_args + " --proposed"
130     os.execl("/bin/sh", "/bin/sh", "-c",
131              "/usr/bin/pkexec /usr/bin/do-release-upgrade "
132              "--frontend=DistUpgradeViewGtk3%s" % extra_args)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1732185

Title:
  do-release-upgrade crashed with SIGSEGV under wayland

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1732185/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to