DupCandidates

Differences between revisions 10 and 11
Revision 10 as of 2007-01-02 16:56:35
Size: 4202
Editor: 82-69-40-219
Comment: comments on debconf frontend crashes
Revision 11 as of 2007-01-03 16:47:01
Size: 5993
Editor: 81
Comment: grub bugs
Deletions are marked like this. Additions are marked like this.
Line 42: Line 42:
'''Example: ''' https://launchpad.net/distros/ubuntu/+source/ubiquity/+bug/72713 '''Example: ''' https://bugs.launchpad.net/distros/ubuntu/+source/ubiquity/+bug/75622
Line 44: Line 44:
'''Comments: ''' This bug is characterised by ... '''Different versions:'''

=== grub-installer: info: Calling 'apt-install grub' failed ===

 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/55968
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/63358
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/67801
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/68802
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/71527
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/72422
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/72456
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/73849
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/73849
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/73849
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/74562
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/74562
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/75010
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/75970
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/77463

This in turn has a few categories such as unable to read package list and [https://launchpad.net/ubuntu/+source/ubiquity/+bug/74562 unmet dependencies].

=== The file /boot/grub/stage1 not read correctly ===

 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/54164
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/57916
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/59212
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/66213
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/70222
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/75139
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/75622

=== The file /boot/grub/stage2 not read correctly ===

 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/63358
 * https://launchpad.net/ubuntu/+source/ubiquity/+bug/68802

Classifying ubiquity bugs as duplicates can be difficult because similar tracebacks can have many different causes resulting from different hardware or configuration. It generally necessary to examine the syslog and partman files to fine the exact cause of a crash and this may need to be done by a developer.

To help the process along we can list candidates for duplication on this page and gather data about them to build a case for merging them in each category.

ValueError: invalid literal for int():

Example: https://launchpad.net/distros/ubuntu/+source/ubiquity/+bug/53783

Seen in versions: Dapper and earlier

Notes: Most of these bugs have had their titles changed to 'debconf frontend went away'. These are *not* firm duplicates, but they share the line ValueError: invalid literal for int(): at the end of their traceback. It should not contain wizard = ui.Wizard(distro) (um, why not? This would indicate the debconf frontend crashing during initialisation, which is the same kind of bug --ColinWatson).

Question: Could these be the same as [https://bugs.launchpad.net/distros/ubuntu/+source/ubiquity/+bug/46569 #46569] -- running installer twice simultaneously, 2nd copy explodes ? Could these users all be clicking twice but not reporting it?

  • Some of them probably are (particularly with Kubuntu - single-clicking on a desktop icon in KDE launches it, so double-clicking launches it twice), but not all; there are some that blow up around partman that can't be that. This crash happens when the debconf frontend that DebconfCommunicator is expecting to talk to crashes instead; specifically, it usually happens either when the debconf database is locked, which indicates that two debconf frontends are running, or when the live filesystem is busted so that debconf crashes in some other unexpected way. As yet, I have no idea why two debconf frontends might be running in the cases where that's been verified. --ColinWatson

Triaging plan: Many of these bugs do not have useful logs, and most look unlikely to get them (after repeated requests). It is normally not advisable to mark as duplicate duplicate bugs where the cause is not fully understood. In this case we have grouped the reports that have the same traceback, that do not have logs and look unlikely to get them. This move has been cleared with the package maintainer, as should be done in such cases. The reason for grouping them will also be marked clearly. Add the debconf-frontend-crash tag to all these bugs.

Similar bugs

Without logs: (have now been grouped)

With logs:

https://launchpad.net/distros/ubuntu/+source/ubiquity/+bug/59315 https://launchpad.net/distros/ubuntu/+source/ubiquity/+bug/50130 https://launchpad.net/distros/ubuntu/+source/ubiquity/+bug/42774 https://launchpad.net/distros/ubuntu/+source/ubiquity/+bug/54215

Other notable traits:

InstallStepError: GrubInstaller failed with code 1

Example: https://bugs.launchpad.net/distros/ubuntu/+source/ubiquity/+bug/75622

Different versions:

grub-installer: info: Calling 'apt-install grub' failed

This in turn has a few categories such as unable to read package list and [https://launchpad.net/ubuntu/+source/ubiquity/+bug/74562 unmet dependencies].

The file /boot/grub/stage1 not read correctly

The file /boot/grub/stage2 not read correctly

Similar bugs

InstallStepError: UserSetupApply failed with code 1

Example: https://launchpad.net/distros/ubuntu/+source/ubiquity/+bug/75288

Comments: This bug is characterised by ...

Similar bugs

DebuggingUbiquity/DupCandidates (last edited 2008-08-06 16:40:41 by localhost)