ErrorTracker

Differences between revisions 86 and 188 (spanning 102 versions)
Revision 86 as of 2012-07-19 13:20:16
Size: 28604
Editor: mpt
Comment: avoid passive voice
Revision 188 as of 2018-02-27 11:56:11
Size: 48137
Editor: mpt
Comment: corrects installer section link
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Ubuntu’s error tracker explains crashes, hangs, and other severe errors to end users; lets them report an error with the click of a button; and collects these reports from millions of users to show Ubuntu developers [[https://errors.ubuntu.com/|which errors are most common]]. It’s all open source, and [[#contributing|you can help]]. Ubuntu’s error tracker explains crashes, hangs, and other severe errors to end users; lets them report an error with the click of a button; and collects these reports from millions of users to show Ubuntu developers [[https://errors.ubuntu.com/|which errors are most common]]. It’s all open source, and [[#contributing|you can help]]. You can find the errors your computer has reported to the error tracker via System Settings, Security & Privacy, Diagnostics, Show Previous Reports.
Line 26: Line 26:
The “Security & Privacy” panel in Ubuntu 12.10 and later should contain a “Diagnostics” tab for error and metrics collection, expanding on the tab in Ubuntu 12.04.

{{attachment:settings-privacy-diagnostics.png}}

In Ubuntu 11.10 and earlier, a standalone “Privacy” window should be backported containing equivalent controls for just the error collection.

{{attachment:settings-privacy-old-versions.png}}

In both cases, the “People using this computer can…” and following controls should be insensitive whenever you have not unlocked them as an administrator.

In a new Ubuntu installation (or an upgrade to a version that introduces these settings), “Send error reports to Canonical” should be checked by default. But “Send a report automatically if a problem prevents login” and “Send occasional system information to Canonical”, when present, should be unchecked by default.
''Compare [[https://docs.google.com/document/d/1bZ4yQIVgGaUGSYu3qiUHnQt3ieBZoqunP_DcleHCr3I/edit#heading=h.3qe17agyh876|the equivalent screen in the installer]].''

The System Settings “Security & Privacy” panel should contain a “Diagnostics” section for error and metrics collection. (While `gnome-control-center` has a “Privacy” section using a list-and-dialogs model, instead of being a tab, “Diagnostics” should replace the “Problem Reporting” dialog.)

||<^ tablestyle="float:left;margin:0 1em 1em 0" style="border:none">{{attachment:settings-privacy-diagnostics.png}}||

“Privacy Policy” should open a browser window to the privacy policy.

The “People using this computer can…” and following controls should be disabled whenever you have not unlocked them as an administrator.

The diagnostics checkbox caption — “This includes things like hardware vendor, processor speed, and the approximate location you chose (%n).” — should include that location to reassure you that it is sending only a city reference, not a precise latitude and longitude.

||<tablestyle="clear:both;" style="border:none;">||

<<Anchor(settings-developer)>>

||<^ tablestyle="float:left;margin:0 1em 1em 0" style="border:none">{{attachment:settings-privacy-diagnostics-developer.png}}||

Choosing “Developer Settings…” should open a secondary “Developer Settings” dialog for specifying exceptions to the usual error handling. If any exceptions are currently set, that “Developer Settings…” button should have “Customized” next to it in small print.

By default the list of exceptions should be empty. The “+” button (with accessible label “Add”), and the “OK” button, should be insensitive only if you are already currently adding an exception and its path value is currently invalid (non-existent or duplicate). For each exception you add, the default name/path value should be “~/” unless there is already an exception for that path, since that’s the most likely single value (for excluding or special-casing all binaries you build yourself).

Each “Error Treatment” menu should have three items: “Prompt normally” (the default), “Send automatically”, and “Don’t send”. Whenever either “Prompt normally” or “Send automatically” is chosen, an adjacent combo box should be present. Its menu should list “errors.ubuntu.com” followed, in alphabetical order, by any other error servers you are currently using.

||<tablestyle="clear:both;" style="border:none;">||

||<^ tablestyle="float:left;margin:0 1em 1em 0" style="border:none">{{attachment:diagnostics.phone.png}}||

On the phone, all the checkboxes should be checked by default. In a new Ubuntu PC installation (or an upgrade to a version that introduces these settings), “Send error reports to Canonical” should be checked by default. But “Send a report automatically if a problem prevents login” and “Send occasional system information to Canonical”, when present, should be unchecked by default.

(Error reports are also [[https://lists.ubuntu.com/archives/ubuntu-devel-announce/2013-May/001039.html|accessible to trusted Ubuntu developers]] who are not employed by Canonical. This is covered in the privacy policy.)

The “When on Wi-Fi” and “On any data connection” radio items and caption (bug Bug:1320973) should have exactly the same wording and order as [[SoftwareUpdates#settings-phone|in the “Updates” settings]], but be an independent setting.

||<tablestyle="clear:both;" style="border:none;">||

||<tablestyle="float:left;margin:0 1em 1em 0" style="border:none">{{attachment:phone-settings-diagnostics-previous-errors.png}}||

The “Previous error reports”, “Previous info reports”, and “Previous Wi-Fi reports” screens should all consist of a chronological list of reports, latest first, each labelled by its timestamp. The screen for each report should have that timestamp as its header, and consist entirely of a frame of wrapped selectable and copyable text.

||<tablestyle="clear:both" style="border:none">||
Line 41: Line 71:
'''Silent error types''' are types of error for which users should not be notified. They consist of:
 * Errors that occur during logout/shutdown.
 * Any error that occurs over a minute before the error alert could appear, where you have interacted with the session during that interval (bug Bug:1018117). For example, if a CPU-intensive application task crashes while you aren’t using the computer, when you return to the computer you should still see an explanation of why the program has disappeared, regardless of how long that explanation took to appear. But if you were using the computer at the time, you are likely to have noticed the error long before the alert would appear, so the alert would seem like a non-sequitur.
Line 43: Line 77:
As soon as possible after any other type of error occurs, an alert should appear with text and buttons depending on the situation. The Esc and Enter keys should ''not'' do anything in these alerts, because you may have been just about to press one of those in the program that has the problem.

|| ||<v>'''You are an admin, or error reporting is allowed'''||<v>'''Your admin has blocked error reporting'''||<v>'''Implemented in Ubuntu'''||
||<^><<Anchor(os-crash)>>[[#os-crash|#]]'''An OS package crashes''' for the first time this version<<BR>>,,Test case: sudo pkill -SEGV zeitgeist,,||<^>{{attachment:os-error-reportable.png}}||<^>{{attachment:os-error-unreportable.png}}||12.04||
||<^>'''An OS package crashes''' a subsequent time||<^>{{attachment:os-error-reportable-subsequent.png}}||<^>{{attachment:os-error-unreportable-subsequent.png}}||12.04||
||<-3 style="border:none;">“Ignore future problems of this type” means ignore future crashes of the same version of the same package.||
||<^><<Anchor(thread)>>[[#thread|#]]'''An application thread crashes''' for the first time this version||<^>{{attachment:app-thread-reportable.png}}||<(|2>(no alert shown)||<(|2>(in 12.04, shows “closed unexpectedly” error instead?)||
||<^>'''An application thread crashes''' a subsequent time||<^>{{attachment:app-thread-reportable-subsequent.png}}||
||<-3 style="border:none">For most other error types, the alert shouldn’t offer to be silent next time — because it still needs to appear to explain what’s happened, and (in the application hang case) to let you stop/relaunch the application:||
||<^><<Anchor(app-requested)>>[[#app-requested|#]]'''An application has a developer-specified error'''||<^>{{attachment:app-requested-reportable.png}}||<^>{{attachment:app-requested-unreportable.png}}||
||<^(|2><<Anchor(app-hang)>>[[#app-hang|#]]'''An application is hung for at least 30 seconds'''<<BR>>,,Test case: eog & sleep 5 && pkill -STOP eog && sleep 20 && pkill -CONT eog then wait for 30 seconds,,||<^>{{attachment:app-hang-reportable.png}}||<^>{{attachment:app-hang-unreportable.png}}||<|2>(targeted for 12.10)||
||<^-2>This alert should be modal to the unresponsive window. (It appears much later than, because it is more intrusive than, the greying-out of the window after 5 seconds.) If that window becomes responsive again, the alert’s contents should become insensitive for one second (to ignore misclicks) before the alert closes.||
||<^(|2><<Anchor(close-hang)>>[[#close-hang|#]]'''An application is hung for at least 5 seconds after you try to close its window'''<<BR>>,,Test case: eog & sleep 5 && pkill -STOP eog & pkill -TERM eog && sleep 5,,||<^>{{attachment:close-hang-reportable.png}}||<^>{{attachment:close-hang-unreportable.png}}||<|2>(targeted for 12.10)||
||<^-2>This alert should be modal to the unresponsive window, and should therefore have no title of its own. If that parent window becomes responsive again, the alert’s contents should become insensitive for one second (to ignore misclicks) before the alert and the window both close.||
||<^><<Anchor(app-crash)>>[[#app-crash|#]]'''An application crashes'''<<BR>>,,Test case: eog & pkill -SEGV eog,,||<^>{{attachment:app-crash-reportable.png}}||<^>{{attachment:app-crash-unreportable.png}}||12.04||
||<^><<Anchor(kernel-oops)>>[[#kernel-oops|#]]'''Ubuntu restarts after a kernel oops'''||<^>{{attachment:kernel-oops-reportable.png}}||<^>{{attachment:kernel-oops-unreportable.png}}||(targeted for 12.04 SRU)||
||<^><<Anchor(install-fails)>>[[#install-fails|#]]'''A package fails to install or update'''||<^>{{attachment:package-error-reportable.png}}||<^>{{attachment:package-error-unreportable.png}}||(targeted for 12.04 SRU)||
||<-3 style="border:none">With non-application software crashing, we can’t tell programmatically whether it’s something you need to care about or not. So if you aren’t going to report the errors, we might as well let you ignore future errors:||
||<^><<Anchor(non-app-crash)>>[[#non-app-crash|#]]'''Third-party non-application software crashes''' for the first time this version<<BR>>,,Test case: sh -c 'kill -SEGV $$',,||<^>{{attachment:nas-crash-reportable.png}}||<(|2>(no alert shown)||12.04||
||<^>'''Third-party non-application software crashes''' a subsequent time||<^>{{attachment:nas-crash-reportable-subsequent.png}}||12.04||
||<-3 style="border:none">For all cases where the “Send an error report to help fix this problem” checkbox is present, its state should persist across errors and across Ubuntu sessions.||
||<^><<Anchor(details)>>[[#details|#]]'''Any type of error, if you choose “Show Details”'''||{{attachment:app-crash-reportable-details.png}}|| ||12.04||
||<-3 style="border:none">If you choose “Show Details”, it should change to “Hide Details” while a text field containing the error report appears below the primary text. If necessary, a spinner and the text “Collecting information…” should appear centered inside the text field while the information is collected (other than the process name and version, which should appear instantly), pausing whenever the collection system is waiting for you to answer any questions. The field contents should end with the paragraph “Other information may be sent if Ubuntu developers requested it.”||
||<-3 style="border:none">If you choose to send an error report, the alert should disappear immediately. Data should be collected (if it hasn’t been already), and reports should be sent in the background, with ''no'' progress or success/failure feedback. If you are not connected to the Internet at the time, reports should be queued. Any queued reports should be sent when you next agree to send an error report while online.||
||<^ style="border:none">If you are using a pre-release version of Ubuntu, and the error report matches an existing Launchpad bug report, a further alert box should appear explaining its status and letting you open the bug report.||{{attachment:bug-report.png}}<<BR>>,,Enter = “OK”,,|| ||(targeted for 12.10)||
Otherwise, if the error is not of a silent type, an alert should appear with controls depending on the situation.

<<Anchor(multiple)>>
||<^ style="border:none">{{attachment:error-alert-layout.png}}||<^ style="border:none">{{attachment:error-alert-expanded-layout.png}}||

The “Report previous internal errors too” checkbox should be present if any errors of silent types have occurred since the last time a non-silent error was presented. Whenever it is checked, the details field should show details of all the errors, with separators between them.

If your admin has blocked error reporting, neither the “Send an error report to help fix this problem” nor “Report previous internal errors too” checkboxes should be present. If they are present, they should be checked by default in a new Ubuntu installation, and their state should persist across errors and across Ubuntu sessions.

<<Anchor(comments)>>
If you choose “Show Details”, it should change to “Hide Details” while the details field appears above the buttons. If necessary, a spinner and the text “Collecting information…” should appear centered inside the details field while the information is collected (other than the process name and timestamp, which should appear instantly), pausing whenever the collection system is waiting for you to answer any questions. If no details are available (for example, the crash file is unreadable), below the timestamp and (if available) the process name should appear the paragraph “No details were recorded for this error.” Regardless, the field contents should end with the paragraph “Other information may be sent if Ubuntu developers request it.”

{{attachment:details-pane.png}}

Unless otherwise specified, an error alert should have a “Continue” button opposite the “Show Details”/“Hide Details” button. The Esc and Enter keys should ''not'' do anything in an error alert, because you may have been just about to press one of those in the program that has the problem.

<<Anchor(error-types)>>
||<tablestyle="font-size:small">'''Error type'''||'''Test case'''||'''Icon'''||'''Primary text'''||'''Secondary text'''||'''Custom elements'''||'''Implemented in Ubuntu'''||
||<<Anchor(app-crash)>>[[#app-crash|#]]'''An application crashes'''||eog & pkill -SEGV eog||<(|5>App icon with error emblem||The app {Name of App} has closed unexpectedly.||—||“Leave Closed” and “Relaunch” buttons, instead of the “Continue” button.||12.04||
||<<Anchor(app-requested)>>[[#app-requested|#]]'''An application has a developer-specified error''' (Recoverable``Error)|| ||The app {Name of App} just had a bit of a problem.||{Developer-specified error text}||—||12.10||
||<<Anchor(app-hang)>>[[#app-hang|#]]'''An application is hung for at least 30 seconds'''||eog & sleep 5 && pkill -STOP eog && sleep 20 && pkill -CONT eog # then wait for 30 seconds||The app {Name of App} has stopped responding.||—||<(|2>“Force Closed” and “Relaunch” buttons, instead of the “Continue” button. The alert should also be modal to the unresponsive window, and should therefore have no title of its own. (It appears much later than, because it is more intrusive than, the greying-out of the window after 5 seconds.) If that window becomes responsive again, the alert’s contents should become insensitive for one second (to block misclicks) before the alert closes (and in the latter case, the window closes too).||(targeted for 13.10)||
||<<Anchor(close-hang)>>[[#close-hang|#]]'''An application is hung for at least 5 seconds after you try to close its window'''||eog & sleep 5 && pkill -STOP eog & pkill -TERM eog && sleep 5||Hmm, this window isn’t closing because {Name of App} has stopped responding.||—||(targeted for 13.10)||
||<<Anchor(thread)>>[[#thread|#]]'''An application thread crashes'''|| ||The app {Name of App} just had a problem.||If you notice things aren’t working properly, try closing then relaunching the app.||<(|3>An “Ignore future errors of this type” checkbox, ''if'' this is not the first error in this version of this package on this machine, ''and'' there is no “Report previous internal errors too” checkbox (so that we don’t show more than two checkboxes at once).||(in 12.04 and 12.10, shows “closed unexpectedly” error instead, bug Bug:1033902)||
||<<Anchor(non-app-crash)>>[[#non-app-crash|#]]'''Third-party non-application software crashes'''||sh -c 'kill -SEGV $$'||Generic package icon with error emblem||The program “{name of executable}” has stopped unexpectedly.||—||12.04||
||<<Anchor(os-crash)>>[[#os-crash|#]]'''An OS package crashes''' (including kernel oopses)||sudo pkill -SEGV zeitgeist||<(|2>Error tracker icon||Sorry, this computer just had a bit of a problem.||If you notice things aren’t working properly, try restarting the computer.||12.04||
||<<Anchor(kernel-crash)>>[[#kernel-crash|#]]'''Ubuntu restarts after a kernel crash'''|| ||Ubuntu has restarted after an internal error.||—||—||(targeted for 12.04 SRU, bug Bug:1051891)||
||<<Anchor(install-fails)>>[[#install-fails|#]]'''A package fails to install or update'''|| ||Generic package icon with error emblem||Sorry, a problem occurred while installing software.||Package: {package name} {version}||—||(targeted for 12.04 SRU)||

If you choose to send an error report, the alert should disappear immediately. Data should be collected (if it hasn’t been already), and reports should be sent in the background, with ''no'' progress or success/failure feedback. If you are not connected to the Internet at the time, reports should be queued. Any queued reports should be sent when you next agree to send an error report while online.

If you are using a pre-release version of Ubuntu, and the error report matches an existing Launchpad bug report, a further alert box should appear explaining its status and letting you open the bug report.

{{attachment:bug-report.png}}
Line 75: Line 117:
<<Anchor(multiple)>>
=== When there are multiple simultaneous errors ===

To guard against the case where multiple errors of the same type cause a flood of alert boxes, there should be '''aggregate alert boxes''' for the two most likely cases, internal errors and application crashes.

If an alert box for a single error is open and unfocused, when another error of the same type happens, that alert box should morph into the aggregate version.

||<^>'''Multiple OS packages crash'''||<^>{{attachment:os-error-reportable-multiple.png}}|| ||(?)||
||<^>'''Multiple applications crash'''||<^>{{attachment:app-crash-reportable-multiple.png}}|| ||(?)||

In these cases, the “Show Details” box should show details of all the errors, with a separator between them.

<<Anchor(memory)>>
=== When there is not enough memory for a core dump ===

When the kernel does not have enough memory, an error report should still be sent (or queued for sending) as normal for accounting purposes, just without the core dump.
Line 110: Line 146:
||<(^|2>[[#debconf|#]]'''A Debconf prompt'''||<^>{{attachment:debconf-reportable.png}}||<^>{{attachment:debconf-unreportable.png}}||(targeted for 12.10 — [[/Contributing/Debconf|how to contribute]])|| '''Implementation:''' See [[/Contributing/Debconf]] for instructions on how to work on these alerts.

||<(^|2>[[#debconf|#]]'''A Debconf prompt'''||<^>{{attachment:debconf-reportable.png}}||<^>{{attachment:debconf-unreportable.png}}||(targeted for 13.10 — [[/Contributing/Debconf|how to contribute]])||
Line 139: Line 177:
||<tablestyle="float:left;"><<Anchor(debconf-text)>>[[#debconf-text|#]]'''Type “text”'''|| ||<tablestyle="float:left;"><<Anchor(debconf-text)>>[[#debconf-text|#]]'''Type “text” or “error”'''||
Line 173: Line 211:

''Erratum: “Recorded” and “Sent” should be “Occurred” and “Received”.''
Line 218: Line 258:
<<Anchor(click-packages)>>
=== Click ===

We will build a symbol server, possibly adapting Fedora's [[http://fedoraproject.org/wiki/Darkserver|Darkserver]]. Access to all the data from proprietary applications on the symbol server will be granted to our retracers, but will be restricted for developers looking to retrace crashes locally. This will likely leverage the Ubuntu One SSO API as it is used in MyApps. For non-proprietary applications, no access control will be necessary. All symbols will be associated with an application for ACL tracking and garbage collection.

Support will be added to the SDK for symbol extraction and submission. In the case of extraction this will likely take the form of a 'click strip' subcommand which will walk a tree and produce a set of debug symbols (e.g. in hashed /usr/lib/debug style). This will be integrated into QtCreator.

Apport will be taught how to talk to the symbol server for retracing. Daisy will also require minimal changes to its retracer code and configuration to support this.

We will add a set of APIs for collecting per click-version problem data for MyApps to consume and display. This will be simple at first, largely focusing on tracking versions, problems per version and their counts, and instances. Over time it will grow more complex graphing data and problem information. It will need to be protected or blocked from outside MyApps as it will expose stacktraces and other sensitive crash data.

The problems for proprietary applications and their rank will be made visible on the leaderboard as a means of keeping everyone honest.

<<Anchor(error-rates)>>
== Calculating daily error rates ==

The '''daily error rate''', for an individual machine with Ubuntu installed, is the number of errors it reports that calendar day.

We have no way of knowing how many machines have Ubuntu installed. And here that wouldn’t be interesting anyway, because many active Ubuntu machines don’t report any errors they do have. Maybe they have error reporting turned off, or maybe they are behind a firewall.

So the average daily error rate across all machines is ''not'' the total number of errors reported, divided by the total number of machines with Ubuntu installed. Instead, it is the total number of errors reported, divided by the number of machines that ''would'' report errors today, if they encountered any.

We don’t know that number of machines exactly, either, because machines don’t ping us to say “I would have reported errors today, but I just didn’t have any”. So we have to estimate the number of reporting machines, and all we have to go on is our counts of machines that reported errors in the past. To make this more accurate, we do two things: ramping up newly-reporting machines, and damping down no-longer-reporting machines.

'''Ramping newly-reporting machines''' is necessary because on release days (and the weeks before), we get the first error report from a relatively huge number of new installations, without knowing how many new error-free installations have also come online (bug Bug:1069827). If we did not compensate for this, the error rate would appear to spike on release day, and even climb in the weeks before. So the weighting of that machine should be whichever is lower: 1, or the number of days since its first error report divided by a constant. Currently [[http://bazaar.launchpad.net/~daisy-pluckers/daisy/trunk/view/head:/daisy/constants.py#L20|the constant is 90]].

'''Damping no-longer-reporting machines''' is necessary because a computer that used to report errors might have had Ubuntu removed from it, or it might have been lost at sea, or it might have fallen into a volcano, or it might have been sold to someone who doesn’t believe in error reporting. If we kept counting it forever, the error rate for every release would appear to approach zero. So, starting from the day of a machine’s latest error report, the machine’s weighting should decline based on the probability that it would have reported any errors that it experienced today. That probability should be based on past performance for all machines that have ever reported errors (bug Bug:1077122).

For example, if Machine A reported its first error at least 90 days ago, and its most recent error today, its weight should be 1.0, because it did indeed report any errors that it experienced today. If Machine B reported its first error at least 90 days ago, and its most recent error a month ago, and 12 percent of machines that last reported a month before the current date go on to report again, Machine B’s weight should be 0.12. And if those were the only two machines that had ever reported errors, our count of '''weighted active machines''' for today would be 1.12.

This finally gives us the '''average daily error rate''' — the number of error reports received that day, divided by the count of weighted active machines for that day.

One problem that isn’t solved by these adjustments: Counting calendar days is misleading. For example, the current error rate for Ubuntu 12.04 is higher on weekdays than in weekends, almost certainly because it’s used on more machines for longer periods during weekdays (bug Bug:1046269).

<<Anchor(comparisons)>>
=== Cross-release comparisons ===

So that we can make fair comparisons of reliability between Ubuntu releases, both the client and the server should track whether each reported error is of a kind that ''would'' have been reported if it had occurred in each past Ubuntu release.

For example:
 * [[#memory|When there is not enough memory for a coredump]], the error is not recorded in 12.04 or 12.10, but is recorded in 13.04 and later. So errors of that type should be excluded from by-12.04-standards measurements.
 * Errors in binaries mentioned in `/etc/apport/blacklist.d` are not counted in 12.04 or 12.10 (bug Bug:1064395).
Line 219: Line 302:
== Server design ==

== errors.ubuntu.com ==

=== Graphs ===

Many pages on the site should feature a graph of the error rate for applicable errors and Ubuntu versions.

The X axis of the graph does not need a label (because dates are obvious enough). It should begin at the start of the development cycle for the applicable series. It should end whichever is later:
 * the release date of that/those series (so you can see time remaining for improvement before release), or
 * whichever is earlier:
  * today, or
  * the (last) EOL date for that/those series.

The Y axis of a graph should have the label “Errors per machine per 24 hours” (or “Errors per machine per calendar day” until bug Bug:1046269 is fixed). It should begin at zero, and end at whichever is less: 0.40, or a sensible round number above the maximum value showable, even if it is currently hidden. (For example, temporarily hiding the Ubuntu version with the highest error rate should not cause the axis to zoom in for the remaining versions.)

=== Front page ===

{{attachment:site-front-page.png}}

By default, the front page should begin with a graph for nearly all dates (bug Bug:1053410) and all Ubuntu versions from which errors were recorded — including [[#comparisons|cross-release comparisons]] “by 12.04 standards” vs. “all collected” for post-12.04 versions. (More comparisons may be added later.)

Once at least six months of data has been recorded, the main graph should be followed by a thumbnail navigation graph for selecting a date range. If you do this, the filter controls for the table should change to the same date range, though the reverse should not happen (entering a date range by date should not change the main graph).

<<Anchor(filters)>>
Next should be controls for changing the graph and the table. A spinner should appear at the trailing end of the first row whenever the graph and/or table are being updated.

{{attachment:site-front-page-filters.png}}

The “Showing error reports from” menu should begin with an item for “all” (the default), then “Ubuntu {development version}”, then tracked released versions from newest to oldest. For example, “all”, “Ubuntu S”, “Ubuntu 13.04”, “Ubuntu 12.10”, “Ubuntu 12.04”.

The “users of” menu should contain items for “all packages” (the default), “the package:”, “-proposed”, “ubuntu-desktop”, any other useful package sets, and “packages subscribed to by:”.

Whenever the menu is set to “the package:”, it should be followed by a text field for entering the package name (auto-converted to lower case), and a menu containing items for “all versions” plus versions of the current package. (The spinner should appear whenever the list of versions is populating.)

{{attachment:site-front-page-filters-package.png}}

Whenever the menu is set to “packages subscribed to by:”, it should be followed by a text field for entering a Launchpad ID (with any tilde automatically filtered out) or the URL of a valid Launchpad profile. The default value should be the last value entered from this browser if known, otherwise your own Launchpad ID if you are signed in, otherwise empty.

'''TODO''': What happens when a user is entered that does not exist?

{{attachment:site-front-page-filters-subscribed.png}}

For either field, the graph and table should be updated whenever the field’s contents changes to a new valid value, and either you press Enter or the field loses focus.
Line 224: Line 346:

On the front page, the table of most common errors should begin with controls for choosing the date range shown. The default should be “the past day”.

{{attachment:site-date-range.png}}

Whenever “the date range” is selected, the menu should be followed by date controls (`<input type="date">`) for entering a date range. If you have never used these before, they should default to the past year. Otherwise, they should remember whichever dates you used last.

The date menu should control the contents of only the table, not the graph. It should have items for “the past day” (the default), “the past week”, “the past month”, “the past year”, and “the date range”. Whenever “the date range” is selected, date fields should appear alongside for specifying the date range. If you have never used these before, they should default to the past year. Otherwise, they should remember whichever dates you used last.

{{attachment:site-front-page-filters-date.png}}

Finally, the table should appear.

For both the graph and the table, whenever one of them is loading, is interactively updating, or failed to load, it should be semi-transparent. If the table fails to load or update, an error message should also appear alongside the table filter controls if there is room, or below them otherwise: an error icon, the text “Sorry, the table data didn’t load.”, and a “Retry” button (bug Bug:1060037).

{{attachment:site-data-error.png}}

=== Bucket page ===

{{attachment:site-bucket-page.png}}

''Erratum: The “By _ standards” lines should not be present, because a single problem type either occurs in that release or it doesn’t.''

The bucket page, showing a collection of errors with the same cause, should contain:

 1. The text “Problem in {name of package}”, where the package name links to the Launchpad page for that package (if there is one), otherwise the My``Apps page for that package (if there is one).

 1. A link to the associated bug report, if there is one, otherwise a “Create Bug Report” button.

 1. The error signature.

 1. A graph of “Average errors / machine / calendar day” for this error (bug Bug:1086850).

 1. A table of “Package versions with this error” per Ubuntu release (bug Bug:1078801).

 1. A “[[#unusual|What’s unusual about this error]]” table (once it is implemented).

 1. An “[[#extra-info|Extra information collected]]” section (once it is implemented).

 1. A “Stacktrace” section.

 1. A “Thread stacktrace” section.

 1. An “Examples” table, with an infinitely scrolling table of examples of this error, most recent first (bug Bug:1084626). This table should have columns for “Time”, “Example”, “Package version”, and “Ubuntu version”.

<<Anchor(unusual)>>
==== “What’s unusual about this error” ====

{{attachment:site-bucket-page-unusual.png}}

The “What’s unusual about this error” table should list those variables for which there is the greatest difference (in descending order) between error rate for known machines with one value, and error rate for known machines with all the other values put together.

''How do we guard against individual reporting machines that happen to have a unique value of some variable?''

Variables should include things like versions of other packages, that another package is installed at all, locale settings, whether the system is an upgrade or a fresh install, [[https://bugs.launchpad.net/apport/+bug/1196992|timezone]], and day of the week.

[[http://paste.ubuntu.com/5713702/|May 29th, 2013 discussion]]
[[http://pastebin.ubuntu.com/5798639/|June 25th, 2013 discussion]]
<<Anchor(extra-info)>>
== Collecting extra information for particular errors ==

The “Extra information collected” section on a bucket page should have two columns: “For this problem:” and “For all problems in {package name}:”.

{{attachment:extra-info-none.png}}

For either type, whenever there are no hooks, this should be shown with the text “None” and a “Propose a Collection” button. Clicking it should sign you in and return you to this part of the page, if necessary, then reveal a form for “Proposing a collection”.

||<^>{{attachment:extra-info-proposing.png}}||<style="border:none">→||<^>{{attachment:extra-info-review-first.png}}||<style="border:none">→||<^>{{attachment:extra-info-review-second.png}}||<style="border:none">→||<^>{{attachment:extra-info-approved.png}}||

Once anyone has entered an apparently valid hook and chosen “Propose”, the hook field should become read-only and the parameter fields should become static text, with “Proposed by:” and “Signed off by:” data appearing below.

The “Reject” and “Needs Work” buttons should be sensitive for anyone signed in with permission to review hooks, and the “Sign Off” button sensitive for any of those people except the initial submitter and someone who has already signed off on this hook.

Once a hook is approved, the “Collecting up to:” line should include a link of the form “3 so far” to the data collected from this hook so far, and “over the next: {duration}” should change to “finishing in: {duration remaining}”.

{{attachment:extra-info-change.png}}

If you choose “Propose a Change”, or anyone has submitted a change proposal that has not yet been rejected or signed off, the collection form should begin with radio buttons “Current collection” and “Proposed change”, letting you flip between the hook code ''and'' other parameters for the current hook vs. the proposed one.

== Server architecture ==
Line 234: Line 421:

We will use Robert Collins’ oops-repository as the foundation for our crash database. It has been suggested that this can meet Launchpad’s crash reporting requirements, scaling to a high volume of reports (e.g. 1M/day). We will also use the OOPS dictionary format for our crashes.

This will make integrating with Launchpad’s longer-term plans of this as a service for all projects an easier challenge. Launchpad’s offering may be implemented as one big Cassandra cluster in a multi-tenant fashion, or on a per-project basis, feeding to an API.

oops-repository will also provide the API for interacting with the database. This will include operations to post a new crash and potentially ask for more information, upload additional information (such as the core dump), get the full data for a crash out (a privileged operation), and update an existing crash report (a partially privileged operation) with the retraced data.

We will build a small Django web user interface for management functions on top of this API. The initial implementation will not allow regular developers to access the crash data, as we will not have time in this cycle to address the security concerns around this. Canonical IS will be the interim arbiter of who is able to access this system, inclusive of at least the release manager.

=== Retracing ===

When a new core dump is submitted to the crash database, it will be written to a SAN and the UUID will be added to a RabbitMQ queue for the matching architecture. The queue will also be written in Cassandra, in the event the RabbitMQ service fails.

Retracing daemons for each architecture will pull UUIDs off their respective RabbitMQ queues, get the core dump for the UUID from Cassandra, then feed it through apport-retrace.

When a complete trace is generated, it will be added as a row in the crash column family for the relevant UUID. It will also be added to an index column family where the key is the crash signature (StacktraceAddressSignature) and the value is the UUID in the crash column family. In the future, we may expand this to a more complex bucketing algorithm, as necessary.

The retracing daemon systems will each keep a large cache of the debug symbol packages.

Upon first successful connection to the Internet, the system will send a basic hardware profile, keyed on a SHA512 of the system UUID and a SHA512 of the DMI tables themselves.

This information will be submitted to one of the existing hardware databases. Queries will be possible across the crash database and hardware database. For example, it may be desireable to know what the top compiz crashes are for a particular piece of graphics hardware.

Android uses Google Feedback: http://android-developers.blogspot.com/2010/05/google-feedback-for-android.html

There is a google project for cross platform crashdump capturing.

There is a django project called 'sentry' for web server error analysis (that has a cassandra backend I'm told).

The Launchpad SOA has an active discussion around their requirements at https://dev.launchpad.net/LEP/OopsDisplay. They plan to split out various crash report tools from Launchpad into reusable python modules. It is unknown at this point if they'll be generic enough to fit Ubuntu's needs. Launchpad suspects this could fulfill needs for: Ubuntu One, Landscape, Canonical ISD (SSO etc.), Ubuntu; possibly also Drizzle, OpenERP, OpenStack.
Line 270: Line 427:
'''A program on your computer crashes. What happens next?''' === Anatomy of a crash ===

When an application crashes in Ubuntu, apport is called and a basic crash report is written into the {{{/var/crash}}} directory. This initial report contains the information that can be gathered quickly, such as the date and path to the application.

{{attachment:crash-report-basic.png}}

Meanwhile, another program called update-notifier is watching the {{{/var/crash}}} directory for new files. It sees that a .crash file has been created and runs Apport with this file as an argument. The following window then appears:

{{attachment:initial-apport-window.png}}

This is the first contact the user has with the issue since the application that crashed disappeared from view. At this point additional information is collected for the report. This occurs either when they press “Show Details”, so that these details may be presented to them for review, or when they dismiss the dialog with the “Send an error report to help fix this problem” box checked.

The additional details collected will be ones that could not be calculated quickly when the report was first created. As one example, the packages that this application depends on and their versions will be determined and written into the report.

When the user dismisses the dialog with the “Send an error report to help fix this problem” box checked, another file is created in the {{{/var/crash}}} directory with the same name as the crash report, but with a .upload extension. This file has no contents. It is just used as a signal to the program responsible for uploading the crash report that the user wants this report sent.

This program responsible for uploading crash reports is called Whoopsie. It’s always running on Ubuntu systems, watching the {{{/var/crash}}} directory for files ending in .upload. When it sees one of these, it checks to see if there’s a high-speed internet connection. If it cannot find one, it waits to send the report until later. Otherwise, it opens the matching .crash file and converts it into [[http://bsonspec.org/|binary JSON]] data then sends this information to http://daisy.ubuntu.com.

||<#F1F1DD> Along with the report, Whoopsie sends an obfuscated (SHA512) system identifier (DMI system UUID). This information is collected so that we can show a graph of the average errors per calendar day. It also lets us answer questions like, “is Ubuntu more stable in the first week of use or subsequent weeks?” ||

The servers responsible for http://daisy.ubuntu.com receive these error reports, about 80,000 per day currently, and write them into a large Cassandra database.

Once the report is written into the database, it’s put through a process called “bucketing.” This takes the report and determines what makes it an instance of a larger problem. In its simplest form, this is a string that contains the path to the program that crashed, [[http://en.wikipedia.org/wiki/Unix_signal|the signal]] that occured, and the top few frames of the stack trace, all separated by colon characters:

{{{
/usr/bin/update-notifier:11:g_object_ref:g_list_foreach:get_mounts:get
}}}

Every time a crash is received, it is grouped with the other crashes that produce this same “crash signature.” We call this grouping a problem, or bucket. Every time a new crash is added to one of these buckets, a counter for the bucket is incremented for the date, month, and year that the crash was seen. This is how we identify what the most important problems in Ubuntu are: we present a table on http://errors.ubuntu.com of the buckets with the most number of instances:

{{attachment:update-manager-table.png}}

=== Anatomy of a crash, in detail ===
Line 282: Line 471:
 4. If the user chooses to report the issue, a {{{.upload}}} file is created in {{{/var/crash}}}. The {{{whoopsie}}} application is watching {{{/var/crash}}} for these. It waits until there is an active Internet connection, then finds the matching report for the {{{.upload}}} file and uploads it to https://daisy.ubuntu.com.  4. If the user chooses to report the issue, a {{{.upload}}} file is created in {{{/var/crash}}}. The {{{whoopsie}}} application is watching {{{/var/crash}}} for these. It waits until there is an active Internet connection, then finds the matching report for the {{{.upload}}} file, and uploads it to https://daisy.ubuntu.com.  After the successful upload whoopsie creates a {{{.uploaded}}} file in the same directory.
Line 306: Line 495:
bzr branch lp:~daisy-pluckers/oops-repository/trunk oops-repository.daisy-pluckers
Line 310: Line 500:
 * [[http://bugs.launchpad.net/daisy|daisy]]
 * [[http://bugs.launchpad.net/errors|errors]]
 * [[http://bugs.launchpad.net/whoopsie|whoopsie]]
 * We track all bugs against the [[https://bugs.launchpad.net/ubuntu-error-tracker|Ubuntu Error Tracker project]].
 * Errors that occur within the server-side infrastructure are reported [[https://errors.ubuntu.com/oops-local/|here]].
Line 315: Line 504:

 * [[/Contributing/Debconf]]
/* TODO link to Matthew's original UDS talk */
 * [[https://www.youtube.com/watch?v=PPQ7k0jRUE4#t=30m10s|UDS Raring talk]]
 * [[/Contributing/Errors]]
 * [[/MapReduce]]
 * [[/ServerSideHooks]]
 * [[/PhasedUpdates]]
 * [[/Deployment]] - How to set up a private error tracker in Juju
 * [[/Monitoring]] - Monitoring the production Error Tracker
 * [[https://code.launchpad.net/~daisy-pluckers/+activereviews|Outstanding code reviews]]
 * [[/UbuntuReleasePreparation]]
 * [[/BreakpadApplicationSupport]]
 * [[/AutomatedTesting]]
 * [[/CassandraQueries]] - Writing fast queries against Cassandra
 * [[/DailyTasks]] - Things to do every day
 * [[/PackageInstallationFailures]]
 * [[/Statistics]] - Fun with txstatsd and Graphite.

==== Cassandra ====
 * [[http://www.datastax.com/docs/1.1/ddl/index|Semi-official documentation on the Cassandra data model]]
 * [[http://maxgrinev.com/2010/07/09/a-quick-introduction-to-the-cassandra-data-model/|Maxim's explanation of the Cassandra data model]]
 * [[http://www.packtpub.com/cassandra-apache-high-performance-cookbook/book|High Performance Cassandra]] is a reasonably priced book that covers the basics of working with Cassandra.

Ubuntu’s error tracker explains crashes, hangs, and other severe errors to end users; lets them report an error with the click of a button; and collects these reports from millions of users to show Ubuntu developers which errors are most common. It’s all open source, and you can help. You can find the errors your computer has reported to the error tracker via System Settings, Security & Privacy, Diagnostics, Show Previous Reports.

Rationale

To help Ubuntu reach a standard of quality similar to competing operating systems, developers need to know the answers to two questions:

  1. How reliable is Ubuntu right now? (Compared with yesterday, compared with the previous version, or compared with what it would be if everyone had installed every update.)

  2. What’s the best thing I can do right now to help improve its quality?

We can better answer both of those questions if we collect all the information we need, for as many types of problems as we can, from a large representative sample of people. This means not requiring people to sign in to any Web site, enter any text, submit hundreds of megabytes of data, receive e-mail, or do anything more complicated than clicking a button. It means collecting problem reports both before and after release. And it means analyzing and bucketing problems automatically, with developers able to configure the system to automatically retrieve more information about a particular kind of problem when it next occurs.

Statistics collected by Microsoft show that a bug reported by their Windows Error Reporting system “is 4.5 to 5.1 times more likely to be fixed than a bug reported directly by a human”, that fixing the right 1 percent of bugs addresses 50 percent of customer issues, and that fixing 20 percent of bugs addresses 80 percent of customer issues.

The client interface for the error tracker also serves a purpose which is less important for developers, but more important for end users: explaining why something weird just happened. In previous Ubuntu release versions, when most programs crashed there was no explanation of why the window had disappeared.

Client design

Privacy settings

Compare the equivalent screen in the installer.

The System Settings “Security & Privacy” panel should contain a “Diagnostics” section for error and metrics collection. (While gnome-control-center has a “Privacy” section using a list-and-dialogs model, instead of being a tab, “Diagnostics” should replace the “Problem Reporting” dialog.)

settings-privacy-diagnostics.png

“Privacy Policy” should open a browser window to the privacy policy.

The “People using this computer can…” and following controls should be disabled whenever you have not unlocked them as an administrator.

The diagnostics checkbox caption — “This includes things like hardware vendor, processor speed, and the approximate location you chose (%n).” — should include that location to reassure you that it is sending only a city reference, not a precise latitude and longitude.

settings-privacy-diagnostics-developer.png

Choosing “Developer Settings…” should open a secondary “Developer Settings” dialog for specifying exceptions to the usual error handling. If any exceptions are currently set, that “Developer Settings…” button should have “Customized” next to it in small print.

By default the list of exceptions should be empty. The “+” button (with accessible label “Add”), and the “OK” button, should be insensitive only if you are already currently adding an exception and its path value is currently invalid (non-existent or duplicate). For each exception you add, the default name/path value should be “~/” unless there is already an exception for that path, since that’s the most likely single value (for excluding or special-casing all binaries you build yourself).

Each “Error Treatment” menu should have three items: “Prompt normally” (the default), “Send automatically”, and “Don’t send”. Whenever either “Prompt normally” or “Send automatically” is chosen, an adjacent combo box should be present. Its menu should list “errors.ubuntu.com” followed, in alphabetical order, by any other error servers you are currently using.

diagnostics.phone.png

On the phone, all the checkboxes should be checked by default. In a new Ubuntu PC installation (or an upgrade to a version that introduces these settings), “Send error reports to Canonical” should be checked by default. But “Send a report automatically if a problem prevents login” and “Send occasional system information to Canonical”, when present, should be unchecked by default.

(Error reports are also accessible to trusted Ubuntu developers who are not employed by Canonical. This is covered in the privacy policy.)

The “When on Wi-Fi” and “On any data connection” radio items and caption (bug 1320973) should have exactly the same wording and order as in the “Updates” settings, but be an independent setting.

phone-settings-diagnostics-previous-errors.png

The “Previous error reports”, “Previous info reports”, and “Previous Wi-Fi reports” screens should all consist of a chronological list of reports, latest first, each labelled by its timestamp. The screen for each report should have that timestamp as its header, and consist entirely of a frame of wrapped selectable and copyable text.

When there is an error

Silent error types are types of error for which users should not be notified. They consist of:

  • Errors that occur during logout/shutdown.
  • Any error that occurs over a minute before the error alert could appear, where you have interacted with the session during that interval (bug 1018117). For example, if a CPU-intensive application task crashes while you aren’t using the computer, when you return to the computer you should still see an explanation of why the program has disappeared, regardless of how long that explanation took to appear. But if you were using the computer at the time, you are likely to have noticed the error long before the alert would appear, so the alert would seem like a non-sequitur.

When there is an error that prevents login, and “Send a report automatically if a problem prevents login” is checked, the error should be sent automatically.

Otherwise, if the error is not of a silent type, an alert should appear with controls depending on the situation.

error-alert-layout.png

error-alert-expanded-layout.png

The “Report previous internal errors too” checkbox should be present if any errors of silent types have occurred since the last time a non-silent error was presented. Whenever it is checked, the details field should show details of all the errors, with separators between them.

If your admin has blocked error reporting, neither the “Send an error report to help fix this problem” nor “Report previous internal errors too” checkboxes should be present. If they are present, they should be checked by default in a new Ubuntu installation, and their state should persist across errors and across Ubuntu sessions.

If you choose “Show Details”, it should change to “Hide Details” while the details field appears above the buttons. If necessary, a spinner and the text “Collecting information…” should appear centered inside the details field while the information is collected (other than the process name and timestamp, which should appear instantly), pausing whenever the collection system is waiting for you to answer any questions. If no details are available (for example, the crash file is unreadable), below the timestamp and (if available) the process name should appear the paragraph “No details were recorded for this error.” Regardless, the field contents should end with the paragraph “Other information may be sent if Ubuntu developers request it.”

details-pane.png

Unless otherwise specified, an error alert should have a “Continue” button opposite the “Show Details”/“Hide Details” button. The Esc and Enter keys should not do anything in an error alert, because you may have been just about to press one of those in the program that has the problem.

Error type

Test case

Icon

Primary text

Secondary text

Custom elements

Implemented in Ubuntu

#An application crashes

eog & pkill -SEGV eog

App icon with error emblem

The app {Name of App} has closed unexpectedly.

“Leave Closed” and “Relaunch” buttons, instead of the “Continue” button.

12.04

#An application has a developer-specified error (RecoverableError)

The app {Name of App} just had a bit of a problem.

{Developer-specified error text}

12.10

#An application is hung for at least 30 seconds

eog & sleep 5 && pkill -STOP eog && sleep 20 && pkill -CONT eog # then wait for 30 seconds

The app {Name of App} has stopped responding.

“Force Closed” and “Relaunch” buttons, instead of the “Continue” button. The alert should also be modal to the unresponsive window, and should therefore have no title of its own. (It appears much later than, because it is more intrusive than, the greying-out of the window after 5 seconds.) If that window becomes responsive again, the alert’s contents should become insensitive for one second (to block misclicks) before the alert closes (and in the latter case, the window closes too).

(targeted for 13.10)

#An application is hung for at least 5 seconds after you try to close its window

eog & sleep 5 && pkill -STOP eog & pkill -TERM eog && sleep 5

Hmm, this window isn’t closing because {Name of App} has stopped responding.

(targeted for 13.10)

#An application thread crashes

The app {Name of App} just had a problem.

If you notice things aren’t working properly, try closing then relaunching the app.

An “Ignore future errors of this type” checkbox, if this is not the first error in this version of this package on this machine, and there is no “Report previous internal errors too” checkbox (so that we don’t show more than two checkboxes at once).

(in 12.04 and 12.10, shows “closed unexpectedly” error instead, bug 1033902)

#Third-party non-application software crashes

sh -c 'kill -SEGV $$'

Generic package icon with error emblem

The program “{name of executable}” has stopped unexpectedly.

12.04

#An OS package crashes (including kernel oopses)

sudo pkill -SEGV zeitgeist

Error tracker icon

Sorry, this computer just had a bit of a problem.

If you notice things aren’t working properly, try restarting the computer.

12.04

#Ubuntu restarts after a kernel crash

Ubuntu has restarted after an internal error.

(targeted for 12.04 SRU, bug 1051891)

#A package fails to install or update

Generic package icon with error emblem

Sorry, a problem occurred while installing software.

Package: {package name} {version}

(targeted for 12.04 SRU)

If you choose to send an error report, the alert should disappear immediately. Data should be collected (if it hasn’t been already), and reports should be sent in the background, with no progress or success/failure feedback. If you are not connected to the Internet at the time, reports should be queued. Any queued reports should be sent when you next agree to send an error report while online.

If you are using a pre-release version of Ubuntu, and the error report matches an existing Launchpad bug report, a further alert box should appear explaining its status and letting you open the bug report.

bug-report.png

Future work: Ensure that if there is a delay in displaying a crash, we adjust the text of the dialog to reflect this. As an example, if X crashes and the user has to log in again or reboot the computer.

Future work: If a software update is known to fix the problem, replace the primary alert with the software update alert (or progress window, depending on the update policy), with customized primary text. Or point them at a web page (not a wiki page!) with details if a workaround exists, but no fix is available yet.

Future work: Automate the communication with the user to facilitate things like leak detection in subsequent runs, without requiring additional interaction with the user. Our current process requires us to ask people who are subscribed to the bug to try a specially-instrumented build, with a traditionally very long feedback loop between the developer and the bug subscribers. We should make it entirely automatic. Just wait for the next user who sees the bug to click one "yes, I'd like to help make this product better" button.

When there is not enough memory for a core dump

When the kernel does not have enough memory, an error report should still be sent (or queued for sending) as normal for accounting purposes, just without the core dump.

When an update is available to fix a crash

When a crash (whether of an application or OS package) occurs, “Send error reports to Canonical” is checked, and Ubuntu hasn’t previously submitted this particular crash signature, it should send a basic crash signature to the server.

If it does not do this, or within five seconds it does not receive a response that the problem is fixed by a software update and it did not know from a previous submission that it is fixed by a software update, then the error alert should appear as normal.

Otherwise, the usual error alert should change:

  • the secondary text should be “The good news is, a software update is available to fix this problem.”
  • the checkbox label should be “Send an error report anyway”.
  • An extra “Install Updates…” button should be present on the leading side of the trailing group (even if you are not an admin).

app-crash-reportable-updateable.png

Choosing “Install Updates…” should launch Software Updater (leaving the application closed, if it was an application crash).

We also considered changing the Software Updater UI to appear unprompted sooner, or to have custom text, when updates are known to fix problems users on your system have submitted. We decided against it because it would be less obvious.

When there is a debconf prompt

debconf prompts for user-installed software in Ubuntu are, overwhelmingly, programming mistakes. Therefore, they should be presented as error alerts.

Implementation: See /Contributing/Debconf for instructions on how to work on these alerts.

#A Debconf prompt

debconf-reportable.png

debconf-unreportable.png

(targeted for 13.10 — how to contribute)

If the TITLE command is used, that string should be used as the title of the window instead of “Ubuntu”.

The primary text should depend on the type of package and the situation:

Application

Non-application package

During installation

{Application Name} needs your help to finish installing.

The package “{package name}” needs your help to finish installing.

During postinst abort-remove

{Application Name} needs your help to finish its removal.

The package “{package name}” needs your help to finish its removal.

Controls should be included in the alert depending on the type of prompt.

#Type “string”

debconf-string.png

#Type “boolean”

debconf-boolean.png

#Type “select”

If there are six or fewer choices:

If there are more than six choices:

debconf-select-few.png

debconf-select-many.png

#Type “multiselect”

If there are six or fewer choices:

If there are more than six choices:

debconf-multiselect-few.png

debconf-multiselect-many.png

#Type “note”

debconf-note.png

#Type “text” or “error”

debconf-text.png

#Type “password”

debconf-password.png

Presenting debconf progress

This has nothing to do with error tracking, but is included here because the error tracker provides all the rest of debconf’s graphical UI.

When a maintainer script requests progress presentation (db_progress), the progress text and proportion should be shown in a progress window. Ideally, this progress window should morph to and/or from any consecutive debconf prompts.

debconf-progress.png

The window title should be of the form ‘Installing “package-name”’, ‘Reinstalling “package-name”’, ‘Updating “package-name”’, or “Removing ‘package-name’” as appropriate, or “Ubuntu” if the type of operation is unknown. The “Skip” button should be present if the operation is skippable.

Invitation for metrics collection

For any administrator, after the first time only that they respond to an error alert, a second alert should appear to invite them to opt in to metrics collection. (The “Esc” key should activate “Don’t Send” in this alert, but the “Enter” key should not do anything.)

privacy-settings-alert.png

The “Privacy…” button should open System Settings to the Privacy panel. Choosing “Send” should be equivalent to checking “Send occasional system information to Canonical” in the Privacy settings.

Accessing previous reports

Choosing “Show Previous Reports” in the settings interface should open a Web page listing those reports.

previous-reports.png

Erratum: “Recorded” and “Sent” should be “Occurred” and “Received”.

To avoid end users getting lost in developer material, the page should have no global navigation.

To avoid privacy problems, it should be impossible to share the URL of the page. How?

Error reports should be listed in the order they were received, newest first, defaulting to the newest 50. The date received should link to the individual report.

If there are from 1 to 50 reports, the batch count should read only “Showing all {number}”, and there should be no batch navigation.

previous-reports-1-batch.png

If there are no reports at all, there should be no batch count, navigation, or table — just an explanatory sentence.

previous-reports-none.png

Client implementation

The apport client will write a .upload file alongside a .crash file to indicate that the crash should be sent to the crash database. A small C daemon (currently "whoopsie", previously "reporterd") will set up an inotify watch on the /var/crash directory, and any time one of these .upload files appears, it will upload the .crash file. It will do this if and only if there is an active Internet connection, as determined by watching the NetworkManager DBus API for connectivity events, otherwise it will add it to a queue for later processing.

We will ensure NetworkManager brings up the interfaces as early as possible, to enable us to file crash reports during boot.

This needs to be a daemon, rather than another path of the apport client code, to account for there not being an Internet connection at the time of the crash and for crashes during boot, when we cannot assume the user will get back to a known-good state to file the report.

The canonical example here is the scenario posed in Microsoft’s Windows Error Reporting paper, where a piece of malware was causing the core desktop application (explorer.exe) to crash. They were still able to receive crash reports, as their client software still submitted reports very early on in the boot process.

The apport crash file will be parsed into an intermediate data structure (currently a GHashTable), with the core dump stripped out, and then converted into BSON to be transmitted in a HTTP POST operation. The server will reply with a UUID for subsequent operations and, optionally, a command for further action. Initially, this will just be a command to upload the core dump.

A new field is being added to the apport crash file, StacktraceAddressSignature. The server will check for this field, and if it already has a retraced core dump generated from the same signature, it will reply with just the UUID of the crash report entry in the database, indicating that a core dump need not be submitted.

If, however, the server does reply with a request to upload the core dump, it will be sent as zlib compressed data in an HTTP POST operation.

The URLs for posting will be of the form:

Crash reports will be cleaned up after 14 days, as the system may never be connected to the Internet.

If the reporter daemon crashes, it will write a crash file like any other application. Its upstart job will have the respawn flag set, and a limit put in place so it doesn't go crazy.

If the reporter daemon moves to using apport-unpack to process the crash files, it should gracefully handle -ENOSPC.

Crash reports for applications not themselves part of packages in the Ubuntu will be handled. These will not be retraced, but they will be collected for statistical analysis. This removes the "the problem cannot be reported" dialog in Apport.

We will add an Origin and possibly a Site field to the apport reports, using the python-apt candidate.origins interface. This will allow us to answer questions like what percentage of crashes are coming from PPAs. More importantly, it will let us focus reports on packages from a particular PPA, like the unity-testing one.

Click

We will build a symbol server, possibly adapting Fedora's Darkserver. Access to all the data from proprietary applications on the symbol server will be granted to our retracers, but will be restricted for developers looking to retrace crashes locally. This will likely leverage the Ubuntu One SSO API as it is used in MyApps. For non-proprietary applications, no access control will be necessary. All symbols will be associated with an application for ACL tracking and garbage collection.

Support will be added to the SDK for symbol extraction and submission. In the case of extraction this will likely take the form of a 'click strip' subcommand which will walk a tree and produce a set of debug symbols (e.g. in hashed /usr/lib/debug style). This will be integrated into QtCreator.

Apport will be taught how to talk to the symbol server for retracing. Daisy will also require minimal changes to its retracer code and configuration to support this.

We will add a set of APIs for collecting per click-version problem data for MyApps to consume and display. This will be simple at first, largely focusing on tracking versions, problems per version and their counts, and instances. Over time it will grow more complex graphing data and problem information. It will need to be protected or blocked from outside MyApps as it will expose stacktraces and other sensitive crash data.

The problems for proprietary applications and their rank will be made visible on the leaderboard as a means of keeping everyone honest.

Calculating daily error rates

The daily error rate, for an individual machine with Ubuntu installed, is the number of errors it reports that calendar day.

We have no way of knowing how many machines have Ubuntu installed. And here that wouldn’t be interesting anyway, because many active Ubuntu machines don’t report any errors they do have. Maybe they have error reporting turned off, or maybe they are behind a firewall.

So the average daily error rate across all machines is not the total number of errors reported, divided by the total number of machines with Ubuntu installed. Instead, it is the total number of errors reported, divided by the number of machines that would report errors today, if they encountered any.

We don’t know that number of machines exactly, either, because machines don’t ping us to say “I would have reported errors today, but I just didn’t have any”. So we have to estimate the number of reporting machines, and all we have to go on is our counts of machines that reported errors in the past. To make this more accurate, we do two things: ramping up newly-reporting machines, and damping down no-longer-reporting machines.

Ramping newly-reporting machines is necessary because on release days (and the weeks before), we get the first error report from a relatively huge number of new installations, without knowing how many new error-free installations have also come online (bug 1069827). If we did not compensate for this, the error rate would appear to spike on release day, and even climb in the weeks before. So the weighting of that machine should be whichever is lower: 1, or the number of days since its first error report divided by a constant. Currently the constant is 90.

Damping no-longer-reporting machines is necessary because a computer that used to report errors might have had Ubuntu removed from it, or it might have been lost at sea, or it might have fallen into a volcano, or it might have been sold to someone who doesn’t believe in error reporting. If we kept counting it forever, the error rate for every release would appear to approach zero. So, starting from the day of a machine’s latest error report, the machine’s weighting should decline based on the probability that it would have reported any errors that it experienced today. That probability should be based on past performance for all machines that have ever reported errors (bug 1077122).

For example, if Machine A reported its first error at least 90 days ago, and its most recent error today, its weight should be 1.0, because it did indeed report any errors that it experienced today. If Machine B reported its first error at least 90 days ago, and its most recent error a month ago, and 12 percent of machines that last reported a month before the current date go on to report again, Machine B’s weight should be 0.12. And if those were the only two machines that had ever reported errors, our count of weighted active machines for today would be 1.12.

This finally gives us the average daily error rate — the number of error reports received that day, divided by the count of weighted active machines for that day.

One problem that isn’t solved by these adjustments: Counting calendar days is misleading. For example, the current error rate for Ubuntu 12.04 is higher on weekdays than in weekends, almost certainly because it’s used on more machines for longer periods during weekdays (bug 1046269).

Cross-release comparisons

So that we can make fair comparisons of reliability between Ubuntu releases, both the client and the server should track whether each reported error is of a kind that would have been reported if it had occurred in each past Ubuntu release.

For example:

  • When there is not enough memory for a coredump, the error is not recorded in 12.04 or 12.10, but is recorded in 13.04 and later. So errors of that type should be excluded from by-12.04-standards measurements.

  • Errors in binaries mentioned in /etc/apport/blacklist.d are not counted in 12.04 or 12.10 (bug 1064395).

errors.ubuntu.com

Graphs

Many pages on the site should feature a graph of the error rate for applicable errors and Ubuntu versions.

The X axis of the graph does not need a label (because dates are obvious enough). It should begin at the start of the development cycle for the applicable series. It should end whichever is later:

  • the release date of that/those series (so you can see time remaining for improvement before release), or
  • whichever is earlier:
    • today, or
    • the (last) EOL date for that/those series.

The Y axis of a graph should have the label “Errors per machine per 24 hours” (or “Errors per machine per calendar day” until bug 1046269 is fixed). It should begin at zero, and end at whichever is less: 0.40, or a sensible round number above the maximum value showable, even if it is currently hidden. (For example, temporarily hiding the Ubuntu version with the highest error rate should not cause the axis to zoom in for the remaining versions.)

Front page

site-front-page.png

By default, the front page should begin with a graph for nearly all dates (bug 1053410) and all Ubuntu versions from which errors were recorded — including cross-release comparisons “by 12.04 standards” vs. “all collected” for post-12.04 versions. (More comparisons may be added later.)

Once at least six months of data has been recorded, the main graph should be followed by a thumbnail navigation graph for selecting a date range. If you do this, the filter controls for the table should change to the same date range, though the reverse should not happen (entering a date range by date should not change the main graph).

Next should be controls for changing the graph and the table. A spinner should appear at the trailing end of the first row whenever the graph and/or table are being updated.

site-front-page-filters.png

The “Showing error reports from” menu should begin with an item for “all” (the default), then “Ubuntu {development version}”, then tracked released versions from newest to oldest. For example, “all”, “Ubuntu S”, “Ubuntu 13.04”, “Ubuntu 12.10”, “Ubuntu 12.04”.

The “users of” menu should contain items for “all packages” (the default), “the package:”, “-proposed”, “ubuntu-desktop”, any other useful package sets, and “packages subscribed to by:”.

Whenever the menu is set to “the package:”, it should be followed by a text field for entering the package name (auto-converted to lower case), and a menu containing items for “all versions” plus versions of the current package. (The spinner should appear whenever the list of versions is populating.)

site-front-page-filters-package.png

Whenever the menu is set to “packages subscribed to by:”, it should be followed by a text field for entering a Launchpad ID (with any tilde automatically filtered out) or the URL of a valid Launchpad profile. The default value should be the last value entered from this browser if known, otherwise your own Launchpad ID if you are signed in, otherwise empty.

TODO: What happens when a user is entered that does not exist?

site-front-page-filters-subscribed.png

For either field, the graph and table should be updated whenever the field’s contents changes to a new valid value, and either you press Enter or the field loses focus.

The date menu should control the contents of only the table, not the graph. It should have items for “the past day” (the default), “the past week”, “the past month”, “the past year”, and “the date range”. Whenever “the date range” is selected, date fields should appear alongside for specifying the date range. If you have never used these before, they should default to the past year. Otherwise, they should remember whichever dates you used last.

site-front-page-filters-date.png

Finally, the table should appear.

For both the graph and the table, whenever one of them is loading, is interactively updating, or failed to load, it should be semi-transparent. If the table fails to load or update, an error message should also appear alongside the table filter controls if there is room, or below them otherwise: an error icon, the text “Sorry, the table data didn’t load.”, and a “Retry” button (bug 1060037).

site-data-error.png

Bucket page

site-bucket-page.png

Erratum: The “By _ standards” lines should not be present, because a single problem type either occurs in that release or it doesn’t.

The bucket page, showing a collection of errors with the same cause, should contain:

  1. The text “Problem in {name of package}”, where the package name links to the Launchpad page for that package (if there is one), otherwise the MyApps page for that package (if there is one).

  2. A link to the associated bug report, if there is one, otherwise a “Create Bug Report” button.
  3. The error signature.
  4. A graph of “Average errors / machine / calendar day” for this error (bug 1086850).

  5. A table of “Package versions with this error” per Ubuntu release (bug 1078801).

  6. A “What’s unusual about this error” table (once it is implemented).

  7. An “Extra information collected” section (once it is implemented).

  8. A “Stacktrace” section.
  9. A “Thread stacktrace” section.
  10. An “Examples” table, with an infinitely scrolling table of examples of this error, most recent first (bug 1084626). This table should have columns for “Time”, “Example”, “Package version”, and “Ubuntu version”.

“What’s unusual about this error”

site-bucket-page-unusual.png

The “What’s unusual about this error” table should list those variables for which there is the greatest difference (in descending order) between error rate for known machines with one value, and error rate for known machines with all the other values put together.

How do we guard against individual reporting machines that happen to have a unique value of some variable?

Variables should include things like versions of other packages, that another package is installed at all, locale settings, whether the system is an upgrade or a fresh install, timezone, and day of the week.

May 29th, 2013 discussion June 25th, 2013 discussion

Collecting extra information for particular errors

The “Extra information collected” section on a bucket page should have two columns: “For this problem:” and “For all problems in {package name}:”.

extra-info-none.png

For either type, whenever there are no hooks, this should be shown with the text “None” and a “Propose a Collection” button. Clicking it should sign you in and return you to this part of the page, if necessary, then reveal a form for “Proposing a collection”.

extra-info-proposing.png

extra-info-review-first.png

extra-info-review-second.png

extra-info-approved.png

Once anyone has entered an apparently valid hook and chosen “Propose”, the hook field should become read-only and the parameter fields should become static text, with “Proposed by:” and “Signed off by:” data appearing below.

The “Reject” and “Needs Work” buttons should be sensitive for anyone signed in with permission to review hooks, and the “Sign Off” button sensitive for any of those people except the initial submitter and someone who has already signed off on this hook.

Once a hook is approved, the “Collecting up to:” line should include a link of the form “3 so far” to the data collected from this hook so far, and “over the next: {duration}” should change to “finishing in: {duration remaining}”.

extra-info-change.png

If you choose “Propose a Change”, or anyone has submitted a change proposal that has not yet been rejected or signed off, the collection form should begin with radio buttons “Current collection” and “Proposed change”, letting you flip between the hook code and other parameters for the current hook vs. the proposed one.

Server architecture

/ServerArchitecture has additional details.

How you can help

There are a few components to the error reporting system. To understand where to make your contribution, first understand how all the pieces fit together.

Anatomy of a crash

When an application crashes in Ubuntu, apport is called and a basic crash report is written into the /var/crash directory. This initial report contains the information that can be gathered quickly, such as the date and path to the application.

crash-report-basic.png

Meanwhile, another program called update-notifier is watching the /var/crash directory for new files. It sees that a .crash file has been created and runs Apport with this file as an argument. The following window then appears:

initial-apport-window.png

This is the first contact the user has with the issue since the application that crashed disappeared from view. At this point additional information is collected for the report. This occurs either when they press “Show Details”, so that these details may be presented to them for review, or when they dismiss the dialog with the “Send an error report to help fix this problem” box checked.

The additional details collected will be ones that could not be calculated quickly when the report was first created. As one example, the packages that this application depends on and their versions will be determined and written into the report.

When the user dismisses the dialog with the “Send an error report to help fix this problem” box checked, another file is created in the /var/crash directory with the same name as the crash report, but with a .upload extension. This file has no contents. It is just used as a signal to the program responsible for uploading the crash report that the user wants this report sent.

This program responsible for uploading crash reports is called Whoopsie. It’s always running on Ubuntu systems, watching the /var/crash directory for files ending in .upload. When it sees one of these, it checks to see if there’s a high-speed internet connection. If it cannot find one, it waits to send the report until later. Otherwise, it opens the matching .crash file and converts it into binary JSON data then sends this information to http://daisy.ubuntu.com.

Along with the report, Whoopsie sends an obfuscated (SHA512) system identifier (DMI system UUID). This information is collected so that we can show a graph of the average errors per calendar day. It also lets us answer questions like, “is Ubuntu more stable in the first week of use or subsequent weeks?”

The servers responsible for http://daisy.ubuntu.com receive these error reports, about 80,000 per day currently, and write them into a large Cassandra database.

Once the report is written into the database, it’s put through a process called “bucketing.” This takes the report and determines what makes it an instance of a larger problem. In its simplest form, this is a string that contains the path to the program that crashed, the signal that occured, and the top few frames of the stack trace, all separated by colon characters:

/usr/bin/update-notifier:11:g_object_ref:g_list_foreach:get_mounts:get

Every time a crash is received, it is grouped with the other crashes that produce this same “crash signature.” We call this grouping a problem, or bucket. Every time a new crash is added to one of these buckets, a counter for the bucket is incremented for the date, month, and year that the crash was seen. This is how we identify what the most important problems in Ubuntu are: we present a table on http://errors.ubuntu.com of the buckets with the most number of instances:

update-manager-table.png

Anatomy of a crash, in detail

apport -> whoopsie -> daisy.ubuntu.com -> errors.ubuntu.com

  1. Apport is called by the kernel's core pattern handler and creates a report file in /var/crash.

  2. The update-notifier application watches for changes in /var/crash. It sees this newly written report file and calls /usr/share/apport/apport-gtk.

  3. Apport displays a graphical dialog asking the user if they want to report the issue.

  4. If the user chooses to report the issue, a .upload file is created in /var/crash. The whoopsie application is watching /var/crash for these. It waits until there is an active Internet connection, then finds the matching report for the .upload file, and uploads it to https://daisy.ubuntu.com. After the successful upload whoopsie creates a .uploaded file in the same directory.

  5. Crashes come in two parts. There's the metadata associated with the crash (date, environment variables, Ubuntu release, ...) and the crash itself. This latter part is called a core dump and is often very large. In order to avoid requiring everyone submitting a crash to also submit a core dump, we use a first pass signature called a StacktraceAddressSignature. There may be a few StacktraceAddressSignatures for any CrashSignature.

  6. Daisy accepts these uploaded reports from users and writes them into a Cassandra database. If it has not yet received a core dump for this problem (checking the aforementioned StacktraceAddressSignature), then it replies to whoopsie asking for one.

  7. If requested, whoopsie sends up the core dump and Daisy writes this to disk (NFS) then puts the path to this file on a Rabbit queue for retracing.

  8. One of the retracers will then pick this core dump off the queue and process it into a stack trace. The stack trace is then computed into a crash signature which the database uses as a unique identifier for this problem.

  9. Daisy then increments a counter for the bucket this crash signature belongs to, indicating the number of users who have experienced instances of this problem.
  10. The bucket counts are read and displayed on the Django http://errors.ubuntu.com website.

How can I test this?

To see this in action for yourself, simply send any process the SEGV signal:

eog & sleep 5 && pkill -SEGV eog

Get the code

mkdir -p ~/bzr
cd ~/bzr
bzr branch lp:daisy
bzr branch lp:errors
bzr branch lp:whoopsie
bzr branch lp:apport
bzr branch lp:~daisy-pluckers/oops-repository/trunk oops-repository.daisy-pluckers

Find bugs to fix

Further reading

Cassandra

ErrorTracker (last edited 2022-11-09 21:58:30 by seth-arnold)