Diff for "Oops"

Not logged in - Log In / Register

Differences between revisions 3 and 7 (spanning 4 versions)
Revision 3 as of 2010-08-05 10:41:14
Size: 2397
Editor: 109-224-139-217
Comment:
Revision 7 as of 2021-05-27 14:20:30
Size: 2392
Editor: cjwatson
Comment: freenode → irc.libera.chat
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
<<Anchor(looklike)>>
Line 24: Line 25:
== Why do they happen ? == == Why do they happen? ==
Line 36: Line 37:
Come and chat to us on #launchpad on irc.freenode.net. We'll try and help you achieve what you are trying to do. We may ask for the OOPS ID - see above under ''[[#What does an OOPS look like?|what does an OOPS look like?]]''. Come and chat to us on #launchpad on irc.libera.chat. We'll try and help you achieve what you are trying to do. We may ask for the OOPS ID - see above under ''[[#looklike|what does an OOPS look like?]]''.
Line 38: Line 39:
We like to make sure there is a bug report for every OOPS - if you want you can look at the [[https://bugs.edge.launchpad.net/launchpad-project/+bugs?field.tag=timeout,oops|known OOPS bugs]] we have. We like to make sure there is a bug report for every OOPS - if you want you can look at the [[https://bugs.launchpad.net/launchpad-project/+bugs?field.tag=timeout,oops|known OOPS bugs]] we have.

What is an OOPS?

When Launchpad suffers an error that prevents it doing what you requested, it will log the error and some diagnostic detail, so that a developer or system administrator can figure out what has happened and we can fix it.

What does an OOPS look like?

In the web UI, it will look something like the image below.

launchpad_error.jpeg

An example of an OOPS message

The red highlight is around the OOPS ID -- that is the code that lets us look up the error and see what went wrong.

In response to a command email, it will be a plain text message with an OOPS id.

In the LP API, it is a 500 response code and the OOPS code will be in the body.

What do we do with OOPS reports?

All OOPSes are aggregated and published as a summary to the developer list daily. We create bugs to match the OOPSes that have been occurring and treat all OOPS bugs as high priority. That queue is pretty full though, so please talk to use when you are experiencing a problem - there may be a workaround that can help you achieve get what you are trying to do.

Why do they happen?

There are multiple causes for an OOPS. Broadly they fall into three camps.

Firstly, and the most commonly encountered cause, if a Launchpad web request is going to take a long time to complete, the server aborts the request to free up resources and hopefully unlock and unblock other requests. This is the 'timeout' OOPS.

Secondly, we generate an OOPS when an internal link within Launchpad is broken.

Lastly, a code bug that causes an unhandled exception will show up as an OOPS.

What to do if you encounter an OOPS

Come and chat to us on #launchpad on irc.libera.chat. We'll try and help you achieve what you are trying to do. We may ask for the OOPS ID - see above under what does an OOPS look like?.

We like to make sure there is a bug report for every OOPS - if you want you can look at the known OOPS bugs we have.

Oops (last edited 2021-05-27 14:20:30 by cjwatson)