CINXE.COM
Bug #977804 “Unity crashes when many windows are opened (intel_d...” : Bugs : Debian
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://bugs.launchpad.net/debian/+bug/977804/+index" /> <meta charset="UTF-8" /> <title>Bug #977804 “Unity crashes when many windows are opened (intel_d...” : Bugs : Debian</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="canonical" href="https://bugs.launchpad.net/bugs/977804" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/bugs/977804/bug.atom" title="Bug 977804 Feed" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev22ade00ab50b929fac63b8ee7252243aceda294a/combo.css" /> <meta name="description" content="Unity 5.8.0 (Ubuntu 12.04 Beta) crashes (or hanged up) on Fujitsu-Siemens S7020 (Intel 915GM Express Chipset) very often during attempt to use Dash or switch between applications when many winsows are opened with following error: intel_do_flush_locked failed: No space left on device ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: unity 5.8.0-0ubuntu2 ProcVersionSignature: Ubuntu 3.2.0-22.35-generic-pae 3.2.14 Uname: Linux 3.2.0-22-generic-pae i686 .tmp.unity.support.test.0: ApportVers..." /> <meta property="og:description" content="Unity 5.8.0 (Ubuntu 12.04 Beta) crashes (or hanged up) on Fujitsu-Siemens S7020 (Intel 915GM Express Chipset) very often during attempt to use Dash or switch between applications when many winsows are opened with following error: intel_do_flush_locked failed: No space left on device ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: unity 5.8.0-0ubuntu2 ProcVersionSignature: Ubuntu 3.2.0-22.35-generic-pae 3.2.14 Uname: Linux 3.2.0-22-generic-pae i686 .tmp.unity.support.test.0: ApportVers..." /> <meta property="og:title" content="Bug #977804 “Unity crashes when many windows are opened (intel_d...” : Bugs : Debian" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://bugs.launchpad.net/bugs/977804" /> <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&lp/meta.js&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" id="available-official-tags-js">var available_official_tags = ["a11y", "appstream", "bionic", "bisect-done", "bitesize", "block-proposed", "block-proposed-focal", "block-proposed-jammy", "block-proposed-noble", "block-proposed-oracular", "cherry-pick", "community-security", "dash", "desktop-file", "dist-upgrade", "dnd", "fixed-upstream", "focal", "ftbfs", "hidpi", "hw-specific", "indicators", "jammy", "kernel-bug", "launcher", "lim", "lockscreen", "manpage", "metabug", "multiarch", "multigpu", "multimonitor", "needs-bisect", "needs-design", "needs-packaging", "needs-reassignment", "new-decorations", "noble", "nvidia", "oracular", "package-conflict", "packaging", "panel", "patch", "patch-accepted-debian", "patch-accepted-upstream", "patch-forwarded-debian", "patch-forwarded-upstream", "patch-needswork", "patch-rejected", "patch-rejected-debian", "patch-rejected-upstream", "performing-bisect", "plucky", "qt4-removal", "regression", "regression-proposed", "regression-release", "regression-update", "rls-w-incoming", "rls-x-incoming", "rls-y-icoming", "shortcut", "shortcuts", "spread", "string-fix", "suspend-resume", "switcher", "systemd-boot", "testcase", "theme", "u7-trello-import", "ubuntukylin", "unity-backlog", "unity-panel-service", "unmetdeps", "update-excuse", "upgrade-software-version", "verification-done-bionic", "verification-done-focal", "verification-done-jammy", "verification-done-noble", "verification-done-oracular", "verification-failed-bionic", "verification-failed-jammy", "verification-needed-bionic", "verification-needed-focal", "verification-needed-jammy", "verification-needed-noble", "verification-needed-oracular", "wayland", "workspace"];</script> <script type="text/javascript"> LPJS.use('base', 'node', 'oop', 'event', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.code.branchmergeproposal.diff', 'lp.app.comment', 'lp.services.messages.edit', function(Y) { Y.on('domready', function() { Y.lp.code.branchmergeproposal.diff.connect_diff_links(); Y.lp.bugs.bugtask_index.setup_bugtask_index(); Y.lp.bugs.bugtask_index.setup_bugtask_table(); LP.cache.comment_context = LP.cache.bug; var cl = new Y.lp.app.comment.CommentList(); cl.render(); var sl = new Y.lp.bugs.subscribers.createBugSubscribersLoader({ container_box: '#other-bug-subscribers', subscribers_details_view: '/+bug-portlet-subscribers-details', subscribe_someone_else_link: '.menu-link-addsubscriber' }, window); Y.lp.services.messages.edit.setup(); }); }); </script> <style type="text/css"> /* Align the 'add comment' link to the right of the comment box. */ #add-comment-form textarea { width: 100%; } #add-comment-form { max-width: 60em; padding-bottom: 4em; } #add-comment-form .actions {float: right;} .buglink-summary dd { font-size: 10px; } a#privacy-link:link:hover, a#privacy-link:visited:hover {text-decoration:none;} </style> <style type="text/css"> .yui3-overlay .value label { /* It normally makes sense for form labels to be bold, but since this form consists only of radio buttons, there's nothing but labels so we just get wall-to-wall bold. */ font-weight: normal !important; } </style> </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/debian/+bug/977804/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/debian"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/23668930/debian64.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/debian">Debian</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/debian">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/debian">Code</a></li> <li class="bugs active"><a href="https://bugs.launchpad.net/debian">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/debian">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/debian">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/debian">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"> <h1 id="edit-title"> <span class="yui3-editable_text-text ellipsis" style="max-width: 95%;"> Unity crashes when many windows are opened (intel_do_flush_locked failed: No space left on device) </span> </h1> <div id="registration" class="registering"> Bug #977804 reported by <a href="https://launchpad.net/~alexus-m" class="sprite person">alexus</a> <time title="2012-04-10 07:29:08 UTC" datetime="2012-04-10T07:29:08.947297+00:00">on 2012-04-10</time> </div> </div> <div id="request-notifications"> </div> <div> <div id="bug-is-duplicate"> </div> <div style="float: right;"> <span><a href="/+help-bugs/bug-heat.html" target="help" class="sprite flame">212</a></span> </div> <div class="actions"> <span id="affectsmetoo" style="display: inline">This bug affects 37 people</span> </div> <table id="affected-software" class="listing"> <thead> <tr> <th colspan="2">Affects</th> <th>Status</th> <th>Importance</th> <th>Assigned to</th> <th>Milestone</th> </tr> </thead> <tbody> <tr id="tasksummary1204643"> <td> </td> <td> <span id="bugtarget-picker-tasksummary1204643"> <span class="yui3-activator-data-box"> <a class="sprite product" href="https://bugs.launchpad.net/unity">Unity</a> </span> <div class="yui3-activator-message-box yui3-activator-hidden"></div> </span> </td> <td style="width: 20%; vertical-align: middle"> <div class="status-content" style="width: 100%; float: left"> <span style="float: left" class="value statusCONFIRMED">Confirmed</span> </div> </td> <td style="width: 15em; vertical-align: middle"> <div class="importance-content" style="width: 100%; float: left"> <span style="float: left" class="value importanceUNDECIDED">Undecided</span> </div> </td> <td style="width:20%; margin: 0; padding: 0; vertical-align: middle; padding-left: 0.5em"> <span id="assignee-picker-tasksummary1204643"> <span class="yui3-activator-data-box"> Unassigned </span> <div class="yui3-activator-message-box yui3-activator-hidden"></div> </span> </td> <td style="width: 20%; vertical-align: middle"> <div class="milestone-content" style="width: 100%; float: left"> <a class="value" href=""></a> </div> </td> </tr> <tr class="highlight" id="tasksummary1281571"> <td> </td> <td> <span id="bugtarget-picker-tasksummary1281571"> <span class="yui3-activator-data-box"> <a class="sprite distribution" href="https://bugs.launchpad.net/debian">Debian</a> </span> <div class="yui3-activator-message-box yui3-activator-hidden"></div> </span> </td> <td style="width: 20%; vertical-align: middle"> <div class="status-content" style="width: 100%; float: left"> <span style="float: left" class="value statusNEW">New</span> </div> </td> <td style="width: 15em; vertical-align: middle"> <div class="importance-content" style="width: 100%; float: left"> <span style="float: left" class="value importanceUNKNOWN">Unknown</span> </div> </td> <td style="width:20%; margin: 0; padding: 0; vertical-align: middle; padding-left: 0.5em"> <div style="text-decoration: none; padding: 0.25em"> <span class="sprite bug-remote"></span> <a class="link-external" href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686157">debbugs #686157</a> </div> </td> <td style="width: 20%; vertical-align: middle"> </td> </tr> <tr id="tasksummary1220960"> <td> </td> <td> <span id="bugtarget-picker-tasksummary1220960"> <span class="yui3-activator-data-box"> <a class="sprite package-source" href="https://bugs.launchpad.net/fedora/+source/mesa" title="No current release for this source package in Fedora">mesa (Fedora)</a> </span> <div class="yui3-activator-message-box yui3-activator-hidden"></div> </span> </td> <td style="width: 20%; vertical-align: middle"> <div class="status-content" style="width: 100%; float: left"> <span style="float: left" class="value statusWONTFIX">Won't Fix</span> </div> </td> <td style="width: 15em; vertical-align: middle"> <div class="importance-content" style="width: 100%; float: left"> <span style="float: left" class="value importanceUNDECIDED">Undecided</span> </div> </td> <td style="width:20%; margin: 0; padding: 0; vertical-align: middle; padding-left: 0.5em"> <div style="text-decoration: none; padding: 0.25em"> <a target="help" class="icon help" href="https://bugs.launchpad.net/bugs/977804/+watch/99328/+error-help#UNKNOWN"> <span class="sprite warning-icon" id="bugwatch-error-sprite" title="Launchpad couldn't import bug #830772 from Red Hat Bugzilla."></span> </a> <a class="link-external" href="https://bugzilla.redhat.com/show_bug.cgi?id=830772">redhat-bugs #830772</a> </div> </td> <td style="width: 20%; vertical-align: middle"> </td> </tr> <tr id="tasksummary1210207"> <td> </td> <td> <span id="bugtarget-picker-tasksummary1210207"> <span class="yui3-activator-data-box"> <a class="sprite package-source" href="https://bugs.launchpad.net/ubuntu/+source/mesa" title="Latest release: 23.2.1-1ubuntu3.1~22.04.3, uploaded to main on 2024-10-10 07:48:10.585464+00:00 by Timo Aaltonen (tjaalton), maintained by Ubuntu Developers (ubuntu-devel-discuss-lists)">mesa (Ubuntu)</a> </span> <div class="yui3-activator-message-box yui3-activator-hidden"></div> </span> </td> <td style="width: 20%; vertical-align: middle"> <div class="status-content" style="width: 100%; float: left"> <span style="float: left" class="value statusINCOMPLETE">Incomplete</span> </div> </td> <td style="width: 15em; vertical-align: middle"> <div class="importance-content" style="width: 100%; float: left"> <span style="float: left" class="value importanceLOW">Low</span> </div> </td> <td style="width:20%; margin: 0; padding: 0; vertical-align: middle; padding-left: 0.5em"> <span id="assignee-picker-tasksummary1210207"> <span class="yui3-activator-data-box"> Unassigned </span> <div class="yui3-activator-message-box yui3-activator-hidden"></div> </span> </td> <td style="width: 20%; vertical-align: middle"> <div class="milestone-content" style="width: 100%; float: left"> <a class="value" href=""></a> </div> </td> </tr> <tr id="tasksummary1167397"> <td> </td> <td> <span id="bugtarget-picker-tasksummary1167397"> <span class="yui3-activator-data-box"> <a class="sprite package-source" href="https://bugs.launchpad.net/ubuntu/+source/unity" title="Latest release: 7.7.0+23.04.20230222.2-0ubuntu7, uploaded to universe on 2024-03-31 08:31:09.067603+00:00 by Steve Langasek (vorlon), maintained by Ubuntu Developers (ubuntu-devel-discuss-lists)">unity (Ubuntu)</a> </span> <div class="yui3-activator-message-box yui3-activator-hidden"></div> </span> </td> <td style="width: 20%; vertical-align: middle"> <div class="status-content" style="width: 100%; float: left"> <span style="float: left" class="value statusCONFIRMED">Confirmed</span> </div> </td> <td style="width: 15em; vertical-align: middle"> <div class="importance-content" style="width: 100%; float: left"> <span style="float: left" class="value importanceUNDECIDED">Undecided</span> </div> </td> <td style="width:20%; margin: 0; padding: 0; vertical-align: middle; padding-left: 0.5em"> <span id="assignee-picker-tasksummary1167397"> <span class="yui3-activator-data-box"> Unassigned </span> <div class="yui3-activator-message-box yui3-activator-hidden"></div> </span> </td> <td style="width: 20%; vertical-align: middle"> <div class="milestone-content" style="width: 100%; float: left"> <a class="value" href=""></a> </div> </td> </tr> </tbody> </table> <div id="maincontentsub"> <div class="top-portlet"> <div itemprop="mainContentOfPage" class="report"> <div> <div class="lazr-multiline-edit" id="edit-description"> <div class="clearfix"> <h3>Bug Description</h3> </div> <div class="yui3-editable_text-text"><p>Unity 5.8.0 (Ubuntu 12.04 Beta) crashes (or hanged up) on Fujitsu-Siemens S7020 (Intel 915GM Express Chipset) very often during attempt to use Dash or switch between applications when many winsows are opened with following error:<br /> intel_do_<wbr />flush_locked failed: No space left on device</p> <p>ProblemType: Bug<br /> DistroRelease: Ubuntu 12.04<br /> Package: unity 5.8.0-0ubuntu2<br /> ProcVersionSign<wbr />ature: Ubuntu 3.2.0-22.<wbr />35-generic-<wbr />pae 3.2.14<br /> Uname: Linux 3.2.0-22-<wbr />generic-<wbr />pae i686<br /> .tmp.unity.<wbr />support.<wbr />test.0:</p> <p>ApportVersion: 2.0-0ubuntu4<br /> Architecture: i386<br /> CompizPlugins: [core,composite<wbr />,opengl,<wbr />compiztoolbox,<wbr />decor,vpswitch,<wbr />snap,mousepoll,<wbr />resize,<wbr />place,move,<wbr />wall,grid,<wbr />regex,imgpng,<wbr />session,<wbr />gnomecompat,<wbr />animation,<wbr />fade,unitymtgra<wbr />bhandles,<wbr />workarounds,<wbr />scale,expo,<wbr />ezoom,unityshel<wbr />l]<br /> CompositorRunning: compiz<br /> Date: Tue Apr 10 11:25:45 2012<br /> DistUpgraded: Fresh install<br /> DistroCodename: precise<br /> DistroVariant: ubuntu<br /> InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120314)<br /> MachineType: FUJITSU SIEMENS LIFEBOOK S7020<br /> PccardctlIdent:<br /> Socket 0:<br /> no product info available<br /> PccardctlStatus:<br /> Socket 0:<br /> no card<br /> ProcKernelCmdLine: BOOT_IMAGE=<wbr />/boot/vmlinuz-<wbr />3.2.0-22-<wbr />generic-<wbr />pae root=UUID=<wbr />e6a4deb8-<wbr />3e53-4afb-<wbr />aed8-9975373092<wbr />62 ro quiet splash vt.handoff=7<br /> SourcePackage: unity<br /> UpgradeStatus: No upgrade log present (probably fresh install)<br /> dmi.bios.date: 09/16/2005<br /> dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.<br /> dmi.bios.version: Version 1.07<br /> dmi.board.name: FJNB19C<br /> dmi.board.vendor: FUJITSU<br /> dmi.board.version: CP234410-02<br /> dmi.chassis.type: 10<br /> dmi.chassis.vendor: FUJITSU SIEMENS<br /> dmi.chassis.<wbr />version: S7020<br /> dmi.modalias: dmi:bvnFUJITSU/<wbr />/PhoenixTechnol<wbr />ogiesLtd.<wbr />:bvrVersion1.<wbr />07:bd09/<wbr />16/2005:<wbr />svnFUJITSUSIEME<wbr />NS:pnLIFEBOOKS7<wbr />020:pvr:<wbr />rvnFUJITSU:<wbr />rnFJNB19C:<wbr />rvrCP234410-<wbr />02:cvnFUJITSUSI<wbr />EMENS:ct10:<wbr />cvrS7020:<br /> dmi.product.name: LIFEBOOK S7020<br /> dmi.sys.vendor: FUJITSU SIEMENS<br /> version.compiz: compiz 1:0.9.7.4-0ubuntu3<br /> version.libdrm2: libdrm2 2.4.32-1ubuntu1<br /> version.<wbr />libgl1-<wbr />mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3<br /> version.<wbr />libgl1-<wbr />mesa-dri-<wbr />experimental: libgl1-<wbr />mesa-dri-<wbr />experimental N/A<br /> version.<wbr />libgl1-<wbr />mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3<br /> version.<wbr />xserver-<wbr />xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10<br /> version.<wbr />xserver-<wbr />xorg-input-<wbr />evdev: xserver-<wbr />xorg-input-<wbr />evdev 1:2.7.0-0ubuntu1<br /> version.<wbr />xserver-<wbr />xorg-video-<wbr />ati: xserver-<wbr />xorg-video-<wbr />ati 1:6.14.<wbr />99~git20111219.<wbr />aacbd629-<wbr />0ubuntu2<br /> version.<wbr />xserver-<wbr />xorg-video-<wbr />intel: xserver-<wbr />xorg-video-<wbr />intel 2:2.17.0-1ubuntu4<br /> version.<wbr />xserver-<wbr />xorg-video-<wbr />nouveau: xserver-<wbr />xorg-video-<wbr />nouveau 1:0.0.16+<wbr />git20111201+<wbr />b5534a1-<wbr />1build2</p></div> </div> </div> <div style="margin:-10px 0 20px 5px" class="clearfix"> <span>See <a href="comments/0">original description</a></span> </div> <div id="bug-tags"> <span id="tags-heading"> Tags: </span> <span id="tag-list"> <a class="unofficial-tag" href="/debian/+bugs?field.tag=apport-bug">apport-bug</a> <a class="unofficial-tag" href="/debian/+bugs?field.tag=compiz-0.9">compiz-0.9</a> <a class="unofficial-tag" href="/debian/+bugs?field.tag=i386">i386</a> <a class="unofficial-tag" href="/debian/+bugs?field.tag=precise">precise</a> <a class="unofficial-tag" href="/debian/+bugs?field.tag=ubuntu">ubuntu</a> </span> </div> <script type="text/javascript"> LPJS.use('event', 'node', 'lp.bugs.tags_entry', function(Y) { Y.on('domready', function(e) { Y.lp.bugs.tags_entry.setup_tag_entry( available_official_tags); }, window); }); </script> <div class="clearfix"></div> </div> <div id="branches-and-cves"> <div id="bug-branches-container" style="float: left"> </div><!-- bug-branch-container --> <div class="clearfix"></div> </div> <!-- branches and CVEs --> </div> <div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/1" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~alexus-m" class="sprite person">alexus (alexus-m)</a> wrote <time itemprop="commentTime" datetime="2012-04-10T07:29:08.947297+00:00" title="2012-04-10 07:29:08 UTC">on 2012-04-10</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/1"> #1</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <ul style="margin-bottom: 1em"> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038578/+files/.tmp.unity.log.1.txt" class="sprite download-icon">.tmp.unity.log.1.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038578">Edit</a> (7.1 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038579/+files/.tmp.unity.log.2.txt" class="sprite download-icon">.tmp.unity.log.2.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038579">Edit</a> (11.8 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038580/+files/.tmp.unity.log.3.txt" class="sprite download-icon">.tmp.unity.log.3.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038580">Edit</a> (6.1 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038581/+files/.tmp.unity.log.4.txt" class="sprite download-icon">.tmp.unity.log.4.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038581">Edit</a> (6.1 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038582/+files/BootDmesg.txt" class="sprite download-icon">BootDmesg.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038582">Edit</a> (54.2 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038583/+files/BootLog.gz" class="sprite download-icon">BootLog.gz</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038583">Edit</a> (690 bytes, application/x-gzip) </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038584/+files/CurrentDmesg.txt" class="sprite download-icon">CurrentDmesg.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038584">Edit</a> (3.3 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038585/+files/Dependencies.txt" class="sprite download-icon">Dependencies.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038585">Edit</a> (7.0 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038586/+files/DpkgLog.txt" class="sprite download-icon">DpkgLog.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038586">Edit</a> (355.7 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038587/+files/GconfCompiz.txt" class="sprite download-icon">GconfCompiz.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038587">Edit</a> (27.9 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038588/+files/GraphicsCard.txt" class="sprite download-icon">GraphicsCard.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038588">Edit</a> (219 bytes, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038589/+files/LightdmLog.txt" class="sprite download-icon">LightdmLog.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038589">Edit</a> (2.2 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038590/+files/Lspci.txt" class="sprite download-icon">Lspci.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038590">Edit</a> (12.5 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038591/+files/Lsusb.txt" class="sprite download-icon">Lsusb.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038591">Edit</a> (314 bytes, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038592/+files/MonitorsUser.xml.txt" class="sprite download-icon">MonitorsUser.xml.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038592">Edit</a> (746 bytes, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038593/+files/ProcCpuinfo.txt" class="sprite download-icon">ProcCpuinfo.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038593">Edit</a> (562 bytes, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038594/+files/ProcEnviron.txt" class="sprite download-icon">ProcEnviron.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038594">Edit</a> (280 bytes, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038595/+files/ProcInterrupts.txt" class="sprite download-icon">ProcInterrupts.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038595">Edit</a> (1.2 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038596/+files/ProcModules.txt" class="sprite download-icon">ProcModules.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038596">Edit</a> (2.6 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038597/+files/UdevDb.txt" class="sprite download-icon">UdevDb.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038597">Edit</a> (103.5 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038598/+files/UdevLog.txt" class="sprite download-icon">UdevLog.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038598">Edit</a> (243.7 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038599/+files/UnitySupportTest.txt" class="sprite download-icon">UnitySupportTest.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038599">Edit</a> (599 bytes, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038600/+files/XorgLog.txt" class="sprite download-icon">XorgLog.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038600">Edit</a> (34.9 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038601/+files/XorgLogOld.txt" class="sprite download-icon">XorgLogOld.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038601">Edit</a> (29.5 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038602/+files/Xrandr.txt" class="sprite download-icon">Xrandr.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038602">Edit</a> (4.1 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038603/+files/dmidecode.txt.txt" class="sprite download-icon">dmidecode.txt.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038603">Edit</a> (15.2 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038604/+files/locale.txt" class="sprite download-icon">locale.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038604">Edit</a> (311 bytes, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038605/+files/peripherals.txt" class="sprite download-icon">peripherals.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038605">Edit</a> (838 bytes, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038606/+files/setxkbmap.txt" class="sprite download-icon">setxkbmap.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038606">Edit</a> (285 bytes, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038607/+files/xdpyinfo.txt" class="sprite download-icon">xdpyinfo.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038607">Edit</a> (9.7 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038608/+files/xinput.txt" class="sprite download-icon">xinput.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038608">Edit</a> (913 bytes, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038609/+files/xkbcomp.txt" class="sprite download-icon">xkbcomp.txt</a> <a class="sprite edit action-icon" href="/debian/+bug/977804/+attachment/3038609">Edit</a> (59.3 KiB, text/plain; charset="utf-8") </li> </ul> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10"></textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/2" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~janitor" class="sprite person-inactive">Launchpad Janitor (janitor)</a> wrote <time itemprop="commentTime" datetime="2012-04-10T17:28:51.720836+00:00" title="2012-04-10 17:28:51 UTC">on 2012-04-10</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/2"> #2</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Status changed to 'Confirmed' because the bug affects multiple users.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Status changed to 'Confirmed' because the bug affects multiple users.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in unity (Ubuntu): </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> New → Confirmed </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/3" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~bene-d" class="sprite person">Béné (bene-d)</a> wrote <time itemprop="commentTime" datetime="2012-04-17T16:55:59.400180+00:00" title="2012-04-17 16:55:59 UTC">on 2012-04-17</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/3"> #3</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Because of the bug unity 3D is unusable for me in dual monitor mode. (Crashes roughly every 10 mins.)<br /> Single monitor mode is fine so far.</p> <p>Im using todays daily with all updates installed on a Dell Inspiron E1505 with an Intel 945GM/GMS graphics card.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Because of the bug unity 3D is unusable for me in dual monitor mode. (Crashes roughly every 10 mins.) Single monitor mode is fine so far. Im using todays daily with all updates installed on a Dell Inspiron E1505 with an Intel 945GM/GMS graphics card.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/4" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~bene-d" class="sprite person">Béné (bene-d)</a> wrote <time itemprop="commentTime" datetime="2012-04-18T12:48:52.513379+00:00" title="2012-04-18 12:48:52 UTC">on 2012-04-18</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/4"> #4</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>The bug also happens in single monitor mode - not as often however. It is often triggered by opening the dash or by calling the exposé-like overview of one application's opened windows.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">The bug also happens in single monitor mode - not as often however. It is often triggered by opening the dash or by calling the exposé-like overview of one application's opened windows.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/5" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~leandro-pangea" class="sprite person">Leandro (leandro-pangea)</a> wrote <time itemprop="commentTime" datetime="2012-04-23T19:12:14.544402+00:00" title="2012-04-23 19:12:14 UTC">on 2012-04-23</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/5"> #5</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>This bug is really annoying. I confirm the behaviour on my Dell Latitude D430 (Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)).</p> <p>It makes my laptop nearly unusable as it happens randomly and sometimes in periods of 10-30 minutes. The screen freezes and a restart is needed. Not sure if this is a unity bug or more an X issue (Intel driver) but it really makes this Ubuntu release unstable and unusable for anyone experiencing this bug.</p> <p>The message is "intel_<wbr />do_flush_<wbr />locked failed: No space left on device" after the screen freeze.</p> <p>Leandro.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">This bug is really annoying. I confirm the behaviour on my Dell Latitude D430 (Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)). It makes my laptop nearly unusable as it happens randomly and sometimes in periods of 10-30 minutes. The screen freezes and a restart is needed. Not sure if this is a unity bug or more an X issue (Intel driver) but it really makes this Ubuntu release unstable and unusable for anyone experiencing this bug. The message is "intel_do_flush_locked failed: No space left on device" after the screen freeze. Leandro.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/6" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~bertvoegele-deactivatedaccount" class="sprite person-inactive">Bert Voegele (bertvoegele-deactivatedaccount)</a> wrote <time itemprop="commentTime" datetime="2012-05-06T09:05:43.946416+00:00" title="2012-05-06 09:05:43 UTC">on 2012-05-06</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/6"> #6</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>This error ("intel_<wbr />do_flush_<wbr />locked failed: No space left on device") does also affect Gnome Shell users with said Intel Graphics. Gnome Shell dies upon this and no keystrokes are forwarded to applications, although mouse and application menus do work. This happens with on a single monitor with approx. 10 to 15 applications/<wbr />windows open on multiple workspaces (usually 3 or 4).</p> <p>Workarounds / Quickfix / Rescue:<br /> * sudo gdm restart (from a TTY)<br /> * gnome-shell --replace -d :0</p> <p>The second workaround keeps the running applications.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">This error ("intel_do_flush_locked failed: No space left on device") does also affect Gnome Shell users with said Intel Graphics. Gnome Shell dies upon this and no keystrokes are forwarded to applications, although mouse and application menus do work. This happens with on a single monitor with approx. 10 to 15 applications/windows open on multiple workspaces (usually 3 or 4). Workarounds / Quickfix / Rescue: * sudo gdm restart (from a TTY) * gnome-shell --replace -d :0 The second workaround keeps the running applications. </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/7" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~borgified" class="sprite person">Fwiffo (borgified)</a> wrote <time itemprop="commentTime" datetime="2012-05-10T21:36:51.572211+00:00" title="2012-05-10 21:36:51 UTC">on 2012-05-10</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/7"> #7</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>unity --reset also gets you going again (control-alt-f1 first)<br /> happens all the time, at least 5+ times a day</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">unity --reset also gets you going again (control-alt-f1 first) happens all the time, at least 5+ times a day</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/8" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~bojo42" class="sprite person">bojo42 (bojo42)</a> wrote <time itemprop="commentTime" datetime="2012-05-13T07:38:03.546849+00:00" title="2012-05-13 07:38:03 UTC">on 2012-05-13</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/8"> #8</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Same here with "intel_<wbr />do_flush_<wbr />locked failed: No space left on device" on up to date precise amd64 and a HP NC6400 with 945GM. The workaround for Unity is CTRL-ALT-F1 and "unity --replace". So at least X does not crash and our opened windows and unsaved data are still there, but it is so annoying and after all the destop is unstable.</p> <p>Who has ideas for further debugging?</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Same here with "intel_do_flush_locked failed: No space left on device" on up to date precise amd64 and a HP NC6400 with 945GM. The workaround for Unity is CTRL-ALT-F1 and "unity --replace". So at least X does not crash and our opened windows and unsaved data are still there, but it is so annoying and after all the destop is unstable. Who has ideas for further debugging?</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/9" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~lopo" class="sprite person">Enrico Battocchi (lopo)</a> wrote <time itemprop="commentTime" datetime="2012-05-22T23:08:00.566262+00:00" title="2012-05-22 23:08:00 UTC">on 2012-05-22</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/9"> #9</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Same here on a Asus Eee PC 100H sporting an Intel 945GSE (on lspci: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller).</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Same here on a Asus Eee PC 100H sporting an Intel 945GSE (on lspci: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller).</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/10" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~pm19034" class="sprite person">Ben Bana (pm19034)</a> wrote <time itemprop="commentTime" datetime="2012-05-24T06:45:44.554268+00:00" title="2012-05-24 06:45:44 UTC">on 2012-05-24</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/10"> #10</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Same here on Dell D820<br /> VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Same here on Dell D820 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div class="boardComment"> <div class="boardCommentDetails"> <a href="https://launchpad.net/~vanvugt" class="sprite person">Daniel van Vugt (vanvugt)</a> <time title="2012-05-24 07:07:37 UTC" datetime="2012-05-24T07:07:37.211890+00:00">on 2012-05-24</time> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td style="text-align: right;"> <b>summary</b>: </td> <td> - Unity crashes when many windows are opened<br />+ Unity crashes when many windows are opened (intel_do_flush_locked<br />+ failed: No space left on device) </td> </tr> <tr> <td colspan="2">Changed in unity: </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> New → Confirmed </td> </tr> </table> </div> </div> <div class="boardComment"> <div class="boardCommentDetails"> <a href="https://launchpad.net/~christoforos-vasilatos" class="sprite person">Christoforos Vasilatos (christoforos-vasilatos)</a> <time title="2012-05-31 12:41:30 UTC" datetime="2012-05-31T12:41:30.645130+00:00">on 2012-05-31</time> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td style="text-align: right;"> <b>description</b>: </td> <td> updated </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/11" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~henrik-hw0" class="sprite person">Henrik S. (henrik-hw0)</a> wrote <time itemprop="commentTime" datetime="2012-06-02T11:51:03.922855+00:00" title="2012-06-02 11:51:03 UTC">on 2012-06-02</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/11"> #11</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Tried to run the game Bastion and get the message:<br /> "intel_<wbr />do_flush_<wbr />locked failed: No such file or directory"</p> <p>uname reports:<br /> Linux henrik-laptop 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux</p> <p>and lspci reports:<br /> 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)<br /> 00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) (rev 0c)</p> <p>I guess it's the samme issue. and i run gnome 3 so clearly it's not an issue with unity. my guess is it's either an issue with the kernel driver or mesa. maintainers should check upstream for fixes.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Tried to run the game Bastion and get the message: "intel_do_flush_locked failed: No such file or directory" uname reports: Linux henrik-laptop 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux and lspci reports: 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c) 00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) (rev 0c) I guess it's the samme issue. and i run gnome 3 so clearly it's not an issue with unity. my guess is it's either an issue with the kernel driver or mesa. maintainers should check upstream for fixes.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/12" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~janitor" class="sprite person-inactive">Launchpad Janitor (janitor)</a> wrote <time itemprop="commentTime" datetime="2012-06-02T11:51:16.262958+00:00" title="2012-06-02 11:51:16 UTC">on 2012-06-02</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/12"> #12</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Status changed to 'Confirmed' because the bug affects multiple users.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Status changed to 'Confirmed' because the bug affects multiple users.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in mesa (Ubuntu): </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> New → Confirmed </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/13" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~ossjunkie" class="sprite person">ossjunkie (ossjunkie)</a> wrote <time itemprop="commentTime" datetime="2012-06-04T23:27:56.012556+00:00" title="2012-06-04 23:27:56 UTC">on 2012-06-04</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/13"> #13</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Please test if the newest mesa update also fixes our issue:</p> <p><a rel="nofollow" href="https://launchpad.net/ubuntu/+source/mesa/8.0.2-0ubuntu3.1/+changelog">https:/<wbr />/launchpad.<wbr />net/ubuntu/<wbr />+source/<wbr />mesa/8.<wbr />0.2-0ubuntu3.<wbr />1/+changelog</a></p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Please test if the newest mesa update also fixes our issue: https://launchpad.net/ubuntu/+source/mesa/8.0.2-0ubuntu3.1/+changelog </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/14" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~lopo" class="sprite person">Enrico Battocchi (lopo)</a> wrote <time itemprop="commentTime" datetime="2012-06-05T13:45:13.035392+00:00" title="2012-06-05 13:45:13 UTC">on 2012-06-05</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/14"> #14</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>I've updated the mesa packages this morning as I found them in precise-updates, but still have the same problem.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">I've updated the mesa packages this morning as I found them in precise-updates, but still have the same problem.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div class="boardComment"> <div class="boardCommentDetails"> <a href="https://launchpad.net/~om26er" class="sprite person">Omer Akram (om26er)</a> <time title="2012-06-05 13:58:31 UTC" datetime="2012-06-05T13:58:31.169732+00:00">on 2012-06-05</time> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in mesa (Ubuntu): </td> </tr> <tr> <td style="text-align: right;"> <b>importance</b>: </td> <td> Undecided → High </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/15" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~ossjunkie" class="sprite person">ossjunkie (ossjunkie)</a> wrote <time itemprop="commentTime" datetime="2012-06-05T14:12:52.650760+00:00" title="2012-06-05 14:12:52 UTC">on 2012-06-05</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/15"> #15</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>That's sad, altough i didn't have the issue with the update on the last 12 hours in single monitor mode. Further verifications by others would be nice.</p> <p>As already said it seems to get triggered on dual monitor mode far more often. Could there be a link to 2048x2048 texture limitation that we have on 945 and maybe as well on 965 Intel graphics?</p> <p>Did someone already test the options mentioned in "man intel"?</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">That's sad, altough i didn't have the issue with the update on the last 12 hours in single monitor mode. Further verifications by others would be nice. As already said it seems to get triggered on dual monitor mode far more often. Could there be a link to 2048x2048 texture limitation that we have on 945 and maybe as well on 965 Intel graphics? Did someone already test the options mentioned in "man intel"? </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/16" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~alexus-m" class="sprite person">alexus (alexus-m)</a> wrote <time itemprop="commentTime" datetime="2012-06-05T15:20:53.468847+00:00" title="2012-06-05 15:20:53 UTC">on 2012-06-05</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/16"> #16</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p> I still have the issue with "intel_<wbr />do_flush_<wbr />locked failed: No space left on device" (Unity 5.12.0, single monitor configuration, i915) in spite of all last available updates were installed.<br /> I've not tried to change any X.org/driver settings - everything has default values.</p> <p> I can try to collect new set of symptoms if required. Additionaly I would change settings if you advice me.</p> <p> I have seen message about 2048x2048 of HW limitation during attempt to use two monitor configuration in Unity. But there is no problem with Unity2D: nor with the topic neither with the limit of resolution. The only problem of Unity2D is low speed (at least for me)...</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10"> I still have the issue with "intel_do_flush_locked failed: No space left on device" (Unity 5.12.0, single monitor configuration, i915) in spite of all last available updates were installed. I've not tried to change any X.org/driver settings - everything has default values. I can try to collect new set of symptoms if required. Additionaly I would change settings if you advice me. I have seen message about 2048x2048 of HW limitation during attempt to use two monitor configuration in Unity. But there is no problem with Unity2D: nor with the topic neither with the limit of resolution. The only problem of Unity2D is low speed (at least for me)... </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/17" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~steffengoetz" class="sprite person">Steffen Goetz (steffengoetz)</a> wrote <time itemprop="commentTime" datetime="2012-06-11T09:35:16.517912+00:00" title="2012-06-11 09:35:16 UTC">on 2012-06-11</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/17"> #17</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>I'm also getting this crash with the latest unity and all updates as of 2012-06-11.</p> <p>I can force this crash by opening nautilus and pressing Control-N 20 times to open 20 nautilus windows. The next time I press Alt-Tab or Super-W I will get the crash.</p> <p>By opening 20 nautilus windows I can also crash Gnome-Shell, so I think this is definitly a graphics driver issue :-(.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">I'm also getting this crash with the latest unity and all updates as of 2012-06-11. I can force this crash by opening nautilus and pressing Control-N 20 times to open 20 nautilus windows. The next time I press Alt-Tab or Super-W I will get the crash. By opening 20 nautilus windows I can also crash Gnome-Shell, so I think this is definitly a graphics driver issue :-(. </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/18" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~ossjunkie" class="sprite person">ossjunkie (ossjunkie)</a> wrote <time itemprop="commentTime" datetime="2012-06-11T10:11:19.185241+00:00" title="2012-06-11 10:11:19 UTC">on 2012-06-11</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/18"> #18</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>I can reconfirm that opening a lot of nautilus windows and then clicking on it's switcher seems to trigger the bug quite well.</p> <p>While i'm running a single display setup for the last week, i noticed that this bug seems clearly resolution dependent, as when i run 1280x800 on LVDS it's much less present than when running 1680x1050 on external VGA.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">I can reconfirm that opening a lot of nautilus windows and then clicking on it's switcher seems to trigger the bug quite well. While i'm running a single display setup for the last week, i noticed that this bug seems clearly resolution dependent, as when i run 1280x800 on LVDS it's much less present than when running 1680x1050 on external VGA.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/19" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~steffengoetz" class="sprite person">Steffen Goetz (steffengoetz)</a> wrote <time itemprop="commentTime" datetime="2012-06-11T10:30:46.533718+00:00" title="2012-06-11 10:30:46 UTC">on 2012-06-11</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/19"> #19</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>I tried xserver-<wbr />xorg-video-<wbr />intel version 2:2.19.<wbr />0-0ubuntu1~<wbr />xup1 from the ubuntu-x-swat ppa, but the bug is still there.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">I tried xserver-xorg-video-intel version 2:2.19.0-0ubuntu1~xup1 from the ubuntu-x-swat ppa, but the bug is still there.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/20" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~ossjunkie" class="sprite person">ossjunkie (ossjunkie)</a> wrote <time itemprop="commentTime" datetime="2012-06-11T10:45:45.206443+00:00" title="2012-06-11 10:45:45 UTC">on 2012-06-11</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/20"> #20</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>@Steffen: I think testing newer mesa versions and kernels might be more promissing, as the bug should be in the 3D stack.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">@Steffen: I think testing newer mesa versions and kernels might be more promissing, as the bug should be in the 3D stack. </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message remoteBugComment " data-baseurl="/debian/+bug/977804/comments/48" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <img width="14" height="14" src="/@@/bug-remote" alt="" /> In <a itemprop="url" href="https://bugzilla.redhat.com/show_bug.cgi?id=830772">Red Hat Bugzilla #830772</a>, <a href="https://launchpad.net/~richard-redhat-bugs" class="sprite person-inactive">Richard (richard-redhat-bugs)</a> wrote <time itemprop="commentTime" datetime="2012-06-11T11:41:52+00:00" title="2012-06-11 11:41:52 UTC">on 2012-06-11</time><span class="editable-message-last-edit-date">: </span> <a href="/debian/+bug/977804/comments/48"> <strong></strong> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/48"> #48</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Description of problem:<br /> In Fedora 17, trying to run GNOME Shell on my second monitor (laptop's own screen disabled) works for a little while but then GNOME Shell suddenly disappears (windows are still there, but without a window manager). The following is printed to the terminal right before it disappears:<br /> "intel_<wbr />do_flush_<wbr />locked failed: No space left on device"</p> <p>My second monitor uses a resolution of:<br /> 1920x1080</p> <p>The video card in my laptop is this:</p> <p>00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])<br /> Subsystem: Hewlett-Packard Company Device 30b1<br /> Flags: bus master, fast devsel, latency 0, IRQ 16<br /> Memory at f4600000 (32-bit, non-prefetchable) [size=512K]<br /> I/O ports at 4000 [size=8]<br /> Memory at e0000000 (32-bit, prefetchable) [size=256M]<br /> Memory at f4680000 (32-bit, non-prefetchable) [size=256K]<br /> Expansion ROM at <unassigned> [disabled]<br /> Capabilities: <access denied><br /> Kernel driver in use: i915</p> <p>I believe the problem is due to the amount of memory available, 256MB, and GNOME Shell's use of 3D acceleration.</p> <p>If I try using GNOME Shell with both my laptop's screen and the second monitor (not mirrored, so 1024 + 1920 wide), everything is unusably slow with mouse clicks taking 10 seconds or more to respond. If I try to use metacity + GNOME Panel, it works fine.</p> <p>Version-Release number of selected component (if applicable):<br /> gnome-shell-<wbr />3.4.1-5.<wbr />fc17</p> <p>How reproducible:<br /> Always</p> <p>Steps to Reproduce:<br /> 1. enable second monitor (disabling laptop's own screen)<br /> 2. use GNOME Shell<br /> 3. open some windows (say 10) and work for a little while</p> <p>Actual results:<br /> GNOME Shell disappears</p> <p>Expected results:<br /> GNOME Shell persists. (Ideally, it could work with 1024+1920 wide screens too (so including first monitor.)</p> <p>Additional info:<br /> I tried running gnome-shell under gdb but it exits normally after printing that error message. I don't think anything is actually crashing. I didn't see anything particularly relevant in /var/log/<wbr />Xorg.0.<wbr />log, but I could look again if something should be there.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Description of problem: In Fedora 17, trying to run GNOME Shell on my second monitor (laptop's own screen disabled) works for a little while but then GNOME Shell suddenly disappears (windows are still there, but without a window manager). The following is printed to the terminal right before it disappears: "intel_do_flush_locked failed: No space left on device" My second monitor uses a resolution of: 1920x1080 The video card in my laptop is this: 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company Device 30b1 Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at f4600000 (32-bit, non-prefetchable) [size=512K] I/O ports at 4000 [size=8] Memory at e0000000 (32-bit, prefetchable) [size=256M] Memory at f4680000 (32-bit, non-prefetchable) [size=256K] Expansion ROM at <unassigned> [disabled] Capabilities: <access denied> Kernel driver in use: i915 I believe the problem is due to the amount of memory available, 256MB, and GNOME Shell's use of 3D acceleration. If I try using GNOME Shell with both my laptop's screen and the second monitor (not mirrored, so 1024 + 1920 wide), everything is unusably slow with mouse clicks taking 10 seconds or more to respond. If I try to use metacity + GNOME Panel, it works fine. Version-Release number of selected component (if applicable): gnome-shell-3.4.1-5.fc17 How reproducible: Always Steps to Reproduce: 1. enable second monitor (disabling laptop's own screen) 2. use GNOME Shell 3. open some windows (say 10) and work for a little while Actual results: GNOME Shell disappears Expected results: GNOME Shell persists. (Ideally, it could work with 1024+1920 wide screens too (so including first monitor.) Additional info: I tried running gnome-shell under gdb but it exits normally after printing that error message. I don't think anything is actually crashing. I didn't see anything particularly relevant in /var/log/Xorg.0.log, but I could look again if something should be there.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message remoteBugComment " data-baseurl="/debian/+bug/977804/comments/49" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <img width="14" height="14" src="/@@/bug-remote" alt="" /> In <a itemprop="url" href="https://bugzilla.redhat.com/show_bug.cgi?id=830772">Red Hat Bugzilla #830772</a>, <a href="https://launchpad.net/~richard-redhat-bugs" class="sprite person-inactive">Richard (richard-redhat-bugs)</a> wrote <time itemprop="commentTime" datetime="2012-06-11T11:57:37+00:00" title="2012-06-11 11:57:37 UTC">on 2012-06-11</time><span class="editable-message-last-edit-date">: </span> <a href="/debian/+bug/977804/comments/49"> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/49"> #49</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>I've added a link to a corresponding bug in Ubuntu that affects both gnome-shell and launchpad.</p> <p>Also, I believe the bug is induced by a limitation in the driver discussed in <a href="/bugs/699705" class="bug-link">bug 699705</a> comment 6:<br /> <a rel="nofollow" href="https://bugzilla.redhat.com/show_bug.cgi?id=699705#c6">https:/<wbr />/bugzilla.<wbr />redhat.<wbr />com/show_<wbr />bug.cgi?<wbr />id=699705#<wbr />c6</a></p> <p>Adam Jackson speculated that it might be fixed by F16 but it's F17 and still a problem, so I suppose no one has had the time ot tackle this yet.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">I've added a link to a corresponding bug in Ubuntu that affects both gnome-shell and launchpad. Also, I believe the bug is induced by a limitation in the driver discussed in bug 699705 comment 6: https://bugzilla.redhat.com/show_bug.cgi?id=699705#c6 Adam Jackson speculated that it might be fixed by F16 but it's F17 and still a problem, so I suppose no one has had the time ot tackle this yet.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message remoteBugComment " data-baseurl="/debian/+bug/977804/comments/50" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <img width="14" height="14" src="/@@/bug-remote" alt="" /> In <a itemprop="url" href="https://bugzilla.redhat.com/show_bug.cgi?id=830772">Red Hat Bugzilla #830772</a>, <a href="https://launchpad.net/~richard-redhat-bugs" class="sprite person-inactive">Richard (richard-redhat-bugs)</a> wrote <time itemprop="commentTime" datetime="2012-06-11T11:59:43+00:00" title="2012-06-11 11:59:43 UTC">on 2012-06-11</time><span class="editable-message-last-edit-date">: </span> <a href="/debian/+bug/977804/comments/50"> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/50"> #50</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Actually, maybe not, since I'm testing this with a single screen that only goes to 1920 wide.</p> <p>However, I suppose I'd like to modify Expected Behaviour to:<br /> * either GNOME Shell persists, or<br /> * upon failure, a prompt offers to put me into fallback mode (GNOME Panel + metacity) or it just automatically does and gives me a message noting why.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Actually, maybe not, since I'm testing this with a single screen that only goes to 1920 wide. However, I suppose I'd like to modify Expected Behaviour to: * either GNOME Shell persists, or * upon failure, a prompt offers to put me into fallback mode (GNOME Panel + metacity) or it just automatically does and gives me a message noting why.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/21" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~bryce" class="sprite person">Bryce Harrington (bryce)</a> wrote <time itemprop="commentTime" datetime="2012-06-12T23:19:22.069321+00:00" title="2012-06-12 23:19:22 UTC">on 2012-06-12</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/21"> #21</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>I don't see anything in the newer mesa version that indicates it fixes this specific bug, but I've stuck a package of it into a PPA for you guys to test out:</p> <p><a rel="nofollow" href="https://launchpad.net/~bryce/+archive/mesa-803">https:/<wbr />/launchpad.<wbr />net/~bryce/<wbr />+archive/<wbr />mesa-803</a></p> <p>If anyone finds this *does* fix the issue and can confirm it solves the crash, we may be able to get the fix rolled out in precise.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">I don't see anything in the newer mesa version that indicates it fixes this specific bug, but I've stuck a package of it into a PPA for you guys to test out: https://launchpad.net/~bryce/+archive/mesa-803 If anyone finds this *does* fix the issue and can confirm it solves the crash, we may be able to get the fix rolled out in precise.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in mesa (Ubuntu): </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> Confirmed → Incomplete </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/22" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~ossjunkie" class="sprite person">ossjunkie (ossjunkie)</a> wrote <time itemprop="commentTime" datetime="2012-06-13T14:22:51.150771+00:00" title="2012-06-13 14:22:51 UTC">on 2012-06-13</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/22"> #22</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>@Bryce: I just tested the packages from your PPA, but as you have already guessed Mesa 8.0.3 doesn't fix the issue. What i meant was also rather new major versions.</p> <p>But as you changed the status to incomplete what advices do you have on further debugging and testing? Or did you have the chance to reproduce the issue yourself like already explained?</p> <p>BTW The issue should affect a rather large installation base with the relevant Intel generations also being in netbooks and chromebooks.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">@Bryce: I just tested the packages from your PPA, but as you have already guessed Mesa 8.0.3 doesn't fix the issue. What i meant was also rather new major versions. But as you changed the status to incomplete what advices do you have on further debugging and testing? Or did you have the chance to reproduce the issue yourself like already explained? BTW The issue should affect a rather large installation base with the relevant Intel generations also being in netbooks and chromebooks.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/23" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~alexus-m" class="sprite person">alexus (alexus-m)</a> wrote <time itemprop="commentTime" datetime="2012-06-13T15:01:45.758405+00:00" title="2012-06-13 15:01:45 UTC">on 2012-06-13</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/23"> #23</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p> Additionally I have tested packages from<br /> <a rel="nofollow" href="https://launchpad.net/~xorg-edgers/+archive/ppa">https:/<wbr />/launchpad.<wbr />net/~xorg-<wbr />edgers/<wbr />+archive/<wbr />ppa</a> :<br /> mesa 8.1~git20120606<wbr />.ec19bdd1-<wbr />0ubuntu0sarvatt<wbr />~precise ,<br /> xserver-<wbr />xorg-video-<wbr />intel 2:2.19.<wbr />0+git20120606.<wbr />c433fb45-<wbr />0ubuntu0sarvatt<wbr />~precise -<br /> No visible progress related to the issue.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10"> Additionally I have tested packages from https://launchpad.net/~xorg-edgers/+archive/ppa : mesa 8.1~git20120606.ec19bdd1-0ubuntu0sarvatt~precise , xserver-xorg-video-intel 2:2.19.0+git20120606.c433fb45-0ubuntu0sarvatt~precise - No visible progress related to the issue.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/24" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~steffengoetz" class="sprite person">Steffen Goetz (steffengoetz)</a> wrote <time itemprop="commentTime" datetime="2012-06-13T15:26:44.279978+00:00" title="2012-06-13 15:26:44 UTC">on 2012-06-13</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/24"> #24</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>@Bryce: I have also tested your package (8.0.3-<wbr />0ubuntu0~<wbr />xup1~precise) but the crash is still there :-(</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">@Bryce: I have also tested your package (8.0.3-0ubuntu0~xup1~precise) but the crash is still there :-(</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div class="boardComment"> <div class="boardCommentDetails"> <a href="https://launchpad.net/~vanvugt" class="sprite person">Daniel van Vugt (vanvugt)</a> <time title="2012-06-14 03:35:55 UTC" datetime="2012-06-14T03:35:55.315649+00:00">on 2012-06-14</time> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in mesa (Ubuntu): </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> Incomplete → Confirmed </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/25" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~alexus-m" class="sprite person">alexus (alexus-m)</a> wrote <time itemprop="commentTime" datetime="2012-06-20T10:02:17.109517+00:00" title="2012-06-20 10:02:17 UTC">on 2012-06-20</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/25"> #25</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>The issue is confirmed also for other distrubutions e.g., Fedora 17:<br /> <a rel="nofollow" href="https://bugzilla.redhat.com/show_bug.cgi?id=830772">https:/<wbr />/bugzilla.<wbr />redhat.<wbr />com/show_<wbr />bug.cgi?<wbr />id=830772</a></p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">The issue is confirmed also for other distrubutions e.g., Fedora 17: https://bugzilla.redhat.com/show_bug.cgi?id=830772</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/26" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~batuhan-osmanoglu" class="sprite person">Batuhan Osmanoglu (batuhan-osmanoglu)</a> wrote <time itemprop="commentTime" datetime="2012-06-26T06:19:39.460857+00:00" title="2012-06-26 06:19:39 UTC">on 2012-06-26</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/26"> #26</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Hi all,</p> <p>I have the same issue affecting Ubuntu 12.04 (x86 desktop) on lenovo 3000 v100, which has an Intel Corporation Mobile 945GM/GMS/GME graphics card.</p> <p>I used to restart compiz when this bug crashes my desktop, but I also noticed that changing the "window switcher" in unity works as a work around. I tested the following solution with opening 40 nautilus windows, and hitting alt-tab several times, as well as with the Workspace switcher, and there was no crash.</p> <p>Anyway, all I did was:<br /> - install ccsm (sudo apt-get install compizconfig-<wbr />settings-<wbr />manager)<br /> - run ccsm (go to dash, type ccsm)<br /> - Scroll down to Window Management - Enable Application Switcher (the top-left plugin right under Windows Management).<br /> - It will tell you several key bindings are the same with Unity. Select the appropriate option to override these settings.<br /> - That's all.</p> <p>I wrote the above steps from my mind, so if someone can test & write a better guide that would be great.</p> <p>best,<br /> batu.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Hi all, I have the same issue affecting Ubuntu 12.04 (x86 desktop) on lenovo 3000 v100, which has an Intel Corporation Mobile 945GM/GMS/GME graphics card. I used to restart compiz when this bug crashes my desktop, but I also noticed that changing the "window switcher" in unity works as a work around. I tested the following solution with opening 40 nautilus windows, and hitting alt-tab several times, as well as with the Workspace switcher, and there was no crash. Anyway, all I did was: - install ccsm (sudo apt-get install compizconfig-settings-manager) - run ccsm (go to dash, type ccsm) - Scroll down to Window Management - Enable Application Switcher (the top-left plugin right under Windows Management). - It will tell you several key bindings are the same with Unity. Select the appropriate option to override these settings. - That's all. I wrote the above steps from my mind, so if someone can test & write a better guide that would be great. best, batu. </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/27" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~steffengoetz" class="sprite person">Steffen Goetz (steffengoetz)</a> wrote <time itemprop="commentTime" datetime="2012-06-26T16:31:09.419315+00:00" title="2012-06-26 16:31:09 UTC">on 2012-06-26</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/27"> #27</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Hi batu,</p> <p>I tried your workaround but it did not solve the underlying problem for me.<br /> The Alt-Tab window switcher from ccsm works now with a lot of windows but Super-W still produces the crash with error message</p> <p>intel_do_<wbr />flush_locked failed: No space left on device</p> <p>in the .xsession-errors file.</p> <p>I have an Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02) on my machine and 20 windows are enough to produce the crash with Super-W.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Hi batu, I tried your workaround but it did not solve the underlying problem for me. The Alt-Tab window switcher from ccsm works now with a lot of windows but Super-W still produces the crash with error message intel_do_flush_locked failed: No space left on device in the .xsession-errors file. I have an Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02) on my machine and 20 windows are enough to produce the crash with Super-W. </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/28" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~alexus-m" class="sprite person">alexus (alexus-m)</a> wrote <time itemprop="commentTime" datetime="2012-06-28T22:18:51.626667+00:00" title="2012-06-28 22:18:51 UTC">on 2012-06-28</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/28"> #28</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Hi, All!</p> <p>I've installed an update of compiz up to version 1:0.9.7.<wbr />8-0ubuntu1.<wbr />1 via -proposed repository. The update has fixed some errors included<br /> compiz (decor) - Warn: failed to bind pixmap to texture<br /> (<a rel="nofollow" href="https://bugs.launchpad.net/compiz-core/+bug/929989">https:/<wbr />/bugs.launchpad<wbr />.net/compiz-<wbr />core/+bug/<wbr />929989</a>)<br /> I have made few tests of Unity (3D) in part of switcning between many opened windows (e.g., Nautilus and gnome-terminal) via Super+W, Alt+Tab, Alt+` with success (without crashed Unity due to the bug "intel_<wbr />do_flush_<wbr />locked failed: No space left on device").<br /> The only thing is used "xorg-edgers" ppa. Will try to purge the ppa and test Unity behaviour once again.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Hi, All! I've installed an update of compiz up to version 1:0.9.7.8-0ubuntu1.1 via -proposed repository. The update has fixed some errors included compiz (decor) - Warn: failed to bind pixmap to texture (https://bugs.launchpad.net/compiz-core/+bug/929989) I have made few tests of Unity (3D) in part of switcning between many opened windows (e.g., Nautilus and gnome-terminal) via Super+W, Alt+Tab, Alt+` with success (without crashed Unity due to the bug "intel_do_flush_locked failed: No space left on device"). The only thing is used "xorg-edgers" ppa. Will try to purge the ppa and test Unity behaviour once again.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/29" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~ossjunkie" class="sprite person">ossjunkie (ossjunkie)</a> wrote <time itemprop="commentTime" datetime="2012-06-28T23:49:58.959401+00:00" title="2012-06-28 23:49:58 UTC">on 2012-06-28</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/29"> #29</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>@alexus: sounds promissing, would be great if you could test it without xorg-edgers and just -proposed (and maybe also vice versa).</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">@alexus: sounds promissing, would be great if you could test it without xorg-edgers and just -proposed (and maybe also vice versa).</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/30" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~alexus-m" class="sprite person">alexus (alexus-m)</a> wrote <time itemprop="commentTime" datetime="2012-06-29T09:18:09.605413+00:00" title="2012-06-29 09:18:09 UTC">on 2012-06-29</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/30"> #30</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Hi, All!</p> <p>I have tested some currently available versions of the packages:<br /> 1) precise-proposed (mesa 8.0.2-0ubuntu3.1, compiz 1:0.9.7.<wbr />8-0ubuntu1.<wbr />1, xserver-<wbr />xorg-video-<wbr />intel 2:2.17.0-1ubuntu4);<br /> 2) precise-proposed + PPAs ubuntu-<wbr />x-swat/<wbr />x-updates (mesa 8.0.2-0ubuntu3.1, compiz 1:0.9.7.<wbr />8-0ubuntu1.<wbr />1, xserver-<wbr />xorg-video-<wbr />intel 2:2.19.<wbr />0-0ubuntu1~<wbr />xup1);<br /> 3) precise-proposed + PPAs ubuntu-<wbr />x-swat/<wbr />x-updates + bryce/mesa-803 (mesa 8.0.3-0ubuntu0~<wbr />xup1~precise, compiz 1:0.9.7.<wbr />8-0ubuntu1.<wbr />1, xserver-<wbr />xorg-video-<wbr />intel 2:2.19.<wbr />0-0ubuntu1~<wbr />xup1);<br /> 4) precise-proposed + PPAs ubuntu-<wbr />x-swat/<wbr />x-updates + xorg-edgers/ppa (mesa 8.1~git20120618<wbr />.1692d3ad-<wbr />0ubuntu0sarvatt<wbr />~precise, compiz 1:0.9.7.<wbr />8-0ubuntu1.<wbr />1, xserver-<wbr />xorg-video-<wbr />intel 2:2.19.<wbr />0+git20120628.<wbr />31caa43a-<wbr />0ubuntu0sarvatt<wbr />~precise)<wbr />.<br /> In cases 1-3 my i915GM can manage about 15-20 windows (e.g., Nautilus) in Expo mode of windows overview.<br /> In case of 4 - Expo mode handles up to 45-50 windows but not more.<br /> As a result I would conclude that the issue is still there. Sad but true.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Hi, All! I have tested some currently available versions of the packages: 1) precise-proposed (mesa 8.0.2-0ubuntu3.1, compiz 1:0.9.7.8-0ubuntu1.1, xserver-xorg-video-intel 2:2.17.0-1ubuntu4); 2) precise-proposed + PPAs ubuntu-x-swat/x-updates (mesa 8.0.2-0ubuntu3.1, compiz 1:0.9.7.8-0ubuntu1.1, xserver-xorg-video-intel 2:2.19.0-0ubuntu1~xup1); 3) precise-proposed + PPAs ubuntu-x-swat/x-updates + bryce/mesa-803 (mesa 8.0.3-0ubuntu0~xup1~precise, compiz 1:0.9.7.8-0ubuntu1.1, xserver-xorg-video-intel 2:2.19.0-0ubuntu1~xup1); 4) precise-proposed + PPAs ubuntu-x-swat/x-updates + xorg-edgers/ppa (mesa 8.1~git20120618.1692d3ad-0ubuntu0sarvatt~precise, compiz 1:0.9.7.8-0ubuntu1.1, xserver-xorg-video-intel 2:2.19.0+git20120628.31caa43a-0ubuntu0sarvatt~precise). In cases 1-3 my i915GM can manage about 15-20 windows (e.g., Nautilus) in Expo mode of windows overview. In case of 4 - Expo mode handles up to 45-50 windows but not more. As a result I would conclude that the issue is still there. Sad but true.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/31" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~alexus-m" class="sprite person">alexus (alexus-m)</a> wrote <time itemprop="commentTime" datetime="2012-06-29T09:51:26.072946+00:00" title="2012-06-29 09:51:26 UTC">on 2012-06-29</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/31"> #31</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>I have to correct my previous calculations:<br /> 4) precise-proposed + PPAs ubuntu-<wbr />x-swat/<wbr />x-updates + xorg-edgers/ppa (mesa 8.1~git20120618<wbr />.1692d3ad-<wbr />0ubuntu0sarvatt<wbr />~precise, compiz 1:0.9.7.<wbr />8-0ubuntu1.<wbr />1, xserver-<wbr />xorg-video-<wbr />intel 2:2.19.<wbr />0+git20120628.<wbr />31caa43a-<wbr />0ubuntu0sarvatt<wbr />~precise)<wbr />.<br /> In case of 4 - Expo mode handles up to 35-40 windows but not more.</p> <p>It is still twice more than other variants (1-3) but less than I've posted early.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">I have to correct my previous calculations: 4) precise-proposed + PPAs ubuntu-x-swat/x-updates + xorg-edgers/ppa (mesa 8.1~git20120618.1692d3ad-0ubuntu0sarvatt~precise, compiz 1:0.9.7.8-0ubuntu1.1, xserver-xorg-video-intel 2:2.19.0+git20120628.31caa43a-0ubuntu0sarvatt~precise). In case of 4 - Expo mode handles up to 35-40 windows but not more. It is still twice more than other variants (1-3) but less than I've posted early.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/32" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~batuhan-osmanoglu" class="sprite person">Batuhan Osmanoglu (batuhan-osmanoglu)</a> wrote <time itemprop="commentTime" datetime="2012-07-14T23:38:05.819239+00:00" title="2012-07-14 23:38:05 UTC">on 2012-07-14</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/32"> #32</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>@Steffen Goetz: You are right, the bug is definitely still there. Actually today when I was working on the second monitor, I keep getting compiz crashes with the "intel_<wbr />do_flush_<wbr />locked failed: No space left on device" message, triggered with Alt+tab switching... I don't know if anything had changed (updates etc.) since I posted the message. Hope a solution can be found soon. I will try alexus' suggestion now.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">@Steffen Goetz: You are right, the bug is definitely still there. Actually today when I was working on the second monitor, I keep getting compiz crashes with the "intel_do_flush_locked failed: No space left on device" message, triggered with Alt+tab switching... I don't know if anything had changed (updates etc.) since I posted the message. Hope a solution can be found soon. I will try alexus' suggestion now. </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/33" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~asala" class="sprite person">asala (asala)</a> wrote <time itemprop="commentTime" datetime="2012-07-18T16:47:16.258220+00:00" title="2012-07-18 16:47:16 UTC">on 2012-07-18</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/33"> #33</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>In my case, with a fully updated ubuntu 12.04 as of today, it happened to me twice... and "many" windows were actually just a couple of Nautilus, one Firefox, one Thunderbird... clicking on the top unity icon (trying to open a new application) froze everything once the dash was displayed, with four windows.<br /> Dual display 1360x768 plus 1280 x 800... (1360x1568), seems that something gets "out of memory"...<br /> 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)<br /> 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)<br /> This is a "production" machine, nothing "bleeding edge" installed.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">In my case, with a fully updated ubuntu 12.04 as of today, it happened to me twice... and "many" windows were actually just a couple of Nautilus, one Firefox, one Thunderbird... clicking on the top unity icon (trying to open a new application) froze everything once the dash was displayed, with four windows. Dual display 1360x768 plus 1280 x 800... (1360x1568), seems that something gets "out of memory"... 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) This is a "production" machine, nothing "bleeding edge" installed. </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/34" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~darkvenger" class="sprite person">DarkVenger (darkvenger)</a> wrote <time itemprop="commentTime" datetime="2012-08-08T14:22:03.258273+00:00" title="2012-08-08 14:22:03 UTC">on 2012-08-08</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/34"> #34</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>As asala I too have a fully updated Ubuntu 12.04 (today there was even an update to compiz).</p> <p>But the problem remains and I have like 7 to 9 windows opened...</p> <p>Any time there is a freeze unity says<br /> "intel_<wbr />do_flush_<wbr />locked failed: No space left on device"</p> <p>and in dmesg I see<br /> "[ 5932.613235] [drm:drm_<wbr />mode_getfb] *ERROR* invalid framebuffer id<br /> [ 6039.184478] [drm:drm_<wbr />mode_getfb] *ERROR* invalid framebuffer id"</p> <p>Don't know if is useful information but the errors seem to be linked.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">As asala I too have a fully updated Ubuntu 12.04 (today there was even an update to compiz). But the problem remains and I have like 7 to 9 windows opened... Any time there is a freeze unity says "intel_do_flush_locked failed: No space left on device" and in dmesg I see "[ 5932.613235] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id [ 6039.184478] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id" Don't know if is useful information but the errors seem to be linked.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message remoteBugComment " data-baseurl="/debian/+bug/977804/comments/51" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <img width="14" height="14" src="/@@/bug-remote" alt="" /> In <a itemprop="url" href="https://bugzilla.redhat.com/show_bug.cgi?id=830772">Red Hat Bugzilla #830772</a>, <a href="https://launchpad.net/~colin-redhat-bugs" class="sprite person-inactive">Colin (colin-redhat-bugs)</a> wrote <time itemprop="commentTime" datetime="2012-08-16T20:13:33+00:00" title="2012-08-16 20:13:33 UTC">on 2012-08-16</time><span class="editable-message-last-edit-date">: </span> <a href="/debian/+bug/977804/comments/51"> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/51"> #51</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>I see this problem too on latest gnome-shell (3.5.5), intel driver (2.20.3) and mesa (8.1.0 git snapshot from 2nd August) and a 945GM on a single monitor. I'm not on Fedora so not going to comment too much, just want to watch the bug for a fix! Seems to happen very regularly when new windows are opened.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">I see this problem too on latest gnome-shell (3.5.5), intel driver (2.20.3) and mesa (8.1.0 git snapshot from 2nd August) and a 945GM on a single monitor. I'm not on Fedora so not going to comment too much, just want to watch the bug for a fix! Seems to happen very regularly when new windows are opened.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/35" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~alexus-m" class="sprite person">alexus (alexus-m)</a> wrote <time itemprop="commentTime" datetime="2012-08-23T20:45:55.467908+00:00" title="2012-08-23 20:45:55 UTC">on 2012-08-23</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/35"> #35</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Hi All!</p> <p> Are there any progress in the issue investigation? I just worry that if the problem will be still there in the next release of Ubuntu (12.10) it will be unavoidable for more users because of there is no planned "fallback" shell like Unity 2D.<br /> Can we speed investigation up?</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Hi All! Are there any progress in the issue investigation? I just worry that if the problem will be still there in the next release of Ubuntu (12.10) it will be unavoidable for more users because of there is no planned "fallback" shell like Unity 2D. Can we speed investigation up?</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/36" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~alexus-m" class="sprite person">alexus (alexus-m)</a> wrote <time itemprop="commentTime" datetime="2012-10-01T07:45:40.533400+00:00" title="2012-10-01 07:45:40 UTC">on 2012-10-01</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/36"> #36</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Hi All!</p> <p> Are there any progress in the issue investigation? I worry that if the problem will be still there in the upcoming release of Ubuntu (12.10) it will be unavoidable for many users because of absent Unity 2D.<br /> Can we speed the investigation up?</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Hi All! Are there any progress in the issue investigation? I worry that if the problem will be still there in the upcoming release of Ubuntu (12.10) it will be unavoidable for many users because of absent Unity 2D. Can we speed the investigation up? </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/37" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~alexus-m" class="sprite person">alexus (alexus-m)</a> wrote <time itemprop="commentTime" datetime="2012-10-05T20:31:57.213733+00:00" title="2012-10-05 20:31:57 UTC">on 2012-10-05</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/37"> #37</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>I' found the similar bug reported in "KDE Bugtracking System":<br /> <a rel="nofollow" href="https://bugs.kde.org/show_bug.cgi?id=307348">https:/<wbr />/bugs.kde.<wbr />org/show_<wbr />bug.cgi?<wbr />id=307348</a></p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">I' found the similar bug reported in "KDE Bugtracking System": https://bugs.kde.org/show_bug.cgi?id=307348</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div class="boardComment"> <div class="boardCommentDetails"> <a href="https://launchpad.net/~bug-watch-updater" class="sprite person-inactive">Bug Watch Updater (bug-watch-updater)</a> <time title="2012-10-05 21:32:23 UTC" datetime="2012-10-05T21:32:23.015337+00:00">on 2012-10-05</time> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in debian: </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> Unknown → New </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/38" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~henk-huitema" class="sprite person">Henk Huitema (henk-huitema)</a> wrote <time itemprop="commentTime" datetime="2012-10-13T10:45:30.862462+00:00" title="2012-10-13 10:45:30 UTC">on 2012-10-13</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/38"> #38</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>With my 1920x1200 resolution I hit this bug with only my primary laptop screen. It is still present in 12.10. It makes Ubuntu unusable, since unity-2d is not available anymore. I've ran into this bug consistently since a few years, never bothered to investigate, just switched to 2d. Now the best analysis I've found is by Adam Jackson:<br /> <a rel="nofollow" href="https://bugzilla.redhat.com/show_bug.cgi?id=699705#c6">https:/<wbr />/bugzilla.<wbr />redhat.<wbr />com/show_<wbr />bug.cgi?<wbr />id=699705#<wbr />c6</a></p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">With my 1920x1200 resolution I hit this bug with only my primary laptop screen. It is still present in 12.10. It makes Ubuntu unusable, since unity-2d is not available anymore. I've ran into this bug consistently since a few years, never bothered to investigate, just switched to 2d. Now the best analysis I've found is by Adam Jackson: https://bugzilla.redhat.com/show_bug.cgi?id=699705#c6 </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/39" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~firepowerforfreedom" class="sprite person">Austin Leeds (firepowerforfreedom)</a> wrote <time itemprop="commentTime" datetime="2013-01-09T15:55:38.571602+00:00" title="2013-01-09 15:55:38 UTC">on 2013-01-09</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/39"> #39</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Problem is present on my hardware as well (ThinkPad T43 with Intel GM915) under Ubuntu 12.10 and 13.04 Alpha.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Problem is present on my hardware as well (ThinkPad T43 with Intel GM915) under Ubuntu 12.10 and 13.04 Alpha.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message remoteBugComment " data-baseurl="/debian/+bug/977804/comments/52" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <img width="14" height="14" src="/@@/bug-remote" alt="" /> In <a itemprop="url" href="https://bugzilla.redhat.com/show_bug.cgi?id=830772">Red Hat Bugzilla #830772</a>, <a href="https://launchpad.net/~fedora-redhat-bugs" class="sprite person-inactive">Fedora (fedora-redhat-bugs)</a> wrote <time itemprop="commentTime" datetime="2013-07-04T01:47:25+00:00" title="2013-07-04 01:47:25 UTC">on 2013-07-04</time><span class="editable-message-last-edit-date">: </span> <a href="/debian/+bug/977804/comments/52"> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/52"> #52</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>This message is a reminder that Fedora 17 is nearing its end of life.<br /> Approximately 4 (four) weeks from now Fedora will stop maintaining<br /> and issuing updates for Fedora 17. It is Fedora's policy to close all<br /> bug reports from releases that are no longer maintained. At that time<br /> this bug will be closed as WONTFIX if it remains open with a Fedora<br /> 'version' of '17'.</p> <p>Package Maintainer: If you wish for this bug to remain open because you<br /> plan to fix it in a currently maintained version, simply change the 'version'<br /> to a later Fedora version prior to Fedora 17's end of life.</p> <p>Bug Reporter: Thank you for reporting this issue and we are sorry that<br /> we may not be able to fix it before Fedora 17 is end of life. If you<br /> would still like to see this bug fixed and are able to reproduce it<br /> against a later version of Fedora, you are encouraged change the<br /> 'version' to a later Fedora version prior to Fedora 17's end of life.</p> <p>Although we aim to fix as many bugs as possible during every release's<br /> lifetime, sometimes those efforts are overtaken by events. Often a<br /> more recent Fedora release includes newer upstream software that fixes<br /> bugs or makes them obsolete.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">This message is a reminder that Fedora 17 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 17. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '17'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 17's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 17 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior to Fedora 17's end of life. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message remoteBugComment " data-baseurl="/debian/+bug/977804/comments/53" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <img width="14" height="14" src="/@@/bug-remote" alt="" /> In <a itemprop="url" href="https://bugzilla.redhat.com/show_bug.cgi?id=830772">Red Hat Bugzilla #830772</a>, <a href="https://launchpad.net/~fedora-redhat-bugs" class="sprite person-inactive">Fedora (fedora-redhat-bugs)</a> wrote <time itemprop="commentTime" datetime="2013-08-01T06:38:44+00:00" title="2013-08-01 06:38:44 UTC">on 2013-08-01</time><span class="editable-message-last-edit-date">: </span> <a href="/debian/+bug/977804/comments/53"> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/53"> #53</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Fedora 17 changed to end-of-life (EOL) status on 2013-07-30. Fedora 17 is<br /> no longer maintained, which means that it will not receive any further<br /> security or bug fix updates. As a result we are closing this bug.</p> <p>If you can reproduce this bug against a currently maintained version of<br /> Fedora please feel free to reopen this bug against that version.</p> <p>Thank you for reporting this bug and we are sorry it could not be fixed.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Fedora 17 changed to end-of-life (EOL) status on 2013-07-30. Fedora 17 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/40" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~hackerb9" class="sprite person">hackerb9 (hackerb9)</a> wrote <time itemprop="commentTime" datetime="2013-08-25T07:15:37.832123+00:00" title="2013-08-25 07:15:37 UTC">on 2013-08-25</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/40"> #40</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Did this ever get fixed?</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Did this ever get fixed?</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/41" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~andi001" class="sprite person">andi (andi001)</a> wrote <time itemprop="commentTime" datetime="2013-08-25T15:34:03.283603+00:00" title="2013-08-25 15:34:03 UTC">on 2013-08-25</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/41"> #41</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>I am still experiencing this ennoying and quite important "every-day-use functionality" bug :-((((<br /> (especially as a developer where you often have to switch between many windows and often only between two very often, e.g. browser, eclipse, ...)</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">I am still experiencing this ennoying and quite important "every-day-use functionality" bug :-(((( (especially as a developer where you often have to switch between many windows and often only between two very often, e.g. browser, eclipse, ...)</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/42" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~m8r-lcodw5" class="sprite person">lirel (m8r-lcodw5)</a> wrote <time itemprop="commentTime" datetime="2013-09-27T18:10:16.520059+00:00" title="2013-09-27 18:10:16 UTC">on 2013-09-27</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/42"> #42</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>This also happens in debian GNOME Shell 3.4.2 on a Thinkpad T60.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">This also happens in debian GNOME Shell 3.4.2 on a Thinkpad T60.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/43" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~pokulo" class="sprite person">Pokulo (pokulo)</a> wrote <time itemprop="commentTime" datetime="2014-07-08T16:27:37.443924+00:00" title="2014-07-08 16:27:37 UTC">on 2014-07-08</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/43"> #43</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Happens still to me an arch linux, with Intel Corporation Mobile 945GM, and Gnome-Shell 3.12.2. Has is ever been fixed?</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Happens still to me an arch linux, with Intel Corporation Mobile 945GM, and Gnome-Shell 3.12.2. Has is ever been fixed?</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/44" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~glococo" class="sprite person">Guillermo Lo Coco (glococo)</a> wrote <time itemprop="commentTime" datetime="2015-02-17T21:27:35.529429+00:00" title="2015-02-17 21:27:35 UTC">on 2015-02-17</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/44"> #44</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Happens to me, every time I launch bricscad in 3D mode</p> <p>intel_do_<wbr />flush_locked failed: No such file or directory</p> <p>[ Ubuntu 14.10, PPA Olaf ] [ HP G62: VGA Intel i915 with hybrid muxless Radeon HD54xx ]</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Happens to me, every time I launch bricscad in 3D mode intel_do_flush_locked failed: No such file or directory [ Ubuntu 14.10, PPA Olaf ] [ HP G62: VGA Intel i915 with hybrid muxless Radeon HD54xx ] </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/45" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~elvstone" class="sprite person">Elvis Stansvik (elvstone)</a> wrote <time itemprop="commentTime" datetime="2015-05-21T06:04:14.352321+00:00" title="2015-05-21 06:04:14 UTC">on 2015-05-21</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/45"> #45</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Just like Guillermo, I'm trying to run BricsCAD on my X220 laptop and get this error/crash. Anyone know if it has been reported upstream and if there's a fix in sight?</p> <p>To Guillermo: Did you ever find any workaround to getting BricsCAD to run? I tried setting LIBGL_DISABLE_DRI3 in the environment since I saw that tip here: <a rel="nofollow" href="https://bugs.freedesktop.org/show_bug.cgi?id=71759">https:/<wbr />/bugs.freedeskt<wbr />op.org/<wbr />show_bug.<wbr />cgi?id=<wbr />71759</a> , but it didn't work :(</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Just like Guillermo, I'm trying to run BricsCAD on my X220 laptop and get this error/crash. Anyone know if it has been reported upstream and if there's a fix in sight? To Guillermo: Did you ever find any workaround to getting BricsCAD to run? I tried setting LIBGL_DISABLE_DRI3 in the environment since I saw that tip here: https://bugs.freedesktop.org/show_bug.cgi?id=71759 , but it didn't work :(</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/46" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~rodhos-hp" class="sprite person">Rodrigo Lledó (rodhos-hp)</a> wrote <time itemprop="commentTime" datetime="2015-11-09T19:33:44.142347+00:00" title="2015-11-09 19:33:44 UTC">on 2015-11-09</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/46"> #46</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Can anyone confirm the bug is still present in Ubuntu 15.10?<br /> Can you reproduce the bug in any desktop or just Unity 7 and Gnome-Shell 3.12.2?</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Can anyone confirm the bug is still present in Ubuntu 15.10? Can you reproduce the bug in any desktop or just Unity 7 and Gnome-Shell 3.12.2?</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/47" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~pabloab777" class="sprite person">PabloAB (pabloab777)</a> wrote <time itemprop="commentTime" datetime="2017-01-28T02:27:13.604225+00:00" title="2017-01-28 02:27:13 UTC">on 2017-01-28</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/47"> #47</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>This happen to me on Ubuntu 16.04.1, on Firefox 50.1.0, running it on CLI randomly (couldn't find any pattern) crashes with "intel_<wbr />do_flush_<wbr />locked failed: No such file or directory".<br /> Asus UX303UB<br /> uname -sir: Linux 4.4.0-59-generic x86_64<br /> product: HD Graphics 520<br /> vendor: Intel Corporation<br /> configuration: driver=i915_bpo latency=0</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">This happen to me on Ubuntu 16.04.1, on Firefox 50.1.0, running it on CLI randomly (couldn't find any pattern) crashes with "intel_do_flush_locked failed: No such file or directory". Asus UX303UB uname -sir: Linux 4.4.0-59-generic x86_64 product: HD Graphics 520 vendor: Intel Corporation configuration: driver=i915_bpo latency=0</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div class="boardComment"> <div class="boardCommentDetails"> <a href="https://launchpad.net/~bug-watch-updater" class="sprite person-inactive">Bug Watch Updater (bug-watch-updater)</a> <time title="2017-10-28 06:34:13 UTC" datetime="2017-10-28T06:34:13.772929+00:00">on 2017-10-28</time> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in mesa (Fedora): </td> </tr> <tr> <td style="text-align: right;"> <b>importance</b>: </td> <td> Unknown → Undecided </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> Unknown → Won't Fix </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/debian/+bug/977804/comments/54" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~tjaalton" class="sprite person">Timo Aaltonen (tjaalton)</a> wrote <time itemprop="commentTime" datetime="2020-05-28T09:35:30.343641+00:00" title="2020-05-28 09:35:30 UTC">on 2020-05-28</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/debian/+bug/977804/comments/54"> #54</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>is this still an issue on 20.04?</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">is this still an issue on 20.04?</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in mesa (Ubuntu): </td> </tr> <tr> <td style="text-align: right;"> <b>importance</b>: </td> <td> High → Low </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> Confirmed → Incomplete </td> </tr> </table> </div> </div> <div style="float: right;"> <a class="menu-link-activitylog" href="https://bugs.launchpad.net/debian/+bug/977804/+activity">See full activity log</a> </div> <div class="clearfix"></div> <div align="center" id="add-comment-login-first"> To post a comment you must <a href="+login?comments=all">log in</a>. </div> </div><!-- class="top-portlet" --> </div><!--- id="maincontentsub"--> <div> <div id="duplicate-form-container"></div> <div id="privacy-form-container"></div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="involvement" class="portlet"> <ul class="involvement"> <li class="single"> <a class="sprite bugs" href="/debian/+filebug"> Report a bug </a> </li> </ul> </div> <div id="privacy" class="first portlet public"> <div id="privacy-text"> <span id="information-type-summary" class="sprite public">This report contains <strong id="information-type">Public</strong> information </span> <div id="information-type-description" style="padding-top: 5px">Everyone can see this information. </div> </div> </div> <div id="portlet-actions" class="portlet vertical"> <ul id="duplicate-actions"> </ul> <ul id="lock-status-actions"> </ul> </div> <div class="portlet" id="portlet-duplicates"> <h2>Duplicates of this bug</h2> <ul> <li> <a class="sprite bug" href="https://bugs.launchpad.net/bugs/977449" title="Unity crashes when many windows are opened (intel_do_flush_locked failed: No space left on device)"> Bug #977449</a> </li> <li> <a class="sprite bug" href="https://bugs.launchpad.net/bugs/978203" title="Unity (Ubuntu 12.04 Beta) crashes on Dell Latitude D430 (Intel 945) very often during attempt to use Dash or switch between applications with following error: intel_do_flush_locked failed: No space left on device"> Bug #978203</a> </li> <li> <a class="sprite bug" href="https://bugs.launchpad.net/bugs/999958" title="screen locked up while changing workspaces (cursor still moves)"> Bug #999958</a> </li> </ul> </div> <div class="portlet vertical" id="portlet-subscription"> <div class="section"> <div id="current_user_subscription" class="False"> <span>You are</span> <a class="menu-link-subscription sprite modify edit" href="/debian/+bug/977804/+subscribe"> not directly subscribed to this bug's notifications. </a> </div> <div id="sub-unsub-spinner">Subscribing...</div> <ul> <li><a class="menu-link-editsubscriptions sprite modify edit" href="https://bugs.launchpad.net/debian/+bug/977804/+subscriptions" title="View and change your subscriptions to this bug">Edit bug mail</a></li> </ul> </div> <script type="text/javascript"> LPJS.use('io-base', 'node', 'lp.bugs.bugtask_index.portlets.subscription', function(Y) { Y.on('domready', function() { Y.lp.bugs.bugtask_index.portlets.subscription.initialize(); }); }); </script> </div> <div class="portlet vertical" id="portlet-subscribers"> <h2>Other bug subscribers</h2> <div> <div><a class="menu-link-addsubscriber sprite add" href="https://bugs.launchpad.net/debian/+bug/977804/+addsubscriber" title="Launchpad will email that person whenever this bugs changes">Subscribe someone else</a></div> </div> <div id="other-bug-subscribers"></div> </div> <div class="portlet" id="portlet-attachments"> <h2>Bug attachments</h2> <ul> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038578/+files/.tmp.unity.log.1.txt" class="sprite download-icon">.tmp.unity.log.1.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038578">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038579/+files/.tmp.unity.log.2.txt" class="sprite download-icon">.tmp.unity.log.2.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038579">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038580/+files/.tmp.unity.log.3.txt" class="sprite download-icon">.tmp.unity.log.3.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038580">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038581/+files/.tmp.unity.log.4.txt" class="sprite download-icon">.tmp.unity.log.4.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038581">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038582/+files/BootDmesg.txt" class="sprite download-icon">BootDmesg.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038582">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038583/+files/BootLog.gz" class="sprite download-icon">BootLog.gz</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038583">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038584/+files/CurrentDmesg.txt" class="sprite download-icon">CurrentDmesg.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038584">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038585/+files/Dependencies.txt" class="sprite download-icon">Dependencies.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038585">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038586/+files/DpkgLog.txt" class="sprite download-icon">DpkgLog.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038586">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038587/+files/GconfCompiz.txt" class="sprite download-icon">GconfCompiz.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038587">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038588/+files/GraphicsCard.txt" class="sprite download-icon">GraphicsCard.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038588">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038589/+files/LightdmLog.txt" class="sprite download-icon">LightdmLog.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038589">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038590/+files/Lspci.txt" class="sprite download-icon">Lspci.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038590">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038591/+files/Lsusb.txt" class="sprite download-icon">Lsusb.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038591">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038592/+files/MonitorsUser.xml.txt" class="sprite download-icon">MonitorsUser.xml.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038592">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038593/+files/ProcCpuinfo.txt" class="sprite download-icon">ProcCpuinfo.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038593">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038594/+files/ProcEnviron.txt" class="sprite download-icon">ProcEnviron.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038594">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038595/+files/ProcInterrupts.txt" class="sprite download-icon">ProcInterrupts.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038595">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038596/+files/ProcModules.txt" class="sprite download-icon">ProcModules.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038596">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038597/+files/UdevDb.txt" class="sprite download-icon">UdevDb.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038597">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038598/+files/UdevLog.txt" class="sprite download-icon">UdevLog.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038598">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038599/+files/UnitySupportTest.txt" class="sprite download-icon">UnitySupportTest.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038599">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038600/+files/XorgLog.txt" class="sprite download-icon">XorgLog.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038600">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038601/+files/XorgLogOld.txt" class="sprite download-icon">XorgLogOld.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038601">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038602/+files/Xrandr.txt" class="sprite download-icon">Xrandr.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038602">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038603/+files/dmidecode.txt.txt" class="sprite download-icon">dmidecode.txt.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038603">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038604/+files/locale.txt" class="sprite download-icon">locale.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038604">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038605/+files/peripherals.txt" class="sprite download-icon">peripherals.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038605">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038606/+files/setxkbmap.txt" class="sprite download-icon">setxkbmap.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038606">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038607/+files/xdpyinfo.txt" class="sprite download-icon">xdpyinfo.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038607">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038608/+files/xinput.txt" class="sprite download-icon">xinput.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038608">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/debian/+bug/977804/+attachment/3038609/+files/xkbcomp.txt" class="sprite download-icon">xkbcomp.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/debian/+bug/977804/+attachment/3038609">Edit</a> </li> </ul> <ul> <li> <a class="sprite add" href="/debian/+bug/977804/+addcomment">Add attachment</a> </li> </ul> </div> <div class="portlet" id="portlet-watches"> <h2>Remote bug watches</h2> <ul> <li> <span class="sprite bug-remote"></span> <a class="link-external" href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686157">debbugs #686157</a> <br />[<span>open important</span>] <a class="sprite edit action-icon" title="Change watch details" href="/bugs/977804/+watch/101410">Edit</a> </li> <li> <span class="sprite bug-remote"></span> <a class="link-external" href="https://bugs.kde.org/show_bug.cgi?id=307348">kde-bugs #307348</a> <br />[<span>RESOLVED UPSTREAM</span>] <a class="sprite edit action-icon" title="Change watch details" href="/bugs/977804/+watch/101412">Edit</a> </li> <li> <span class="sprite bug-remote"></span> <a class="link-external" href="https://bugs.freedesktop.org/show_bug.cgi?id=71759">freedesktop-bugs #71759</a> <br />[<span>NEW</span>] <a class="sprite edit action-icon" title="Change watch details" href="/bugs/977804/+watch/116174">Edit</a> </li> <li> <span class="sprite bug-remote"></span> <a class="link-external" href="https://bugzilla.redhat.com/show_bug.cgi?id=699705">redhat-bugs #699705</a> <br />[<span>CLOSED EOL</span>] <a class="sprite edit action-icon" title="Change watch details" href="/bugs/977804/+watch/101594">Edit</a> </li> <li> <span class="sprite bug-remote"></span> <a class="link-external" href="https://bugzilla.redhat.com/show_bug.cgi?id=830772">redhat-bugs #830772</a> <br />[<span>CLOSED WONTFIX</span>] <a class="sprite edit action-icon" title="Change watch details" href="/bugs/977804/+watch/99328">Edit</a> </li> </ul> <p>Bug watches keep track of this bug in other bug trackers.</p> </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> • <a href="https://launchpad.net/+tour">Take the tour</a> • <a href="https://help.launchpad.net/">Read the guide</a> <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"> © 2004 <a href="http://canonical.com/">Canonical Ltd.</a> • <a href="https://launchpad.net/legal">Terms of use</a> • <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> • <a href="/feedback">Contact Launchpad Support</a> • <a href="http://blog.launchpad.net/">Blog</a> • <a href="https://canonical.com/careers">Careers</a> • <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> • 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": {}, "bug": {"self_link": "https://bugs.launchpad.net/api/devel/bugs/977804", "web_link": "https://bugs.launchpad.net/bugs/977804", "resource_type_link": "https://bugs.launchpad.net/api/devel/#bug", "id": 977804, "private": false, "information_type": "Public", "name": null, "title": "Unity crashes when many windows are opened (intel_do_flush_locked failed: No space left on device)", "description": "Unity 5.8.0 (Ubuntu 12.04 Beta) crashes (or hanged up) on Fujitsu-Siemens S7020 (Intel 915GM Express Chipset) very often during attempt to use Dash or switch between applications when many winsows are opened with following error:\nintel_do_flush_locked failed: No space left on device\n\nProblemType: Bug\nDistroRelease: Ubuntu 12.04\nPackage: unity 5.8.0-0ubuntu2\nProcVersionSignature: Ubuntu 3.2.0-22.35-generic-pae 3.2.14\nUname: Linux 3.2.0-22-generic-pae i686\n.tmp.unity.support.test.0:\n\nApportVersion: 2.0-0ubuntu4\nArchitecture: i386\nCompizPlugins: [core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]\nCompositorRunning: compiz\nDate: Tue Apr 10 11:25:45 2012\nDistUpgraded: Fresh install\nDistroCodename: precise\nDistroVariant: ubuntu\nInstallationMedia: Ubuntu 12.04 LTS \"Precise Pangolin\" - Alpha i386 (20120314)\nMachineType: FUJITSU SIEMENS LIFEBOOK S7020\nPccardctlIdent:\n\u00a0Socket 0:\n\u00a0\u00a0\u00a0no product info available\nPccardctlStatus:\n\u00a0Socket 0:\n\u00a0\u00a0\u00a0no card\nProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-22-generic-pae root=UUID=e6a4deb8-3e53-4afb-aed8-997537309262 ro quiet splash vt.handoff=7\nSourcePackage: unity\nUpgradeStatus: No upgrade log present (probably fresh install)\ndmi.bios.date: 09/16/2005\ndmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.\ndmi.bios.version: Version 1.07\ndmi.board.name: FJNB19C\ndmi.board.vendor: FUJITSU\ndmi.board.version: CP234410-02\ndmi.chassis.type: 10\ndmi.chassis.vendor: FUJITSU SIEMENS\ndmi.chassis.version: S7020\ndmi.modalias: dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.07:bd09/16/2005:svnFUJITSUSIEMENS:pnLIFEBOOKS7020:pvr:rvnFUJITSU:rnFJNB19C:rvrCP234410-02:cvnFUJITSUSIEMENS:ct10:cvrS7020:\ndmi.product.name: LIFEBOOK S7020\ndmi.sys.vendor: FUJITSU SIEMENS\nversion.compiz: compiz 1:0.9.7.4-0ubuntu3\nversion.libdrm2: libdrm2 2.4.32-1ubuntu1\nversion.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3\nversion.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A\nversion.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3\nversion.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10\nversion.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1\nversion.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2\nversion.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4\nversion.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2", "owner_link": "https://bugs.launchpad.net/api/devel/~alexus-m", "bug_tasks_collection_link": "https://bugs.launchpad.net/api/devel/bugs/977804/bug_tasks", "duplicate_of_link": null, "date_created": "2012-04-10T07:29:08.947297+00:00", "activity_collection_link": "https://bugs.launchpad.net/api/devel/bugs/977804/activity", "subscriptions_collection_link": "https://bugs.launchpad.net/api/devel/bugs/977804/subscriptions", "date_last_updated": "2020-05-28T09:35:33.516557+00:00", "who_made_private_link": null, "date_made_private": null, "heat": 212, "bug_watches_collection_link": "https://bugs.launchpad.net/api/devel/bugs/977804/bug_watches", "cves_collection_link": "https://bugs.launchpad.net/api/devel/bugs/977804/cves", "vulnerabilities_collection_link": "https://bugs.launchpad.net/api/devel/bugs/977804/vulnerabilities", "duplicates_collection_link": "https://bugs.launchpad.net/api/devel/bugs/977804/duplicates", "attachments_collection_link": "https://bugs.launchpad.net/api/devel/bugs/977804/attachments", "security_related": false, "latest_patch_uploaded": null, "tags": ["apport-bug", "compiz-0.9", "i386", "precise", "ubuntu"], "date_last_message": "2020-05-28T09:35:30.343641+00:00", "number_of_duplicates": 3, "message_count": 55, "users_affected_count": 36, "users_unaffected_count": 0, "users_affected_collection_link": "https://bugs.launchpad.net/api/devel/bugs/977804/users_affected", "users_unaffected_collection_link": "https://bugs.launchpad.net/api/devel/bugs/977804/users_unaffected", "users_affected_count_with_dupes": 37, "other_users_affected_count_with_dupes": 37, "users_affected_with_dupes_collection_link": "https://bugs.launchpad.net/api/devel/bugs/977804/users_affected_with_dupes", "messages_collection_link": "https://bugs.launchpad.net/api/devel/bugs/977804/messages", "lock_status": "Unlocked", "lock_reason": null, "linked_branches_collection_link": "https://bugs.launchpad.net/api/devel/bugs/977804/linked_branches", "linked_merge_proposals_collection_link": "https://bugs.launchpad.net/api/devel/bugs/977804/linked_merge_proposals", "http_etag": "\"bb3c6fc69c5d72acccf6bd4d35101ef44c9d58d4-fb29c6a16989c4917d023969cb48212b4ae6a12d\""}, "subscribers_portlet_url_data": {"web_link": "https://bugs.launchpad.net/bugs/977804", "self_link": "https://bugs.launchpad.net/api/devel/bugs/977804"}, "total_comments_and_activity": 100, "initial_comment_batch_offset": 41, "first visible_recent_comment": 14, "bugtask_data": {"1204643": {"id": 1204643, "row_id": "tasksummary1204643", "form_row_id": "task1204643", "bugtask_path": "/unity/+bug/977804", "prefix": "unity", "targetname": "Unity", "bug_title": "Unity crashes when many windows are opened (intel_do_flush_locked failed: No space left on device)", "assignee_value": null, "assignee_is_team": null, "assignee_vocabulary": "AllUserTeamsParticipation", "assignee_vocabulary_filters": [], "hide_assignee_team_selection": true, "user_can_unassign": false, "user_can_delete": false, "delete_link": "https://bugs.launchpad.net/unity/+bug/977804/+delete", "target_is_product": true, "status_widget_items": [{"name": "Confirmed", "value": "Confirmed", "description": "Verified by someone other than the reporter.\n", "description_css_class": "choice-description", "style": "", "help": "", "disabled": false, "css_class": "statusCONFIRMED"}], "status_value": "Confirmed", "importance_widget_items": "[]", "importance_value": "Undecided", "milestone_widget_items": "[]", "milestone_value": null, "user_can_edit_assignee": false, "user_can_edit_milestone": false, "user_can_edit_status": false, "user_can_edit_importance": false}, "1281571": {"id": 1281571, "row_id": "tasksummary1281571", "form_row_id": "task1281571", "bugtask_path": "/debian/+bug/977804", "prefix": "debian", "targetname": "Debian", "bug_title": "Unity crashes when many windows are opened (intel_do_flush_locked failed: No space left on device)", "assignee_value": null, "assignee_is_team": null, "assignee_vocabulary": "AllUserTeamsParticipation", "assignee_vocabulary_filters": [], "hide_assignee_team_selection": true, "user_can_unassign": false, "user_can_delete": false, "delete_link": "https://bugs.launchpad.net/debian/+bug/977804/+delete", "target_is_product": false, "status_widget_items": [{"name": "New", "value": "New", "description": "Not looked at yet.\n", "description_css_class": "choice-description", "style": "", "help": "", "disabled": false, "css_class": "statusNEW"}], "status_value": "New", "importance_widget_items": "[]", "importance_value": "Unknown", "milestone_widget_items": "[]", "milestone_value": null, "user_can_edit_assignee": false, "user_can_edit_milestone": false, "user_can_edit_status": false, "user_can_edit_importance": false}, "1220960": {"id": 1220960, "row_id": "tasksummary1220960", "form_row_id": "task1220960", "bugtask_path": "/fedora/+source/mesa/+bug/977804", "prefix": "fedora_mesa", "targetname": "mesa (Fedora)", "bug_title": "Unity crashes when many windows are opened (intel_do_flush_locked failed: No space left on device)", "assignee_value": null, "assignee_is_team": null, "assignee_vocabulary": "AllUserTeamsParticipation", "assignee_vocabulary_filters": [], "hide_assignee_team_selection": true, "user_can_unassign": false, "user_can_delete": false, "delete_link": "https://bugs.launchpad.net/fedora/+source/mesa/+bug/977804/+delete", "target_is_product": false, "status_widget_items": [{"name": "Won't Fix", "value": "Won't Fix", "description": "Doesn't fit with the project plans, sorry.\n", "description_css_class": "choice-description", "style": "", "help": "", "disabled": false, "css_class": "statusWONTFIX"}], "status_value": "Won't Fix", "importance_widget_items": "[]", "importance_value": "Undecided", "milestone_widget_items": "[]", "milestone_value": null, "user_can_edit_assignee": false, "user_can_edit_milestone": false, "user_can_edit_status": false, "user_can_edit_importance": false}, "1210207": {"id": 1210207, "row_id": "tasksummary1210207", "form_row_id": "task1210207", "bugtask_path": "/ubuntu/+source/mesa/+bug/977804", "prefix": "ubuntu_mesa", "targetname": "mesa (Ubuntu)", "bug_title": "Unity crashes when many windows are opened (intel_do_flush_locked failed: No space left on device)", "assignee_value": null, "assignee_is_team": null, "assignee_vocabulary": "AllUserTeamsParticipation", "assignee_vocabulary_filters": [], "hide_assignee_team_selection": true, "user_can_unassign": false, "user_can_delete": false, "delete_link": "https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/977804/+delete", "target_is_product": false, "status_widget_items": [{"name": "Incomplete", "value": "Incomplete", "description": "Cannot be verified, the reporter needs to give more info.\n", "description_css_class": "choice-description", "style": "", "help": "", "disabled": false, "css_class": "statusINCOMPLETE"}], "status_value": "Incomplete", "importance_widget_items": "[]", "importance_value": "Low", "milestone_widget_items": "[]", "milestone_value": null, "user_can_edit_assignee": false, "user_can_edit_milestone": false, "user_can_edit_status": false, "user_can_edit_importance": false}, "1167397": {"id": 1167397, "row_id": "tasksummary1167397", "form_row_id": "task1167397", "bugtask_path": "/ubuntu/+source/unity/+bug/977804", "prefix": "ubuntu_unity", "targetname": "unity (Ubuntu)", "bug_title": "Unity crashes when many windows are opened (intel_do_flush_locked failed: No space left on device)", "assignee_value": null, "assignee_is_team": null, "assignee_vocabulary": "AllUserTeamsParticipation", "assignee_vocabulary_filters": [], "hide_assignee_team_selection": true, "user_can_unassign": false, "user_can_delete": false, "delete_link": "https://bugs.launchpad.net/ubuntu/+source/unity/+bug/977804/+delete", "target_is_product": false, "status_widget_items": [{"name": "Confirmed", "value": "Confirmed", "description": "Verified by someone other than the reporter.\n", "description_css_class": "choice-description", "style": "", "help": "", "disabled": false, "css_class": "statusCONFIRMED"}], "status_value": "Confirmed", "importance_widget_items": "[]", "importance_value": "Undecided", "milestone_widget_items": "[]", "milestone_value": null, "user_can_edit_assignee": false, "user_can_edit_milestone": false, "user_can_edit_status": false, "user_can_edit_importance": false}}, "information_type_data": {"PUBLIC": {"value": "PUBLIC", "description": "Everyone can see this information.\n", "name": "Public", "order": 0, "is_private": false, "description_css_class": "choice-description"}, "PUBLICSECURITY": {"value": "PUBLICSECURITY", "description": "Everyone can see this security related information.\n", "name": "Public Security", "order": 1, "is_private": false, "description_css_class": "choice-description"}, "PRIVATESECURITY": {"value": "PRIVATESECURITY", "description": "Only the security group can see this information.\n ", "name": "Private Security", "order": 2, "is_private": true, "description_css_class": "choice-description"}, "USERDATA": {"value": "USERDATA", "description": "Only shared with users permitted to see private user information.\n", "name": "Private", "order": 3, "is_private": true, "description_css_class": "choice-description"}}, "bug_is_private": false, "context": {"self_link": "https://bugs.launchpad.net/api/devel/debian/+bug/977804", "web_link": "https://bugs.launchpad.net/debian/+bug/977804", "resource_type_link": "https://bugs.launchpad.net/api/devel/#bug_task", "bug_link": "https://bugs.launchpad.net/api/devel/bugs/977804", "milestone_link": null, "status": "New", "status_explanation": null, "importance": "Unknown", "importance_explanation": null, "assignee_link": null, "bug_target_display_name": "Debian", "bug_target_name": "debian", "bug_watch_link": "https://bugs.launchpad.net/api/devel/bugs/977804/+watch/101410", "date_assigned": null, "date_created": "2012-10-05T20:14:29.173913+00:00", "date_confirmed": null, "date_incomplete": null, "date_in_progress": null, "date_closed": null, "date_left_new": null, "date_triaged": null, "date_fix_committed": null, "date_fix_released": null, "date_left_closed": null, "owner_link": "https://bugs.launchpad.net/api/devel/~alexus-m", "target_link": "https://bugs.launchpad.net/api/devel/debian", "title": "Bug #977804 in Debian: \"Unity crashes when many windows are opened (intel_do_flush_locked failed: No space left on device)\"", "related_tasks_collection_link": "https://bugs.launchpad.net/api/devel/debian/+bug/977804/related_tasks", "is_complete": false, "http_etag": "\"0c74fdb1072fa0e46f76b873910ffa15e98df152-3d1be80bfc633828a1aa1dda2f69b38fcc918296\""}};</script> </body> <!-- Facet name: bugs Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 63 queries/external actions issued in 0.96 seconds Features: {'profiling.enabled': None, 'hard_timeout': '9000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'bugs.affected_count_includes_dupes.disabled': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r22ade00 --> </html>