CINXE.COM

Bugs : Launchpad itself

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://bugs.launchpad.net/launchpad/+bugs" /> <meta charset="UTF-8" /> <title>Bugs : Launchpad itself</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/launchpad/latest-bugs.atom" title="Latest Bugs for Launchpad itself" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev22ade00ab50b929fac63b8ee7252243aceda294a/combo.css" /> <meta name="description" content="Visit https://dev.launchpad.net/ to learn about building and developing Launchpad. Join us on IRC in the #launchpad-dev channel on irc.libera.chat or mail the https://launchpad.net/~launchpad-dev mailing list to discuss fixing bugs. See https://launchpad.net/launchpad-project for details on the other components that make up the project." /> <meta property="og:description" content="Visit https://dev.launchpad.net/ to learn about building and developing Launchpad. Join us on IRC in the #launchpad-dev channel on irc.libera.chat or mail the https://launchpad.net/~launchpad-dev mailing list to discuss fixing bugs. See https://launchpad.net/launchpad-project for details on the other components that make up the project." /> <meta property="og:title" content="Bugs : Launchpad itself" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://bugs.launchpad.net/launchpad/+bugs" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?lp/', comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> <script type="text/javascript"> LPJS.use('lp.registry.structural_subscription', function(Y) { Y.on('domready', function() { Y.lp.registry.structural_subscription.setup( {content_box: "#structural-subscription-content-box"}); }); }); </script> <script type="text/javascript"> LPJS.use('lp.bugs.buglisting', function(Y) { Y.on('domready', function() { var view = new Y.lp.bugs.buglisting.TableView({ active_sort_key: LP.cache.order_by, sort_keys: LP.cache.sort_keys }); view.render(); }) }); </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-bugs main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://bugs.launchpad.net/launchpad/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/launchpad"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/600817174/Canonical_Launchpad_icon_64px.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/launchpad">Launchpad itself</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/launchpad">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/launchpad">Code</a></li> <li class="bugs active"><span>Bugs</span></li> <li class="specifications"><a href="https://blueprints.launchpad.net/launchpad">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/launchpad">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/launchpad">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <div class="top-portlet"> <div> <div id="bugs-search-form" class="dynamic_bug_listing" action=""> <form method="get" name="search" class="primary search dynamic_bug_listing" action=""> <p> <input class="textType" id="field.searchtext" name="field.searchtext" size="20" type="text" value="" /> <input type="submit" name="search" value="Search" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="NEW" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INCOMPLETE_WITH_RESPONSE" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INCOMPLETE_WITHOUT_RESPONSE" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="CONFIRMED" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="TRIAGED" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INPROGRESS" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="FIXCOMMITTED" /> <input class="hiddenType" id="field.assignee" name="field.assignee" type="hidden" value="" /> <input class="hiddenType" id="field.bug_reporter" name="field.bug_reporter" type="hidden" value="" /> <input class="hiddenType" id="field.omit_dupes" name="field.omit_dupes" type="hidden" value="on" /> <input class="hiddenType" id="field.has_patch" name="field.has_patch" type="hidden" value="" /> <input class="hiddenType" id="field.has_no_package" name="field.has_no_package" type="hidden" value="" /> <a href="?advanced=1">Advanced search</a> </p> <div> </div> </form> </div> <div id="bugs-table-listing"> <div class="lesser"><table style="width: 100%;" class="upper-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> &rarr; <strong>75</strong> of 5312 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> &bull; <span class="previous inactive">Previous</span> &bull; <a class="next" rel="next" href="https://bugs.launchpad.net/launchpad/+bugs?memo=75&amp;start=75" id="upper-batch-nav-batchnav-next"><strong>Next</strong></a> &bull; <a class="last" rel="last" href="https://bugs.launchpad.net/launchpad/+bugs?direction=backwards&amp;start=5250" id="upper-batch-nav-batchnav-last">Last</a> </td> </tr> </tbody> </table> </div> <div id="bugs-orderby"></div> <div id="client-listing"><div class="listing"> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#585126</span> <a href="https://bugs.launchpad.net/launchpad/+bug/585126" class="bugtitle">sendbranchmail with lp:~vcs-imports/linux/trunk is eating memory</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">32</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> <span alt="haspatch" title="Has a patch" class="sprite haspatch-icon"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#598575</span> <a href="https://bugs.launchpad.net/launchpad/+bug/598575" class="bugtitle">BugWatch updates on the Redhat Bugzilla are chronically broken</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">28</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#704698</span> <a href="https://bugs.launchpad.net/launchpad/+bug/704698" class="bugtitle">Scripts should run with a database transaction timeout</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#717205</span> <a href="https://bugs.launchpad.net/launchpad/+bug/717205" class="bugtitle">Cannot shut down ReactorNotRunning</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#720403</span> <a href="https://bugs.launchpad.net/launchpad/+bug/720403" class="bugtitle">bzr server error: &quot;file exists&quot; while taking lock</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#724025</span> <a href="https://bugs.launchpad.net/launchpad/+bug/724025" class="bugtitle">BugTask:+index timeout due to high cpu time rendering many bug tasks in bug 230350</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#736005</span> <a href="https://bugs.launchpad.net/launchpad/+bug/736005" class="bugtitle">POFile:+translate timeouts</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">564</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#742916</span> <a href="https://bugs.launchpad.net/launchpad/+bug/742916" class="bugtitle">BranchMergeProposal:+index timeouts - slow query plan</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">26</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#787611</span> <a href="https://bugs.launchpad.net/launchpad/+bug/787611" class="bugtitle">translations-to-branch exports do not handle transient errors well</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">14</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#792185</span> <a href="https://bugs.launchpad.net/launchpad/+bug/792185" class="bugtitle">Error when attempting to push to a packaging branch: Unexpected Zope exception</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">14</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#806348</span> <a href="https://bugs.launchpad.net/launchpad/+bug/806348" class="bugtitle">BzrCheckError: Internal check failed: Cannot add revision(s) to repository: missing chk node(s) for id_to_entry maps</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">72</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#812176</span> <a href="https://bugs.launchpad.net/launchpad/+bug/812176" class="bugtitle">Exceptions during commits are not handled by the publisher</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#869264</span> <a href="https://bugs.launchpad.net/launchpad/+bug/869264" class="bugtitle">Old upstream translations overwrite newer upstream translations in Ubuntu</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">38</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#899003</span> <a href="https://bugs.launchpad.net/launchpad/+bug/899003" class="bugtitle">deadlock detected when importing .po file</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#904683</span> <a href="https://bugs.launchpad.net/launchpad/+bug/904683" class="bugtitle">Updating branch seems to last forever</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">28</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#907515</span> <a href="https://bugs.launchpad.net/launchpad/+bug/907515" class="bugtitle">lp-serve (or bzr) should release connections that do not authenticate quickly</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#912287</span> <a href="https://bugs.launchpad.net/launchpad/+bug/912287" class="bugtitle">test_sigint_exits_cleanly breaks</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">14</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#924865</span> <a href="https://bugs.launchpad.net/launchpad/+bug/924865" class="bugtitle">PoolFileOverwriteError raised by publish-ftpmaster.py</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#925937</span> <a href="https://bugs.launchpad.net/launchpad/+bug/925937" class="bugtitle">maybeConfirmBugtasks times out on bugs with lots of subscribers</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">62</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#927688</span> <a href="https://bugs.launchpad.net/launchpad/+bug/927688" class="bugtitle">Sync page never gets out of &quot;synchronizing...&quot;</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#933402</span> <a href="https://bugs.launchpad.net/launchpad/+bug/933402" class="bugtitle">IntegrityError generating incrementaldiff</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#961032</span> <a href="https://bugs.launchpad.net/launchpad/+bug/961032" class="bugtitle">test suite run leaving stale rabbitmq processes</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#961347</span> <a href="https://bugs.launchpad.net/launchpad/+bug/961347" class="bugtitle">Excessive memory usage by scripts causes swapping</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">14</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#961867</span> <a href="https://bugs.launchpad.net/launchpad/+bug/961867" class="bugtitle">imported bzr branch gets stuck</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">12</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#983766</span> <a href="https://bugs.launchpad.net/launchpad/+bug/983766" class="bugtitle">Error when uploading screenshot incl. a question mark in url</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">14</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#994777</span> <a href="https://bugs.launchpad.net/launchpad/+bug/994777" class="bugtitle">lp.services.job.tests.test_runner.TestTwistedJobRunner.test_timeout_short fails rarely/intermittently in parallel tests</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1014580</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1014580" class="bugtitle">MixedVisibility error in ProductSet:+all and Product:+index pages</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1015716</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1015716" class="bugtitle">codebrowse is hanging/unresponsive</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">16</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1017591</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1017591" class="bugtitle">timeout from a locked repo doing bzr push</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">14</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1018460</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1018460" class="bugtitle">Failure during initial branch scan increases scan time enormously</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">20</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1022334</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1022334" class="bugtitle">The back behaviour is confusing when reporting a bug and launchpad has issues.</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">16</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1035112</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1035112" class="bugtitle">Librarian: psycopg2.OperationalError: could not send data to server: Connection timed out</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">20</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1060616</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1060616" class="bugtitle">subunit stream corruption when python test processes segfault</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusINPROGRESS"> In Progress </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1062638</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1062638" class="bugtitle">Queue accepts occasionally time out due to huge non-SQL time in createMissingBuilds</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1074385</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1074385" class="bugtitle">getMergeProposals(merged_revision=...) is very slow</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1076512</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1076512" class="bugtitle">BugTask:+editstatus timeouts on bugs with many tasks</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">56</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1162192</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1162192" class="bugtitle">Partial pot-files destroy translations</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">14</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1186941</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1186941" class="bugtitle">+activereviews times out showing hundreds of merge proposals</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">12</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1223852</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1223852" class="bugtitle">Branch scanner OOPSes when trying to link private person to a revision</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1231589</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1231589" class="bugtitle">BranchHasPendingWrites: The source branch has pending writes.</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1314569</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1314569" class="bugtitle">PCJ race between process-job-source.py and celery can generate OOPS</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">36</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1317382</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1317382" class="bugtitle">ProductSeries:+index times out with lots of milestones</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">18</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1429358</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1429358" class="bugtitle">Bugs with large numbers of linked branches time out</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1450357</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1450357" class="bugtitle">BugTask:+subscribe times out with lots of duplicates</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1454465</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1454465" class="bugtitle">Series deletion can time out unlinking artifacts from milestones</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1460527</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1460527" class="bugtitle">Librarian has outage sized Swift and Keystone connection timeouts</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">18</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1475358</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1475358" class="bugtitle">Racing package copies crash when trying to create duplicate PackageDiffs</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">12</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1508278</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1508278" class="bugtitle">Very large Bazaar pushes can trigger unlimited volumes of email</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1560889</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1560889" class="bugtitle">Accepting multiple identical syncs from unapproved creates SPR with duplicate BPBs</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1575903</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1575903" class="bugtitle">AJAX bug listing sort redirects to ++model++/+login when logged out, which OOPSes</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">28</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1607242</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1607242" class="bugtitle">Logging into a placeholder person OOPSes if email address already on another person</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">24</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1657292</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1657292" class="bugtitle">Bug task changes are sometimes locked for about ten minutes with no obvious cause</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">38</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1688026</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1688026" class="bugtitle">Deleting git repository with many MPs times out</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1688522</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1688522" class="bugtitle">CommercialProjectsVocabulary calls Person.getOwnedProjects which can apparently return projects where the user doesn&#x27;t have LimitedView</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1695031</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1695031" class="bugtitle">apport retracing service regularly encountering timeouts</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1714902</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1714902" class="bugtitle">Bug creation failing with timeout</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1780035</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1780035" class="bugtitle">Looking up CVE-2018-3639 invariably produces TIMEOUT ERROR</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">20</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1783315</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1783315" class="bugtitle">celery hung after long git repository scan</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">24</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1797532</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1797532" class="bugtitle">GitRefScanJob fails to back off and retry when hosting backend returns 502/503</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1820619</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1820619" class="bugtitle">Unable to rename a project due to timeout</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusINPROGRESS"> In Progress </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1885298</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1885298" class="bugtitle">Package upload process fails to extract control file from ddeb package, raising a SystemError</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#2043704</span> <a href="https://bugs.launchpad.net/launchpad/+bug/2043704" class="bugtitle">ftpmaster death row is getting OOM killed</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#2089045</span> <a href="https://bugs.launchpad.net/launchpad/+bug/2089045" class="bugtitle">Publications of deb and deb-src to Artificatory are missing deb.* and other properties</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#3165</span> <a href="https://bugs.launchpad.net/launchpad/+bug/3165" class="bugtitle">Launchpad sends (unencrypted) mail notifications about private assets</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">314</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#29694</span> <a href="https://bugs.launchpad.net/launchpad/+bug/29694" class="bugtitle">Can only run one soyuz uploader at a time</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">4</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#31479</span> <a href="https://bugs.launchpad.net/launchpad/+bug/31479" class="bugtitle">OOPS reports on retried exceptions should include information about the original query</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">20</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#39630</span> <a href="https://bugs.launchpad.net/launchpad/+bug/39630" class="bugtitle">Older packages are removed when newer versions FTBFS</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">30</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#46577</span> <a href="https://bugs.launchpad.net/launchpad/+bug/46577" class="bugtitle">Zope error logs contain far too much noise</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#48621</span> <a href="https://bugs.launchpad.net/launchpad/+bug/48621" class="bugtitle">BrowserNotifications are not transactional (retries generate multiple notifications, oops still generate notifications)</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">0</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#57418</span> <a href="https://bugs.launchpad.net/launchpad/+bug/57418" class="bugtitle">Publish debtags in Packages file</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">48</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#62976</span> <a href="https://bugs.launchpad.net/launchpad/+bug/62976" class="bugtitle">Soyuz should not allow duplicated packages in NEW/UNAPPROVED queue</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">34</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#66974</span> <a href="https://bugs.launchpad.net/launchpad/+bug/66974" class="bugtitle">Older binary versions are accepted after a package is deleted in the same suite</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#70709</span> <a href="https://bugs.launchpad.net/launchpad/+bug/70709" class="bugtitle">Can&#x27;t search for bugs with no assigned milestone</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">104</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#76744</span> <a href="https://bugs.launchpad.net/launchpad/+bug/76744" class="bugtitle">filebug duplicate finder finds &#x27;invalid&#x27; bugs</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">12</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#82718</span> <a href="https://bugs.launchpad.net/launchpad/+bug/82718" class="bugtitle">&lt;email address hidden&gt; interacts poorly with debian.org</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> </div> </div> <script>LP.mustache_listings = "\u003cdiv class=\"listing\"\u003e\n{{#items}}\n \u003cdiv class=\"buglisting-row\"\u003e\n\n \u003cdiv class=\"buglisting-col1\"\u003e\n {{#show_importance}}\n \u003cdiv class=\"importance {{importance_class}}\"\u003e\n {{importance}}\n \u003c/div\u003e\n {{/show_importance}}\n {{#show_status}}\n \u003cdiv class=\"status {{status_class}}\"\u003e\n {{status}}\n \u003c/div\u003e\n {{/show_status}}\n \u003cdiv class=\"buginfo-extra\"\u003e\n {{#show_information_type}}\n \u003cdiv class=\"information_type\"\u003e\n {{information_type}}\n \u003c/div\u003e\n {{/show_information_type}}\n \u003c/div\u003e\n \u003c/div\u003e\n\n \u003cdiv class=\"buglisting-col2\"\u003e\n \u003cdiv class=\"buginfo\"\u003e\n {{#show_id}}\n \u003cspan class=\"bugnumber\"\u003e#{{id}}\u003c/span\u003e\n {{/show_id}}\n \u003ca href=\"{{bug_url}}\" class=\"bugtitle\"\u003e{{title}}\u003c/a\u003e\n \u003c/div\u003e\n \u003cdiv class=\"buginfo-extra\"\u003e\n {{#show_targetname}}\n \u003cspan class=\"{{bugtarget_css}} field\"\u003e\n {{bugtarget}}\n \u003c/span\u003e\n {{/show_targetname}}\n {{#show_milestone_name}}\n \u003cspan class=\"sprite milestone field\"\u003e\n {{#milestone_name}}\n {{milestone_name}}\n {{/milestone_name}}\n {{^milestone_name}}\n No milestone set\n {{/milestone_name}}\n \u003c/span\u003e\n {{/show_milestone_name}}\n {{#show_date_last_updated}}\n \u003cspan class=\"sprite milestone field\"\u003e\n Last updated {{last_updated}}\n \u003c/span\u003e\n {{/show_date_last_updated}}\n {{#show_assignee}}\n \u003cspan class=\"sprite person field\"\u003e\n {{#assignee}}Assignee: {{assignee}}{{/assignee}}\n {{^assignee}}Assignee: None{{/assignee}}\n \u003c/span\u003e\n {{/show_assignee}}\n {{#show_reporter}}\n \u003cspan class=\"sprite person field\"\u003e\n Reporter: {{reporter}}\n \u003c/span\u003e\n {{/show_reporter}}\n {{#show_datecreated}}\n \u003cspan class=\"sprite aging field\"\u003e\n {{age}}\n \u003c/span\u003e\n {{/show_datecreated}}\n {{#show_tag}}\n \u003cspan class=\"field\"\u003eTags:\n {{^has_tags}}None{{/has_tags}}\n {{#tags}}\n \u003ca href=\"{{url}}\" class=\"tag\"\u003e{{tag}}\u003c/a\u003e\u0026#160;\n {{/tags}}\n \u003c/span\u003e\n {{/show_tag}}\n {{#show_heat}}\n \u003cspan class=\"bug-heat-icons\"\u003e\n {{{bug_heat_html}}}\n \u003c/span\u003e\n {{/show_heat}}\n \u003cspan class=\"bug-related-icons\"\u003e\n {{{badges}}}\n \u003c/span\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\n \u003c/div\u003e\n{{/items}}\n\u003c/div\u003e\n";</script> <div class="lesser"><table style="width: 100%;" class="lower-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> &rarr; <strong>75</strong> of 5312 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> &bull; <span class="previous inactive">Previous</span> &bull; <a class="next" rel="next" href="https://bugs.launchpad.net/launchpad/+bugs?memo=75&amp;start=75" id="lower-batch-nav-batchnav-next"><strong>Next</strong></a> &bull; <a class="last" rel="last" href="https://bugs.launchpad.net/launchpad/+bugs?direction=backwards&amp;start=5250" id="lower-batch-nav-batchnav-last">Last</a> </td> </tr> </tbody> </table> </div> </div> </div> <div class="yui-u"> <div id="structural-subscription-content-box"></div> </div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="bug-portlets"> <div id="involvement" class="portlet"> <ul class="involvement"> <li class="first"> <a href="+filebug" class="menu-link-filebug sprite bugs"> Report a bug </a> </li> <li> <a class="menu-link-filebug sprite answers" href="https://answers.launchpad.net/launchpad/+addquestion"> Ask a question </a> </li> </ul> </div> <div class="portlet"> <ul> </ul> </div> <div class="portlet"> <ul> </ul> <dl id="bug-supervisor"> <dt>Bug supervisor:</dt> <dd> <a href="https://launchpad.net/~launchpad" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/600856263/Canonical_Launchpad_icon_14px.png)">Canonical Launchpad Engineering</a> </dd> </dl> </div> <div class="portlet" id="portlet-bugfilters"> <a id="bugtarget-bugfilters-link" href="/launchpad/+bugtarget-portlet-bugfilters-stats"> </a> <div id="bugfilters-portlet-content"> <ul class="data-list"> <li> <span class="count"></span> <a href="+bugs?search=Search&amp;field.status=New"> New bugs </a> </li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/launchpad/+bugs"> Open bugs </a> </li> <li> <span class="count"></span> <a href="+bugs?search=Search&amp;field.status=In+Progress"> In-progress bugs </a> </li> <li> <span class="count"></span> <a href="+bugs?search=Search&amp;field.importance=Critical&amp;field.status=New&amp;field.status=Incomplete&amp;field.status=Confirmed&amp;field.status=Triaged&amp;field.status=In+Progress&amp;field.status=Fix+Committed"> Critical bugs </a> </li> <li> <span class="count"></span> <a href="+bugs?search=Search&amp;field.importance=High&amp;field.status=New&amp;field.status=Incomplete&amp;field.status=Confirmed&amp;field.status=Triaged&amp;field.status=In+Progress&amp;field.status=Fix+Committed"> High importance bugs </a> </li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/launchpad/+expirable-bugs"> Incomplete bugs </a> (can expire) </li> <li class="breaker"></li> <li class="breaker"></li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/launchpad/+bugs?field.status_upstream=resolved_upstream"> Bugs fixed elsewhere </a> </li> <li> <span class="count"></span> <a href="/launchpad/+patches"> Bugs with patches </a> </li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/launchpad/+bugs?field.has_cve=on"> Open CVE bugs </a> <span> - <a href="/launchpad/+cve"> CVE reports </a> </span> </li> </ul> </div> <script type="text/javascript"> LPJS.use('io-base', 'node', function(Y) { Y.on('domready', function() { var url = Y.one('#bugtarget-bugfilters-link').getAttribute('href'); var handlers = { success: function(transactionid, response, arguments) { Y.one('#bugfilters-portlet-content').set( 'innerHTML', response.responseText); }, failure: function() { Y.one('#bugfilters-portlet-content').set('innerHTML', ''); } }; var request = Y.io(url, {on: handlers}); }); }); </script> </div> <div class="portlet" id="portlet-tags"> <div id="tags-portlet-spinner" class="hidden centered"> <img src="/@@/spinner" /> </div> <a id="tags-content-link" href="/launchpad/+bugtarget-portlet-tags-content"></a> <script type="text/javascript"> LPJS.use('lp.bugs.bugtask.taglist', function(Y) { Y.on('domready', function() { Y.lp.bugs.bugtask.taglist.setup_taglist(); }); }); </script> <a href="" id="show-more-tags-link" class="js-action hidden">Show more tags&hellip;</a> <a href="" id="show-fewer-tags-link" class="js-action hidden">Show fewer tags&hellip;</a> <div class="breaker"></div> </div> </div> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/+tour">Take the tour</a> &nbsp;&bull;&nbsp; <a href="https://help.launchpad.net/">Read the guide</a> &nbsp; <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> &copy; 2004 <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/legal">Terms of use</a> &nbsp;&bull;&nbsp; <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> &nbsp;&bull;&nbsp; <a href="/feedback">Contact Launchpad Support</a> &nbsp;&bull;&nbsp; <a href="http://blog.launchpad.net/">Blog</a> &nbsp;&bull;&nbsp; <a href="https://canonical.com/careers">Careers</a> &nbsp;&bull;&nbsp; <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> &nbsp;&bull;&nbsp; 22ade00 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {"bugs.dynamic_bug_listings.pre_fetch": {"is_beta": false, "title": "Listing pre-fetching", "url": "https://bugs.launchpad.net/launchpad/+bug/888756", "value": null}}, "administratedTeams": [], "importances": ["Unknown", "Undecided", "Critical", "High", "Medium", "Low", "Wishlist"], "statuses": ["New", "Incomplete", "Opinion", "Invalid", "Won't Fix", "Expired", "Confirmed", "Triaged", "In Progress", "Fix Committed", "Fix Released", "Does Not Exist", "Unknown"], "information_types": ["Public", "Public Security", "Private Security", "Private", "Proprietary", "Embargoed"], "target_info": {"title": "Launchpad itself", "url": "https://launchpad.net/launchpad"}, "view_name": "+bugs", "mustache_model": {"items": [{"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/585126", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e32\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e \u003cspan alt=\"haspatch\" title=\"Has a patch\" class=\"sprite haspatch-icon\"\u003e\u003c/span\u003e", "id": 585126, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2024-08-03", "milestone_name": null, "reporter": "Steve McInerney", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=bzr", "tag": "bzr"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=canonical-losa-lp", "tag": "canonical-losa-lp"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-code", "tag": "lp-code"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=patch", "tag": "patch"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=qa-ok", "tag": "qa-ok"}], "title": "sendbranchmail with lp:~vcs-imports/linux/trunk is eating memory", "has_tags": true}, {"age": "14 years old", "assignee": "Steve Kowalik", "bug_url": "https://bugs.launchpad.net/launchpad/+bug/598575", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e28\u003c/span\u003e", "badges": "", "id": 598575, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2015-11-21", "milestone_name": null, "reporter": "Graham Binns", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=bugwatch", "tag": "bugwatch"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-bugs", "tag": "lp-bugs"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=story-reliable-bug-syncing", "tag": "story-reliable-bug-syncing"}], "title": "BugWatch updates on the Redhat Bugzilla are chronically broken", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/704698", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 704698, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2011-05-17", "milestone_name": null, "reporter": "Stuart Bishop", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "Scripts should run with a database transaction timeout", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/717205", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 717205, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-10-22", "milestone_name": null, "reporter": "John A Meinel", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=codehosting-ssh", "tag": "codehosting-ssh"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=twisted", "tag": "twisted"}], "title": "Cannot shut down ReactorNotRunning", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/720403", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 720403, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-10-22", "milestone_name": null, "reporter": "Timmie", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=bzr", "tag": "bzr"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=codehosting-ssh", "tag": "codehosting-ssh"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}], "title": "bzr server error: \"file exists\" while taking lock", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/724025", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 724025, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2011-09-03", "milestone_name": null, "reporter": "Robert Collins", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=qa-ok", "tag": "qa-ok"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "BugTask:+index timeout due to high cpu time rendering many bug tasks in bug 230350", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/736005", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e564\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 736005, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2023-08-09", "milestone_name": null, "reporter": "Robert Collins", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-translations", "tag": "lp-translations"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=qa-ok", "tag": "qa-ok"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "POFile:+translate timeouts", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/742916", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e26\u003c/span\u003e", "badges": "", "id": 742916, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-11-29", "milestone_name": null, "reporter": "Robert Collins", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=branches", "tag": "branches"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "BranchMergeProposal:+index timeouts - slow query plan", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/787611", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e14\u003c/span\u003e", "badges": "", "id": 787611, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-12-16", "milestone_name": null, "reporter": "Aaron Bentley", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-translations", "tag": "lp-translations"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=translations-branch", "tag": "translations-branch"}], "title": "translations-to-branch exports do not handle transient errors well", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/792185", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e14\u003c/span\u003e", "badges": "", "id": 792185, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-12-17", "milestone_name": null, "reporter": "Luke Yelavich", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=codehosting-ssh", "tag": "codehosting-ssh"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}], "title": "Error when attempting to push to a packaging branch: Unexpected Zope exception", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/806348", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e72\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 806348, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2018-03-29", "milestone_name": null, "reporter": "Andrew Bennetts", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=affects-twisted", "tag": "affects-twisted"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=bzr", "tag": "bzr"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=bzr-format", "tag": "bzr-format"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=data-integrity", "tag": "data-integrity"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}], "title": "BzrCheckError: Internal check failed: Cannot add revision(s) to repository: missing chk node(s) for id_to_entry maps", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/812176", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 812176, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-10-22", "milestone_name": null, "reporter": "William Grant", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=critical-analysis", "tag": "critical-analysis"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=regression", "tag": "regression"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=webapp-infrastructure", "tag": "webapp-infrastructure"}], "title": "Exceptions during commits are not handled by the publisher", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/869264", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e38\u003c/span\u003e", "badges": "", "id": 869264, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2016-05-04", "milestone_name": null, "reporter": "\u0414\u0430\u043d\u0438\u043b\u043e \u0428\u0435\u0433\u0430\u043d", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-translations", "tag": "lp-translations"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=message-sharing", "tag": "message-sharing"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=regression", "tag": "regression"}], "title": "Old upstream translations overwrite newer upstream translations in Ubuntu", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/899003", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 899003, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-10-22", "milestone_name": null, "reporter": "zoff99", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-translations", "tag": "lp-translations"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=rosetta-imports", "tag": "rosetta-imports"}], "title": "deadlock detected when importing .po file", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/904683", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e28\u003c/span\u003e", "badges": "", "id": 904683, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2015-12-04", "milestone_name": null, "reporter": "Raphael Collet (OpenERP)", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=branch-scanner", "tag": "branch-scanner"}], "title": "Updating branch seems to last forever", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/907515", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "", "id": 907515, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-10-19", "milestone_name": null, "reporter": "Gary Poster", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=codehosting-ssh", "tag": "codehosting-ssh"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-code", "tag": "lp-code"}], "title": "lp-serve (or bzr) should release connections that do not authenticate quickly", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/912287", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e14\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 912287, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-12-06", "milestone_name": null, "reporter": "Gavin Panella", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=qa-untestable", "tag": "qa-untestable"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=spurious-test-failure", "tag": "spurious-test-failure"}], "title": "test_sigint_exits_cleanly breaks", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/924865", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 924865, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2024-11-12", "milestone_name": null, "reporter": "Diogo Matsubara", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=soyuz-publish", "tag": "soyuz-publish"}], "title": "PoolFileOverwriteError raised by publish-ftpmaster.py", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/925937", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e62\u003c/span\u003e", "badges": "", "id": 925937, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2018-12-28", "milestone_name": null, "reporter": "Mario Moder", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=bugs", "tag": "bugs"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=regression", "tag": "regression"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "maybeConfirmBugtasks times out on bugs with lots of subscribers", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/927688", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 927688, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-02-18", "milestone_name": null, "reporter": "Barry Warsaw", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=derivation", "tag": "derivation"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=package-diff", "tag": "package-diff"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=regression", "tag": "regression"}], "title": "Sync page never gets out of \"synchronizing...\"", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/933402", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 933402, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2018-01-11", "milestone_name": null, "reporter": "Diogo Matsubara", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=code-review", "tag": "code-review"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}], "title": "IntegrityError generating incrementaldiff", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/961032", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 961032, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-12-05", "milestone_name": null, "reporter": "Tom Haddon", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=build-infrastructure", "tag": "build-infrastructure"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=canonical-losa-lp", "tag": "canonical-losa-lp"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=spurious-test-failure", "tag": "spurious-test-failure"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=test-system", "tag": "test-system"}], "title": "test suite run leaving stale rabbitmq processes", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/961347", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e14\u003c/span\u003e", "badges": "", "id": 961347, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-11-27", "milestone_name": null, "reporter": "Curtis Hovey", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=performance", "tag": "performance"}], "title": "Excessive memory usage by scripts causes swapping", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/961867", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e12\u003c/span\u003e", "badges": "", "id": 961867, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-10-22", "milestone_name": null, "reporter": "John Rigby", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=branch-scanner", "tag": "branch-scanner"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=bzr", "tag": "bzr"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=canonical-losa-lp", "tag": "canonical-losa-lp"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-code", "tag": "lp-code"}], "title": "imported bzr branch gets stuck", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/983766", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e14\u003c/span\u003e", "badges": "", "id": 983766, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2015-10-05", "milestone_name": null, "reporter": "Laura Czajkowski", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=404", "tag": "404"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=bugs", "tag": "bugs"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=webapp-infrastructure", "tag": "webapp-infrastructure"}], "title": "Error when uploading screenshot incl. a question mark in url", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/994777", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 994777, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-08-10", "milestone_name": null, "reporter": "Gary Poster", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=spurious-test-failure", "tag": "spurious-test-failure"}], "title": "lp.services.job.tests.test_runner.TestTwistedJobRunner.test_timeout_short fails rarely/intermittently in parallel tests", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1014580", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1014580, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-12-14", "milestone_name": null, "reporter": "Diogo Matsubara", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=privacy", "tag": "privacy"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=teams", "tag": "teams"}], "title": "MixedVisibility error in ProductSet:+all and Product:+index pages", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1015716", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e16\u003c/span\u003e", "badges": "", "id": 1015716, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-06-22", "milestone_name": null, "reporter": "Matthew Wedgwood", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=canonical-losa-lp", "tag": "canonical-losa-lp"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=codebrowse", "tag": "codebrowse"}], "title": "codebrowse is hanging/unresponsive", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1017591", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e14\u003c/span\u003e", "badges": "", "id": 1017591, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-11-29", "milestone_name": null, "reporter": "ilogue", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=bzr", "tag": "bzr"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=codehosting-ssh", "tag": "codehosting-ssh"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-code", "tag": "lp-code"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "timeout from a locked repo doing bzr push", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1018460", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e20\u003c/span\u003e", "badges": "", "id": 1018460, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-10-11", "milestone_name": null, "reporter": "Aaron Bentley", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=branch-scanner", "tag": "branch-scanner"}], "title": "Failure during initial branch scan increases scan time enormously", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1022334", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e16\u003c/span\u003e", "badges": "", "id": 1022334, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2012-11-30", "milestone_name": null, "reporter": "ill", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=bugs", "tag": "bugs"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=javascript", "tag": "javascript"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=ui", "tag": "ui"}], "title": "The back behaviour is confusing when reporting a bug and launchpad has issues.", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1035112", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e20\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 1035112, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2019-09-20", "milestone_name": null, "reporter": "David Ames", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=canonical-losa-lp", "tag": "canonical-losa-lp"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}], "title": "Librarian: psycopg2.OperationalError: could not send data to server: Connection timed out", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1060616", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1060616, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2014-11-24", "milestone_name": null, "reporter": "Robert Collins", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=test-system", "tag": "test-system"}], "title": "subunit stream corruption when python test processes segfault", "has_tags": true}, {"age": "12 years old", "assignee": "Colin Watson", "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1062638", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 1062638, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2018-03-14", "milestone_name": null, "reporter": "William Grant", "status": "In Progress", "status_class": "statusINPROGRESS", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=qa-ok", "tag": "qa-ok"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=queue-page", "tag": "queue-page"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=soyuz-core", "tag": "soyuz-core"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "Queue accepts occasionally time out due to huge non-SQL time in createMissingBuilds", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1074385", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1074385, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2015-09-29", "milestone_name": null, "reporter": "Aaron Bentley", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=api", "tag": "api"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=branches", "tag": "branches"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "getMergeProposals(merged_revision=...) is very slow", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1076512", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e56\u003c/span\u003e", "badges": "", "id": 1076512, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2013-10-09", "milestone_name": null, "reporter": "Marc Deslauriers", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=bugs", "tag": "bugs"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=subscribers", "tag": "subscribers"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "BugTask:+editstatus timeouts on bugs with many tasks", "has_tags": true}, {"age": "11 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1162192", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e14\u003c/span\u003e", "badges": "", "id": 1162192, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2013-04-08", "milestone_name": null, "reporter": "Dirk St\u00f6cker", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-translations", "tag": "lp-translations"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=regression", "tag": "regression"}], "title": "Partial pot-files destroy translations", "has_tags": true}, {"age": "11 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1186941", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e12\u003c/span\u003e", "badges": "", "id": 1186941, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2013-06-03", "milestone_name": null, "reporter": "William Grant", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=code-review", "tag": "code-review"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "+activereviews times out showing hundreds of merge proposals", "has_tags": true}, {"age": "11 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1223852", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1223852, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2013-11-29", "milestone_name": null, "reporter": "Graham Binns", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=branch-scanner", "tag": "branch-scanner"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=privacy", "tag": "privacy"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=teams", "tag": "teams"}], "title": "Branch scanner OOPSes when trying to link private person to a revision", "has_tags": true}, {"age": "11 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1231589", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1231589, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2013-09-27", "milestone_name": null, "reporter": "Lo\u00efc Minier", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=code-review", "tag": "code-review"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}], "title": "BranchHasPendingWrites: The source branch has pending writes.", "has_tags": true}, {"age": "10 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1314569", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e36\u003c/span\u003e", "badges": "", "id": 1314569, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2015-07-29", "milestone_name": null, "reporter": "Colin Watson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "PCJ race between process-job-source.py and celery can generate OOPS", "has_tags": false}, {"age": "10 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1317382", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e18\u003c/span\u003e", "badges": "", "id": 1317382, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2014-05-08", "milestone_name": null, "reporter": "Kent Lin", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=milestones", "tag": "milestones"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=series", "tag": "series"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "ProductSeries:+index times out with lots of milestones", "has_tags": true}, {"age": "9 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1429358", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1429358, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2015-03-10", "milestone_name": null, "reporter": "Colin Watson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=bug-branch-links", "tag": "bug-branch-links"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "Bugs with large numbers of linked branches time out", "has_tags": true}, {"age": "9 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1450357", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 1450357, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2015-04-30", "milestone_name": null, "reporter": "William Grant", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=bugs", "tag": "bugs"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=easy", "tag": "easy"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=subscribers", "tag": "subscribers"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "BugTask:+subscribe times out with lots of duplicates", "has_tags": true}, {"age": "9 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1454465", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1454465, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2015-09-29", "milestone_name": null, "reporter": "Alberto Salvia Novella", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=performance", "tag": "performance"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "Series deletion can time out unlinking artifacts from milestones", "has_tags": true}, {"age": "9 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1460527", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e18\u003c/span\u003e", "badges": "", "id": 1460527, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2015-07-10", "milestone_name": null, "reporter": "Stuart Bishop", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=librarian", "tag": "librarian"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}], "title": "Librarian has outage sized Swift and Keystone connection timeouts", "has_tags": true}, {"age": "9 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1475358", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e12\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 1475358, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2016-05-06", "milestone_name": null, "reporter": "Colin Watson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=package-diff", "tag": "package-diff"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=qa-ok", "tag": "qa-ok"}], "title": "Racing package copies crash when trying to create duplicate PackageDiffs", "has_tags": true}, {"age": "9 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1508278", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1508278, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2015-10-21", "milestone_name": null, "reporter": "William Grant", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=branch-scanner", "tag": "branch-scanner"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=branches", "tag": "branches"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=email", "tag": "email"}], "title": "Very large Bazaar pushes can trigger unlimited volumes of email", "has_tags": true}, {"age": "8 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1560889", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1560889, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2016-03-23", "milestone_name": null, "reporter": "Colin Watson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-soyuz", "tag": "lp-soyuz"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=soyuz-core", "tag": "soyuz-core"}], "title": "Accepting multiple identical syncs from unapproved creates SPR with duplicate BPBs", "has_tags": true}, {"age": "8 years old", "assignee": "Kevin bush", "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1575903", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e28\u003c/span\u003e", "badges": "", "id": 1575903, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2023-12-22", "milestone_name": null, "reporter": "Erik Lovlie", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=internal-api", "tag": "internal-api"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-bugs", "tag": "lp-bugs"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}], "title": "AJAX bug listing sort redirects to ++model++/+login when logged out, which OOPSes", "has_tags": true}, {"age": "8 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1607242", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e24\u003c/span\u003e", "badges": "", "id": 1607242, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2018-03-23", "milestone_name": null, "reporter": "William Grant", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=fallout", "tag": "fallout"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=openid", "tag": "openid"}], "title": "Logging into a placeholder person OOPSes if email address already on another person", "has_tags": true}, {"age": "7 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1657292", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e38\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 1657292, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2020-03-06", "milestone_name": null, "reporter": "T\u00f6r\u00f6k Edwin", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-bugs", "tag": "lp-bugs"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "Bug task changes are sometimes locked for about ten minutes with no obvious cause", "has_tags": true}, {"age": "7 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1688026", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1688026, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2017-05-03", "milestone_name": null, "reporter": "Colin Watson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=git", "tag": "git"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-code", "tag": "lp-code"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "Deleting git repository with many MPs times out", "has_tags": true}, {"age": "7 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1688522", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 1688522, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2017-05-05", "milestone_name": null, "reporter": "Colin Watson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=disclosure", "tag": "disclosure"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-registry", "tag": "lp-registry"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}], "title": "CommercialProjectsVocabulary calls Person.getOwnedProjects which can apparently return projects where the user doesn't have LimitedView", "has_tags": true}, {"age": "7 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1695031", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 1695031, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2017-06-01", "milestone_name": null, "reporter": "Brian Murray", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-bugs", "tag": "lp-bugs"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "apport retracing service regularly encountering timeouts", "has_tags": true}, {"age": "7 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1714902", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1714902, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2018-04-01", "milestone_name": null, "reporter": "Dr. Jens Harbott", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-bugs", "tag": "lp-bugs"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=performance", "tag": "performance"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=search", "tag": "search"}], "title": "Bug creation failing with timeout", "has_tags": true}, {"age": "6 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1780035", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e20\u003c/span\u003e", "badges": "", "id": 1780035, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2018-07-04", "milestone_name": null, "reporter": "Hariprasad S Venkatasubramanian", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=cves", "tag": "cves"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-bugs", "tag": "lp-bugs"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=timeout", "tag": "timeout"}], "title": "Looking up CVE-2018-3639 invariably produces TIMEOUT ERROR", "has_tags": true}, {"age": "6 years old", "assignee": "Colin Watson", "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1783315", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e24\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 1783315, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2018-10-11", "milestone_name": null, "reporter": "Colin Watson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=git", "tag": "git"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-code", "tag": "lp-code"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=regression", "tag": "regression"}], "title": "celery hung after long git repository scan", "has_tags": true}, {"age": "6 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1797532", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 1797532, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2018-10-12", "milestone_name": null, "reporter": "Tom Haddon", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=git", "tag": "git"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-code", "tag": "lp-code"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}], "title": "GitRefScanJob fails to back off and retry when hosting backend returns 502/503", "has_tags": true}, {"age": "5 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1820619", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1820619, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2019-03-18", "milestone_name": null, "reporter": "Tom Haddon", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-registry", "tag": "lp-registry"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}], "title": "Unable to rename a project due to timeout", "has_tags": true}, {"age": "4 years old", "assignee": "Thiago F. Pappacena", "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1885298", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1885298, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2020-06-26", "milestone_name": null, "reporter": "Thiago F. Pappacena", "status": "In Progress", "status_class": "statusINPROGRESS", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=packages", "tag": "packages"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=soyuz-build", "tag": "soyuz-build"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=soyuz-upload", "tag": "soyuz-upload"}], "title": "Package upload process fails to extract control file from ddeb package, raising a SystemError", "has_tags": true}, {"age": "1 year old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/2043704", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 2043704, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2023-12-01", "milestone_name": null, "reporter": "Benjamin Allot", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=soyuz-publish", "tag": "soyuz-publish"}], "title": "ftpmaster death row is getting OOM killed", "has_tags": true}, {"age": "4 days old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/2089045", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 2089045, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2024-11-21", "milestone_name": null, "reporter": "Joao Andre Simioni", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Publications of deb and deb-src to Artificatory are missing deb.* and other properties", "has_tags": false}, {"age": "19 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/3165", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e314\u003c/span\u003e", "badges": "", "id": 3165, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public Security", "last_updated": "on 2019-09-16", "milestone_name": null, "reporter": "Jeff Bailey", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=email", "tag": "email"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=feature", "tag": "feature"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=notifications", "tag": "notifications"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=privacy", "tag": "privacy"}], "title": "Launchpad sends (unencrypted) mail notifications about private assets", "has_tags": true}, {"age": "18 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/29694", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e4\u003c/span\u003e", "badges": "", "id": 29694, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2011-09-20", "milestone_name": null, "reporter": "Christian Reis", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=infrastructure", "tag": "infrastructure"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-soyuz", "tag": "lp-soyuz"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=nodowntime", "tag": "nodowntime"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=ppa", "tag": "ppa"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=soyuz-upload", "tag": "soyuz-upload"}], "title": "Can only run one soyuz uploader at a time", "has_tags": true}, {"age": "18 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/31479", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e20\u003c/span\u003e", "badges": "", "id": 31479, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2011-12-12", "milestone_name": null, "reporter": "Dafydd Harries", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=infrastructure", "tag": "infrastructure"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-foundations", "tag": "lp-foundations"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops-infrastructure", "tag": "oops-infrastructure"}], "title": "OOPS reports on retried exceptions should include information about the original query", "has_tags": true}, {"age": "18 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/39630", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e30\u003c/span\u003e", "badges": "", "id": 39630, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2014-11-25", "milestone_name": null, "reporter": "Dennis Kaarsemaker", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=boobytrap", "tag": "boobytrap"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-soyuz", "tag": "lp-soyuz"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=soyuz-publish", "tag": "soyuz-publish"}], "title": "Older packages are removed when newer versions FTBFS", "has_tags": true}, {"age": "18 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/46577", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 46577, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2011-10-23", "milestone_name": null, "reporter": "Stuart Bishop", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=infrastructure", "tag": "infrastructure"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-foundations", "tag": "lp-foundations"}], "title": "Zope error logs contain far too much noise", "has_tags": true}, {"age": "18 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/48621", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e0\u003c/span\u003e", "badges": "", "id": 48621, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2024-11-04", "milestone_name": null, "reporter": "Stuart Bishop", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=infrastructure", "tag": "infrastructure"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-foundations", "tag": "lp-foundations"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=ui", "tag": "ui"}], "title": "BrowserNotifications are not transactional (retries generate multiple notifications, oops still generate notifications)", "has_tags": true}, {"age": "18 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/57418", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e48\u003c/span\u003e", "badges": "", "id": 57418, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2012-07-17", "milestone_name": null, "reporter": "Jonathan Riddell", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=feature", "tag": "feature"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-soyuz", "tag": "lp-soyuz"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=soyuz-publish", "tag": "soyuz-publish"}], "title": "Publish debtags in Packages file", "has_tags": true}, {"age": "18 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/62976", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e34\u003c/span\u003e", "badges": "", "id": 62976, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2020-12-27", "milestone_name": null, "reporter": "Colin Watson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=boobytrap", "tag": "boobytrap"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-soyuz", "tag": "lp-soyuz"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oops", "tag": "oops"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=rfwtad", "tag": "rfwtad"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=soyuz-upload", "tag": "soyuz-upload"}], "title": "Soyuz should not allow duplicated packages in NEW/UNAPPROVED queue", "has_tags": true}, {"age": "18 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/66974", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 66974, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2011-12-19", "milestone_name": null, "reporter": "Malcolm Cleaton", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=boobytrap", "tag": "boobytrap"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=canonical-losa-lp", "tag": "canonical-losa-lp"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-soyuz", "tag": "lp-soyuz"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=soyuz-upload", "tag": "soyuz-upload"}], "title": "Older binary versions are accepted after a package is deleted in the same suite", "has_tags": true}, {"age": "18 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/70709", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e104\u003c/span\u003e", "badges": "", "id": 70709, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2016-09-09", "milestone_name": null, "reporter": "Stuart Langridge", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=bug-search", "tag": "bug-search"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=bugs", "tag": "bugs"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=linaro", "tag": "linaro"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-bugs", "tag": "lp-bugs"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=oem-services", "tag": "oem-services"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=search", "tag": "search"}], "title": "Can't search for bugs with no assigned milestone", "has_tags": true}, {"age": "17 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/76744", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e12\u003c/span\u003e", "badges": "", "id": 76744, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2015-09-11", "milestone_name": null, "reporter": "Guilherme Salgado", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=dupefinder", "tag": "dupefinder"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=easy", "tag": "easy"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=lp-bugs", "tag": "lp-bugs"}], "title": "filebug duplicate finder finds 'invalid' bugs", "has_tags": true}, {"age": "17 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/82718", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 82718, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2011-12-31", "milestone_name": null, "reporter": "Christian Reis", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=email", "tag": "email"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=notifications", "tag": "notifications"}], "title": "\u003cemail address hidden\u003e interacts poorly with debian.org", "has_tags": true}]}, "next": {"memo": "75", "start": 75}, "prev": null, "total": 5312, "forwards": true, "last_start": 5250, "memo": null, "start": 0, "field_visibility": {"show_datecreated": false, "show_assignee": false, "show_targetname": true, "show_heat": true, "show_id": true, "show_importance": true, "show_information_type": false, "show_date_last_updated": false, "show_milestone_name": false, "show_reporter": false, "show_status": true, "show_tag": false}, "field_visibility_defaults": {"show_datecreated": false, "show_assignee": false, "show_targetname": true, "show_heat": true, "show_id": true, "show_importance": true, "show_information_type": false, "show_date_last_updated": false, "show_milestone_name": false, "show_reporter": false, "show_status": true, "show_tag": false}, "cbl_cookie_name": "anon-buglist-fields", "order_by": "-importance", "sort_keys": [["importance", "Importance", "desc"], ["status", "Status", "asc"], ["information_type", "Information Type", "asc"], ["id", "Number", "desc"], ["title", "Title", "asc"], ["targetname", "Package/Project/Series name", "asc"], ["milestone_name", "Milestone", "asc"], ["date_last_updated", "Date last updated", "desc"], ["assignee", "Assignee", "asc"], ["reporter", "Reporter", "asc"], ["datecreated", "Age", "desc"], ["tag", "Tags", "asc"], ["heat", "Heat", "desc"], ["date_closed", "Date closed", "desc"], ["dateassigned", "Date when the bug task was assigned", "desc"], ["number_of_duplicates", "Number of duplicates", "desc"], ["latest_patch_uploaded", "Date latest patch uploaded", "desc"], ["message_count", "Number of comments", "desc"], ["milestone", "Milestone ID", "desc"], ["task", "Bug task ID", "desc"], ["users_affected_count", "Number of affected users", "desc"]], "context": {"self_link": "https://bugs.launchpad.net/api/devel/launchpad", "web_link": "https://launchpad.net/launchpad", "resource_type_link": "https://bugs.launchpad.net/api/devel/#project", "translations_usage": "Not Applicable", "official_answers": true, "official_blueprints": false, "official_codehosting": true, "official_bugs": true, "information_type": "Public", "active": true, "all_specifications_collection_link": "https://bugs.launchpad.net/api/devel/launchpad/all_specifications", "valid_specifications_collection_link": "https://bugs.launchpad.net/api/devel/launchpad/valid_specifications", "bug_reporting_guidelines": "This is the Launchpad bug queue. Please include the exact URL of a page where you had the problem, along with information on how to reproduce it. If the bug you found generated an OOPS id, please include it here as well.\n\nAlso see https://dev.launchpad.net/BugHandling\n\nIf you're reporting a bug about Ubuntu, you're in the wrong place. Try \u003chttps://bugs.launchpad.net/ubuntu\u003e.\n", "bug_reported_acknowledgement": "Thank you for reporting a bug in Launchpad. Launchpad is open source software. If you want to you can help fix the bug you are reporting. See \u003chttps://dev.launchpad.net/\u003e for more information.\n\nWe will triage your bug soon: we need to make sure we can reproduce it as well as determining where it fits in the project's priorities.", "official_bug_tags": ["403", "404", "answer-contacts", "api", "apocalypse", "boobytrap", "branch-puller", "branch-scanner", "branch-stacking", "branches", "branding", "bug-branch-links", "bug-columns", "bug-nomination", "bug-relationships", "bug-search", "bughistory", "bugs", "bugtag", "bugtrackers", "bugwatch", "build-infrastructure", "buildd-manager", "buildfarm", "canonical-losa-lp", "chr", "code-import", "code-integration", "code-review", "codebrowse", "codehosting-ssh", "codeofconduct", "comments", "confusing-ui", "contact-via-web", "contribution", "css", "cves", "derivation", "disclosure", "distributions", "docs", "dupefinder", "easy", "email", "entitlement", "escalated", "fallout", "faqs", "feature", "feature-flags", "feeds", "form-focus", "gina", "git", "gpg", "help", "hwdb", "i18n", "icons", "ie", "import-queue", "infrastructure", "inline-comments", "internal-api", "jabber", "javascript", "karma", "librarian", "linaro", "lp-answers", "lp-blueprints", "lp-bugs", "lp-code", "lp-foundations", "lp-registry", "lp-snappy", "lp-soyuz", "lp-translations", "lp-web", "mailing-lists", "markup", "merge-deactivate", "message-sharing", "microformats", "milestones", "mirror", "ml-archive-sucks", "motu", "oci", "oem-services", "oops", "oops-infrastructure", "openid", "p3a", "package-branches", "package-copies", "package-diff", "package-link", "package-overrides", "packages", "packagesets", "partner", "patch-tracking", "performance", "person-picker", "planning", "poppy", "ppa", "priority-inheritance", "privacy", "private-projects", "product-release-finder", "project-announcements", "projectgroups", "projects", "python-upgrade", "qa-bad", "qa-needstesting", "qa-ok", "qa-untestable", "questions", "queue-page", "quickly", "recipe", "regression", "related-projects-packages", "releases", "rosetta-imports", "search", "series", "sharing", "soyuz-build", "soyuz-core", "soyuz-ftpmaster-tools", "soyuz-publish", "soyuz-security", "soyuz-upload", "specifications", "sprints", "spurious-test-failure", "ssh", "story-better-bug-notification", "structural-navigation", "subscribers", "tales", "teams", "tech-debt", "template-generation", "test-system", "timeline", "timeout", "tour", "translations-branch", "trivial", "ubuntu-platform", "ubuntu-qa", "ubuntu-upstream-relations", "udd", "ui", "ui-debt", "upgrade", "upstream-translations-sharing", "users", "wcag", "webapp-infrastructure", "wiki", "work-item-tracker"], "recipes_collection_link": "https://bugs.launchpad.net/api/devel/launchpad/recipes", "webhooks_collection_link": "https://bugs.launchpad.net/api/devel/launchpad/webhooks", "bug_supervisor_link": "https://bugs.launchpad.net/api/devel/~launchpad", "active_milestones_collection_link": "https://bugs.launchpad.net/api/devel/launchpad/active_milestones", "all_milestones_collection_link": "https://bugs.launchpad.net/api/devel/launchpad/all_milestones", "translationgroup_link": null, "translationpermission": "Open", "qualifies_for_free_hosting": true, "reviewer_whiteboard": "tag:launchpad.net:2008:redacted", "is_permitted": "tag:launchpad.net:2008:redacted", "project_reviewed": "tag:launchpad.net:2008:redacted", "license_approved": "tag:launchpad.net:2008:redacted", "private": false, "display_name": "Launchpad itself", "icon_link": "https://bugs.launchpad.net/api/devel/launchpad/icon", "logo_link": "https://bugs.launchpad.net/api/devel/launchpad/logo", "name": "launchpad", "owner_link": "https://bugs.launchpad.net/api/devel/~launchpad", "project_group_link": "https://bugs.launchpad.net/api/devel/launchpad-project", "title": "Launchpad itself", "registrant_link": "https://bugs.launchpad.net/api/devel/~launchpad", "driver_link": null, "summary": "Launchpad is a set of Web services to help software developers collaborate.", "description": "Visit https://dev.launchpad.net/ to learn about building and developing Launchpad. Join us on IRC in the #launchpad-dev channel on irc.libera.chat or mail the https://launchpad.net/~launchpad-dev mailing list to discuss fixing bugs.\n\nSee https://launchpad.net/launchpad-project for details on the other components that make up the project.", "date_created": "2008-08-05T17:20:34.829311+00:00", "homepage_url": null, "wiki_url": "https://dev.launchpad.net/", "screenshots_url": null, "download_url": null, "programming_language": "python, javascript", "sourceforge_project": null, "freshmeat_project": null, "brand_link": "https://bugs.launchpad.net/api/devel/launchpad/brand", "branch_sharing_policy": "Public, can be proprietary", "bug_sharing_policy": "Public", "specification_sharing_policy": "Public", "licenses": ["GNU Affero GPL v3"], "license_info": "AGPLv3", "bug_tracker_link": null, "series_collection_link": "https://bugs.launchpad.net/api/devel/launchpad/series", "development_focus_link": "https://bugs.launchpad.net/api/devel/launchpad/trunk", "releases_collection_link": "https://bugs.launchpad.net/api/devel/launchpad/releases", "translation_focus_link": null, "commercial_subscription_link": "https://bugs.launchpad.net/api/devel/launchpad/+commercialsubscription/2297", "commercial_subscription_is_due": false, "remote_product": null, "vcs": "Git", "http_etag": "\"1a0448e4c8019ef65b80c8329fb4921668129a7c-5e5dd22f3e3956a60d4c6a3147fa252de7755fbc\""}};</script> </body> <!-- Facet name: bugs Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 32 queries/external actions issued in 1.24 seconds Features: {'profiling.enabled': None, 'bugs.dynamic_bug_listings.pre_fetch': None, 'hard_timeout': '5000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'ajax.batch_navigator.enabled': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r22ade00 --> </html>

Pages: 1 2 3 4 5 6 7 8 9 10