------- Comment From [email protected] 2025-11-28 00:00 EDT------- Hi Canonical, I tried to recreate this same scernario on ubuntu25.10, in the latest case it is crashing with the exact same crash message as below
generating crash report report saved to /var/crash/1760429899.735880613.ui.crash Traceback (most recent call last): File "/snap/subiquity/6868/lib/python3.12/site-packages/subiquity/client/controllers/filesystem.py", line 296, in _guided_choice self.ui.set_body(FilesystemView(self.model, self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/snap/subiquity/6868/lib/python3.12/site-packages/subiquity/ui/views/filesystem/filesystem.py", line 485, in __init__ self.refresh_model_inputs() File "/snap/subiquity/6868/lib/python3.12/site-packages/subiquity/ui/views/filesystem/filesystem.py", line 544, in refresh_model_inputs self.used_list.refresh_model_inputs() File "/snap/subiquity/6868/lib/python3.12/site-packages/subiquity/ui/views/filesystem/filesystem.py", line 417, in refresh_model_inputs for obj, cells in summarize_device(device, filter): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/snap/subiquity/6868/lib/python3.12/site-packages/subiquity/ui/views/filesystem/helpers.py", line 32, in summarize_device anns = labels.annotations(device) + labels.usage_labels(device) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/snap/subiquity/6868/usr/lib/python3.12/functools.py", line 909, in wrapper return dispatch(args[0].__class__)(*args, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/snap/subiquity/6868/lib/python3.12/site-packages/subiquity/common/filesystem/labels.py", line 101, in _annotations_vg member = next(iter(vg.devices)) ^^^^^^^^^^^^^^^^^^^^^^ StopIteration The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/snap/subiquity/6868/usr/bin/subiquity", line 8, in <module> sys.exit(main()) ^^^^^^ File "/snap/subiquity/6868/lib/python3.12/site-packages/subiquity/cmd/tui.py", line 161, in main asyncio.run(run_with_loop()) File "/snap/subiquity/6868/usr/lib/python3.12/asyncio/runners.py", line 194, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/snap/subiquity/6868/usr/lib/python3.12/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/snap/subiquity/6868/usr/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/snap/subiquity/6868/lib/python3.12/site-packages/subiquity/cmd/tui.py", line 159, in run_with_loop await subiquity_interface.run() File "/snap/subiquity/6868/lib/python3.12/site-packages/subiquity/client/client.py", line 426, in run await super().run() File "/snap/subiquity/6868/lib/python3.12/site-packages/subiquitycore/tui.py", line 390, in run await super().run() File "/snap/subiquity/6868/lib/python3.12/site-packages/subiquitycore/core.py", line 133, in run raise exc File "/snap/subiquity/6868/lib/python3.12/site-packages/subiquity/client/controllers/filesystem.py", line 300, in show_guided_and_redraw await self._guided_choice(choice) RuntimeError: coroutine raised StopIteration But this time the scenario is changed, it is crashing with multipath multiple SAN disks installation only! So as the scenario has been changed, will be raising a new bug explaining whole scenario and closing this bug. Thanks, Anushree Mathur -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2080474 Title: ubuntu installation failing for systems having SAN disk To manage notifications about this bug go to: https://bugs.launchpad.net/subiquity/+bug/2080474/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
