[Compiz] [Bug 824099] Re: Max GL texture size can break multi-head
** Description changed: There's a longstanding issue (see the duplicate bug #555641) with Compiz and multi-monitor setups with any combined dimension larger than the maximum GL texture size. It used to be the case that this would simply crash compiz, but mesa now has code to fallback to software rendering for those cases. Unfortunately, this rendering is unacceptably slow (on the order of 10s of seconds per frame), particularly since the only hardware that will realistically hit this limit is netbook hardware with the associated anaemic CPU. It also appears to be broken in some cases (see bug #830949), although I can't reproduce that myself. The Compiz "Copy to Texture" plugin can break textures up into <= max texture size chunks, allowing hardware rendering to work with these large framebuffers. This is insufficient for Unity, though, which also needs a way to break up its FBOs. For Oneiric we should patch g-s-d's xrandr plugin to disallow setting a multi-monitor configuration with any dimension >= max texture size when Unity is running. Additionally, the display capplet should not allow a resolution to be explicitly set that will break Unity. For P this should be dropped in favour of enabling Compiz's "Copy to Texture" plugin and fixing Unity. + + String Freeze Exception Request: + This patch adds a new failure mode and explanatory error message to gnome-desktop's randr handling. This new message is required to explain to the user why their multi-head setup request has been rejected, and what can be done about it. Original report: THIS IS A MASTER BUG OF FOUR DIFFERENT BUGS: [nVidia] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/830955 [Intel N10] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/830949 [Intel Arrandale, Mobile 4 Series] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/830952 [ATI] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/830953 Oneiric Alpha 3 installed on this system. Under testing, one test is to plug in an external monitor and ensure that external video functions properly. On this EeePC, it does not. (See photo attached to this bug). Once the external montior is plugged in, both the primary display and the external display are horribly garbled. The only thing that exists on the screen that's remotely readable is the panel at the top. The rest of the desktop area is just a mess. Affected systems and GPUs: Dell Vostro 1014 (Intel Mobile 4 Series) Dell Vostro 1015 (Intel Mobile 4 Series) Lenovo Thinkpad Edge 11 (Intel Arrandale) Lenovo Thinkpad Edge 14 (M92 [Mobility Radeon HD 4500/5100 Series]) Lenovo Thinkpad Edge 15 (Intel Arrandale) Lenovo Thinkpad SL410 (Intel Mobile 4 Series) Lenovo Thinkpad Edge 15 (ATI Technologies Inc M880G [Mobility Radeon HD 4200]) Lenovo Thinkpad L412 (Intel Arrandale) Lenovo Thinkpad Edge 11 (ATI Technologies Inc: M880G [Mobility Radeon HD 4200]) Dell Vostro 1520 (Intel Mobile 4 Series) Dell Vostro 1720 (Intel Mobile 4 Series) Dell Studio XPS 1340 (nVidia Corporation: GT218 [GeForce G210M]) Dell Inspiron 1545 (Intel Mobile 4 Series) Dell Studio XPS 1340 (nVidia Corporation: G98 [GeForce 9200M GS]) Dell Vostro 3300 (Intel Arrandale) Dell Vostro 3500 (Intel Arrandale) Dell Vostro 3700 (Intel Arrandale) Dell Precision M4500 (nVidia Corporation: GT215 [Quadro FX 1800M]) Dell Latitude E6410 (nVidia Corporation: GT218 [NVS 3100M]) Toshiba Tecra A11/M11 (Intel Arrendale) Toshiba Tecra S11/M11 (nVidia Corporation: GT218 [NVS 2100M]) Dell Latitude 2110 (Intel Corporation: N10 Family Integrated Graphics Controller) Dell Latitude 13 (Intel Mobile 4 Series) Dell Vostro 3400 (Intel Arrandale) Dell Vostro V13 (Intel Mobile 4 Series) Dell Vostro 3500 (Intel Arrandale) Dell Vostro V13 (Intel Mobile 4 Series) Dell Vostro 3700 (Intel Arrandale) Dell Precision M6500 (ATI Technologies Inc: M97 GL [ATI FirePro M7740]) Toshiba Tecra R700 (Intel Arrandale) Dell Inspiron 15R (Intel Arrandale) HP ProBook 6550b (Intel Arrandale) Asus EeePC 1001PXD (Intel Corporation: N10 Family Integrated Graphics Controller) Asus EeePC 1011PX (Intel Corporation: N10 Family Integrated Graphics Controller) Asus EeePC 1015PX (Intel Corporation: N10 Family Integrated Graphics Controller) Dell Mini 10 (Intel Corporation: N10 Family Integrated Graphics Controller) ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: xorg 1:7.6+7ubuntu6 ProcVersionSignature: Ubuntu 3.0.0-8.10-generic 3.0.1 Uname: Linux 3.0.0-8-generic i686 Architecture: i386 CompizPlugins: [core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell] CompositorRunning: compiz Date: Wed Aug 10 13:38:33 2011 DistUpgraded: Fresh insta
[Compiz] [Bug 86184] Re: Can't change cursor style using Compiz.
I never had any use for eye-candy hence no need to change themes or cursor icons. That is until my 78 year-old mother-in-law complained that the cursor was too small. I tried to change the size on default cursor and it did in some windows but not on desktop or system windows. The search began and I came across this you tube video that solved my problem, the link at the end. Here is a step by step of what I did courtesy of AbhiramH on you tube: 1-Go to http://gnome-look.org/ , click on X11 Mouse Themes in the left margin, and download a pointer theme you like. I needed a large cursor so I downloaded Large Mouse Cursor 1.0 http://gnome-look.org/content/show.php/Large+Mouse+Cursors?content=140787 2-go to download folder and extract to desktop, you now have a folder on desktop named as the downloaded theme MY extracted folder was named Large Mouse Cursor and I had to rename it Large-Mouse-Cursor (with dashes) to get this to work, it seems like spaces don't really work in this process. Themes without spaces worked without renaming. 3-Fire up the terminal, type sudo nautilus, enter password 4- once browsing as root in the file browser, copy the folder on the desktop and paste to usr/share/icons folder 5-close nautilus and terminal 6- Fire terminal again and type sudo gedit /usr/share/icons/default/index.theme 7-enter password 8- when the file opens, you will see Inherits=name of your current pointer theme, change that to Inherits=name of new pointer theme which is the name of the extracted folder you copied in step 4. Mine was Inherits=Large-Mouse-Cursors (again note the lack of space and addition of dashes) 9-save and exit. 10- now go to system/preferences/appearance, click customize, click pointer tab, and choose your new pointer theme, and exit 11- shut down and restart. Log in and out did not work for me. That's it, it should work. Other than a few exceptions above, I take no credit for this. All the credit goes to this dude AbhiramH on you tube http://www.youtube.com/watch?v=CvS9kh_bMyM -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/86184 Title: Can't change cursor style using Compiz. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/86184/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 459647] Re: Cannot change mouse cursor theme when compiz is enabled
*** This bug is a duplicate of bug 86184 *** https://bugs.launchpad.net/bugs/86184 I never had any use for eye-candy hence no need to change themes or cursor icons. That is until my 78 year-old mother-in-law complained that the cursor was too small. I tried to change the size on default cursor and it did in some windows but not on desktop or system windows. The search began and I came across this you tube video that solved my problem, the link at the end. Here is a step by step of what I did courtesy of AbhiramH on you tube: 1-Go to http://gnome-look.org/ , click on X11 Mouse Themes in the left margin, and download a pointer theme you like. I needed a large cursor so I downloaded Large Mouse Cursor 1.0 http://gnome-look.org/content/show.php/Large+Mouse+Cursors?content=140787 2-go to download folder and extract to desktop, you now have a folder on desktop named as the downloaded theme MY extracted folder was named Large Mouse Cursor and I had to rename it Large-Mouse-Cursor (with dashes) to get this to work, it seems like spaces don't really work in this process. Themes without spaces worked without renaming. 3-Fire up the terminal, type sudo nautilus, enter password 4- once browsing as root in the file browser, copy the folder on the desktop and paste to usr/share/icons folder 5-close nautilus and terminal 6- Fire terminal again and type sudo gedit /usr/share/icons/default/index.theme 7-enter password 8- when the file opens, you will see Inherits=name of your current pointer theme, change that to Inherits=name of new pointer theme which is the name of the extracted folder you copied in step 4. Mine was Inherits=Large-Mouse-Cursors (again note the lack of space and addition of dashes) 9-save and exit. 10- now go to system/preferences/appearance, click customize, click pointer tab, and choose your new pointer theme, and exit 11- shut down and restart. Log in and out did not work for me. That's it, it should work. Other than a few exceptions above, I take no credit for this. All the credit goes to this dude AbhiramH on you tube http://www.youtube.com/watch?v=CvS9kh_bMyM -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/459647 Title: Cannot change mouse cursor theme when compiz is enabled To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/459647/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 824099] Re: Max GL texture size can break multi-head
** Branch linked: lp:~raof/gnome-desktop/workaround-bug-824099 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/824099 Title: Max GL texture size can break multi-head To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/824099/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 824099] Re: Max GL texture size can break multi-head
I've got a patch for this; I'm cleaning it up and will propose a merge. ** Package changed: gnome-settings-daemon (Ubuntu Oneiric) => gnome- desktop3 (Ubuntu Oneiric) -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/824099 Title: Max GL texture size can break multi-head To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/824099/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 824099] Re: Max GL texture size can break multi-head
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gnome-desktop3 (Ubuntu P-series) Status: New => Confirmed -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/824099 Title: Max GL texture size can break multi-head To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/824099/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 803706] Re: screen freeze after closing laptop lid when playing audacious skinned interface
[Expired for compiz (Ubuntu) because there has been no activity for 60 days.] ** Changed in: compiz (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/803706 Title: screen freeze after closing laptop lid when playing audacious skinned interface To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/803706/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 815154] Re: display problem in maximized applications
[Expired for compiz (Ubuntu) because there has been no activity for 60 days.] ** Changed in: compiz (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/815154 Title: display problem in maximized applications To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/815154/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 860215] Crash report cannot be processed
Thank you for your report! However, processing it in order to get sufficient information for the developers failed (it does not generate an useful symbolic stack trace). This might be caused by some outdated packages which were installed on your system at the time of the report: outdated debug symbol package for libavahi-common3: package version 0.6.30-4ubuntu1 dbgsym version 0.6.30-0ubuntu2 outdated debug symbol package for libtiff4: package version 3.9.5-1ubuntu1 dbgsym version 3.9.4-5ubuntu6 libgtk-3-common version 3.1.92-0ubuntu1 required, but 3.2.0-0ubuntu1 is available outdated debug symbol package for libk5crypto3: package version 1.9.1+dfsg-1ubuntu1 dbgsym version 1.8.3+dfsg-5ubuntu2.1 outdated debug symbol package for libavahi-client3: package version 0.6.30-4ubuntu1 dbgsym version 0.6.30-0ubuntu2 outdated debug symbol package for passwd: package version 1:4.1.4.2+svn3283-3ubuntu2 dbgsym version 1:4.1.4.2+svn3283-3ubuntu1 outdated debug symbol package for libkrb5-3: package version 1.9.1+dfsg-1ubuntu1 dbgsym version 1.8.3+dfsg-5ubuntu2.1 outdated debug symbol package for libdatrie1: package version 0.2.4-3 dbgsym version 0.2.4-1 libc-bin version 2.13-20ubuntu2 required, but 2.13-20ubuntu3 is available outdated debug symbol package for libgssapi-krb5-2: package version 1.9.1+dfsg-1ubuntu1 dbgsym version 1.8.3+dfsg-5ubuntu2.1 libgtk-3-0 version 3.1.92-0ubuntu1 required, but 3.2.0-0ubuntu1 is available outdated debug symbol package for libkrb5support0: package version 1.9.1+dfsg-1ubuntu1 dbgsym version 1.8.3+dfsg-5ubuntu2.1 multiarch-support version 2.13-20ubuntu2 required, but 2.13-20ubuntu3 is available libc6 version 2.13-20ubuntu2 required, but 2.13-20ubuntu3 is available outdated debug symbol package for libthai0: package version 0.1.15-2 dbgsym version 0.1.14-2ubuntu1 Please upgrade your system to the latest package versions. If you still encounter the crash, please file a new report. Thank you for your understanding, and sorry for the inconvenience! ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/860215/+attachment/2467351/+files/CoreDump.gz ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/860215 Title: compiz crashed with SIGABRT To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/860215/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 860215] Stacktrace.txt
** Attachment added: "Stacktrace.txt" https://bugs.launchpad.net/bugs/860215/+attachment/2467425/+files/Stacktrace.txt -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/860215 Title: compiz crashed with SIGABRT To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/860215/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 860215] ThreadStacktrace.txt
** Attachment added: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/860215/+attachment/2467426/+files/ThreadStacktrace.txt ** Changed in: compiz (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/860215 Title: compiz crashed with SIGABRT To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/860215/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 860215]
StacktraceTop: ?? () ?? () ?? () ?? () ?? () -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/860215 Title: compiz crashed with SIGABRT To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/860215/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 860215] Re: compiz crashed with SIGABRT
** Visibility changed to: Public -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/860215 Title: compiz crashed with SIGABRT To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/860215/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 831769] Re: compiz crashed with SIGSEGV in sigc::signal_base::impl()
oder problems by compiz -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/831769 Title: compiz crashed with SIGSEGV in sigc::signal_base::impl() To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/831769/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 860194] [NEW] Compiz does not load little images of files
Public bug reported: Whereas in CompizConfig (compizconfig-settings-manager 0.9.5.92-0ubuntu1) I have checked all the boxes in the “Image loading” category, miniatures of files are not shown in Nautilus. For example, for a TXT document, I should see the file in small; Compiz should “render text to texture”. Instead, I only see a blank icon of TXT file. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: compiz 1:0.9.5.94+bzr20110919-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4 Uname: Linux 3.0.0-12-generic x86_64 .tmp.unity.support.test.0: ApportVersion: 1.23-0ubuntu1 Architecture: amd64 CompizPlugins: [core,bailer,detection,composite,opengl,compiztoolbox,imgjpeg,decor,place,grid,imgpng,text,regex,resize,session,mousepoll,animation,move,vpswitch,imgsvg,gnomecompat,workarounds,wall,unitymtgrabhandles,wobbly,fade,expo,scale,ezoom,unityshell] CompositorRunning: compiz Date: Mon Sep 26 21:21:50 2011 DistUpgraded: Log time: 2011-09-26 17:18:14.406895 DistroCodename: oneiric DistroVariant: ubuntu GraphicsCard: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07) (prog-if 00 [VGA controller]) Subsystem: Acer Incorporated [ALI] Device [1025:0253] Subsystem: Acer Incorporated [ALI] Device [1025:0253] InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110921.2) MachineType: Acer Extensa 5635 PackageArchitecture: all ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic root=UUID=09b89a6f-c256-4979-8a0b-ccf3e7f97dfe ro quiet splash vt.handoff=7 SourcePackage: compiz UpgradeStatus: Upgraded to oneiric on 2011-09-26 (0 days ago) dmi.bios.date: 08/14/2009 dmi.bios.vendor: Phoenix dmi.bios.version: V0.3305 dmi.board.name: BA50-MV dmi.board.vendor: Acer dmi.board.version: Not Applicable dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenix:bvrV0.3305:bd08/14/2009:svnAcer:pnExtensa5635:pvrNotApplicable:rvnAcer:rnBA50-MV:rvrNotApplicable:cvnAcer:ct10:cvrN/A: dmi.product.name: Extensa 5635 dmi.product.version: Not Applicable dmi.sys.vendor: Acer version.compiz: compiz 1:0.9.5.94+bzr20110919-0ubuntu1 version.ia32-libs: ia32-libs 20090808ubuntu23 version.libdrm2: libdrm2 2.4.26-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3 version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20110811.g93fc084-0ubuntu1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20110411+8378443-1 ** Affects: compiz (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug compiz-0.9 oneiric running-unity ubuntu -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/860194 Title: Compiz does not load little images of files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/860194/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 860194] Re: Compiz does not load little images of files
-- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/860194 Title: Compiz does not load little images of files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/860194/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 856921] Re: compiz crashed with SIGSEGV in CompWindow::~CompWindow()
This error occurred when closing Empathy. My system: Ubuntu 11.10 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/856921 Title: compiz crashed with SIGSEGV in CompWindow::~CompWindow() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/856921/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 860168] Re: compiz crashed with SIGSEGV in CompWindow::~CompWindow()
*** This bug is a duplicate of bug 856921 *** https://bugs.launchpad.net/bugs/856921 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #856921, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/860168/+attachment/2466862/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/860168/+attachment/2466864/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/860168/+attachment/2466865/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/860168/+attachment/2466875/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/860168/+attachment/2466877/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/860168/+attachment/2466878/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/860168/+attachment/2466879/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/860168/+attachment/2466880/+files/ThreadStacktrace.txt ** Visibility changed to: Public ** This bug has been marked a duplicate of bug 856921 compiz crashed with SIGSEGV in CompWindow::~CompWindow() ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/860168 Title: compiz crashed with SIGSEGV in CompWindow::~CompWindow() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/860168/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 860157] Re: compiz crashed with SIGSEGV in CompScreen::insertServerWindow()
*** This bug is a duplicate of bug 857303 *** https://bugs.launchpad.net/bugs/857303 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #857303, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/860157/+attachment/2466794/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/860157/+attachment/2466795/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/860157/+attachment/2466796/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/860157/+attachment/2466798/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/860157/+attachment/2466799/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/860157/+attachment/2466800/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/860157/+attachment/2466801/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/860157/+attachment/2466802/+files/ThreadStacktrace.txt ** Visibility changed to: Public ** This bug has been marked a duplicate of private bug 857303 ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/860157 Title: compiz crashed with SIGSEGV in CompScreen::insertServerWindow() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/860157/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 860151] Re: compiz crashed with SIGSEGV in CompWindow::~CompWindow()
*** This bug is a duplicate of bug 856921 *** https://bugs.launchpad.net/bugs/856921 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #856921, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/860151/+attachment/2466757/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/860151/+attachment/2466758/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/860151/+attachment/2466759/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/860151/+attachment/2466761/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/860151/+attachment/2466762/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/860151/+attachment/2466763/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/860151/+attachment/2466764/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/860151/+attachment/2466765/+files/ThreadStacktrace.txt ** Visibility changed to: Public ** This bug has been marked a duplicate of bug 856921 compiz crashed with SIGSEGV in CompWindow::~CompWindow() ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/860151 Title: compiz crashed with SIGSEGV in CompWindow::~CompWindow() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/860151/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 851472] Re: compiz crashed with SIGSEGV in _XFreeEventCookies()
Also affects me, closed scribus then got this crash. -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/851472 Title: compiz crashed with SIGSEGV in _XFreeEventCookies() To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/851472/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 851472] Re: compiz crashed with SIGSEGV in _XFreeEventCookies()
Same as guy before me. Pluged Desire (flash in chromoium,benshee,totem) and then it crashed. -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/851472 Title: compiz crashed with SIGSEGV in _XFreeEventCookies() To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/851472/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 811171] Re: compiz assert failure: *** glibc detected *** compiz: malloc(): smallbin double linked list corrupted: 0x093bbb18 ***
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: compiz (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/811171 Title: compiz assert failure: *** glibc detected *** compiz: malloc(): smallbin double linked list corrupted: 0x093bbb18 *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/811171/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 860031] Re: compiz crashed with SIGSEGV in CompWindow::~CompWindow()
*** This bug is a duplicate of bug 856921 *** https://bugs.launchpad.net/bugs/856921 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #856921, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/860031/+attachment/2465974/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/860031/+attachment/2465976/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/860031/+attachment/2465977/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/860031/+attachment/2465986/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/860031/+attachment/2465988/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/860031/+attachment/2465989/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/860031/+attachment/2465990/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/860031/+attachment/2465991/+files/ThreadStacktrace.txt ** Visibility changed to: Public ** This bug has been marked a duplicate of bug 856921 compiz crashed with SIGSEGV in CompWindow::~CompWindow() ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/860031 Title: compiz crashed with SIGSEGV in CompWindow::~CompWindow() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/860031/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 813365] Re: compiz leaks memory, becomes sluggish and unusable after using it for few hours
** Changed in: unity Status: Fix Committed => Fix Released ** Changed in: compiz Status: New => Fix Released ** Changed in: compiz (Ubuntu Oneiric) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/813365 Title: compiz leaks memory, becomes sluggish and unusable after using it for few hours To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/813365/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 813365] Re: compiz leaks memory, becomes sluggish and unusable after using it for few hours
As far as I'm concerned, the unity part of this is done for now. ** Changed in: unity Status: In Progress => Fix Committed ** Changed in: compiz (Ubuntu Oneiric) Assignee: Tim Penhey (thumper) => (unassigned) -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/813365 Title: compiz leaks memory, becomes sluggish and unusable after using it for few hours To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/813365/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 758684] Re: First viewport darkens in the live preview when switching viewports in desktop wall
This bug changed in oneiric: instead of the first workspaces becoming darker, all of them become transparent (as if live previews was only active during desktop moves). However this behaviour has disappeared with today's unity updates, and it works normally now. Will flag this as Fix Released. ** Changed in: compiz (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/758684 Title: First viewport darkens in the live preview when switching viewports in desktop wall To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/758684/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 851472] Re: compiz crashed with SIGSEGV in _XFreeEventCookies()
Occurs when i plugged out mounted Android phone in mass storage mode -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/851472 Title: compiz crashed with SIGSEGV in _XFreeEventCookies() To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/851472/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 811171] Re: compiz assert failure: *** glibc detected *** compiz: malloc(): smallbin double linked list corrupted: 0x093bbb18 ***
** This bug is no longer a duplicate of bug 691070 compiz assert failure: *** glibc detected *** compiz: corrupted double-linked list: 0x0195ae60 *** -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/811171 Title: compiz assert failure: *** glibc detected *** compiz: malloc(): smallbin double linked list corrupted: 0x093bbb18 *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/811171/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 691070] Re: compiz assert failure: *** glibc detected *** compiz: corrupted double-linked list: 0x000000000195ae60 ***
David, as Jason mentioned above, the stack traces attached to this bug don't match the error that has been reported in any way. Without reproducibility on our side or a valid stack trace, it is very hard to track. -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/691070 Title: compiz assert failure: *** glibc detected *** compiz: corrupted double-linked list: 0x0195ae60 *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/691070/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 859960] Re: compiz crashed with SIGSEGV in CompWindow::~CompWindow()
*** This bug is a duplicate of bug 856921 *** https://bugs.launchpad.net/bugs/856921 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #856921, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/859960/+attachment/2465488/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/859960/+attachment/2465490/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/859960/+attachment/2465491/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/859960/+attachment/2465501/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/859960/+attachment/2465503/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/859960/+attachment/2465504/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/859960/+attachment/2465505/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/859960/+attachment/2465506/+files/ThreadStacktrace.txt ** Visibility changed to: Public ** This bug has been marked a duplicate of bug 856921 compiz crashed with SIGSEGV in CompWindow::~CompWindow() ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/859960 Title: compiz crashed with SIGSEGV in CompWindow::~CompWindow() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/859960/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 859965] Re: unity-window-decorator crashed with SIGSEGV in g_data_set_internal()
*** This bug is a duplicate of bug 807487 *** https://bugs.launchpad.net/bugs/807487 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #807487, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/859965/+attachment/2465543/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/859965/+attachment/2465545/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/859965/+attachment/2465546/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/859965/+attachment/2465560/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/859965/+attachment/2465562/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/859965/+attachment/2465563/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/859965/+attachment/2465564/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/859965/+attachment/2465565/+files/ThreadStacktrace.txt ** Visibility changed to: Public ** This bug has been marked a duplicate of bug 807487 unity-window-decorator crashed with SIGSEGV in g_datalist_id_set_data_full() ** Visibility changed to: Public ** Tags removed: need-i386-retrace -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/859965 Title: unity-window-decorator crashed with SIGSEGV in g_data_set_internal() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/859965/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 856921] Re: compiz crashed with SIGSEGV in CompWindow::~CompWindow()
Hi, i don't know if this is the correct bug, but in my machine, most of the time, ubuntu 11.10 beta 2 freezes with no error or log message, just freezes all the screen, no mouse movement possible, not ctrl+alt+ (f1,f2,f3,f4) possible either, just reset button and try again. My spects Asus p5qc (Intel P45) Intel Core2Quad (2666 MHz) 2GB ram (DDR1333) I think that my mother is not quite compatible. But until Ubuntu 10.04 worked like a charm! -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/856921 Title: compiz crashed with SIGSEGV in CompWindow::~CompWindow() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/856921/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 859806] Re: compiz crashed with SIGSEGV in CompWindow::~CompWindow()
*** This bug is a duplicate of bug 856921 *** https://bugs.launchpad.net/bugs/856921 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #856921, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/859806/+attachment/2464375/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/859806/+attachment/2464377/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/859806/+attachment/2464378/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/859806/+attachment/2464388/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/859806/+attachment/2464390/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/859806/+attachment/2464391/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/859806/+attachment/2464392/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/859806/+attachment/2464393/+files/ThreadStacktrace.txt ** Visibility changed to: Public ** This bug has been marked a duplicate of bug 856921 compiz crashed with SIGSEGV in CompWindow::~CompWindow() ** Visibility changed to: Public ** Tags removed: need-i386-retrace -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/859806 Title: compiz crashed with SIGSEGV in CompWindow::~CompWindow() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/859806/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 810136] Re: Changing monitor setup moves windows between workspaces
I don't think it's okay to do nothing about this bug for 60 days and then just close it as "expired". ** Changed in: compiz (Ubuntu) Status: Expired => New -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/810136 Title: Changing monitor setup moves windows between workspaces To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/810136/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 859755] Re: compiz crashed with SIGSEGV in CompWindow::~CompWindow()
** Visibility changed to: Public -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/859755 Title: compiz crashed with SIGSEGV in CompWindow::~CompWindow() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/859755/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 859761] Re: unity-window-decorator crashed with SIGSEGV in g_datalist_id_set_data_full()
*** This bug is a duplicate of bug 857030 *** https://bugs.launchpad.net/bugs/857030 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #857030, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/859761/+attachment/2464022/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/859761/+attachment/2464024/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/859761/+attachment/2464025/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/859761/+attachment/2464034/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/859761/+attachment/2464036/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/859761/+attachment/2464037/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/859761/+attachment/2464038/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/859761/+attachment/2464039/+files/ThreadStacktrace.txt ** Visibility changed to: Public ** This bug has been marked a duplicate of private bug 857030 ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/859761 Title: unity-window-decorator crashed with SIGSEGV in g_datalist_id_set_data_full() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/859761/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 859755] Re: compiz crashed with SIGSEGV in CompWindow::~CompWindow()
*** This bug is a duplicate of bug 856921 *** https://bugs.launchpad.net/bugs/856921 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #856921, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/859755/+attachment/2463969/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/859755/+attachment/2463971/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/859755/+attachment/2463972/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/859755/+attachment/2463982/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/859755/+attachment/2463984/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/859755/+attachment/2463985/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/859755/+attachment/2463986/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/859755/+attachment/2463987/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of bug 856921 compiz crashed with SIGSEGV in CompWindow::~CompWindow() ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/859755 Title: compiz crashed with SIGSEGV in CompWindow::~CompWindow() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/859755/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 855991] Re: compiz crashed with SIGSEGV in XFindOnExtensionList()
In my case it happened when I tried to minimize the windows. After compiz restart the performance became unbearable. I have filed this as LP:859705 in case something can be done for it. -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/855991 Title: compiz crashed with SIGSEGV in XFindOnExtensionList() To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/855991/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 859716] Re: compiz crashed after resume from suspend with SIGSEGV in CompWindow::~CompWindow()
*** This bug is a duplicate of bug 856921 *** https://bugs.launchpad.net/bugs/856921 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #856921, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/859716/+attachment/2463681/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/859716/+attachment/2463683/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/859716/+attachment/2463684/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/859716/+attachment/2463694/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/859716/+attachment/2463696/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/859716/+attachment/2463697/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/859716/+attachment/2463698/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/859716/+attachment/2463699/+files/ThreadStacktrace.txt ** Visibility changed to: Public ** This bug has been marked a duplicate of bug 856921 compiz crashed with SIGSEGV in CompWindow::~CompWindow() ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/859716 Title: compiz crashed after resume from suspend with SIGSEGV in CompWindow::~CompWindow() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/859716/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 859705] Re: [oneiric] Compiz becomes extremely slow after restart from crash
-- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/859705 Title: [oneiric] Compiz becomes extremely slow after restart from crash To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/859705/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 859705] [NEW] [oneiric] Compiz becomes extremely slow after restart from crash
Public bug reported: The users experiencing bug LP:855991 start experiencing extremely degraded performance upon compiz restart. This may be the result of the original issue or something that compiz does after a restart brings the system to such condition. Here's a video of the performance after Compiz recovers from the crash: http://youtu.be/pBSUVqFN5WU (made using blurrycam on my phone). This is an external display attached through DVI-D to my nvidia-based laptop. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: compiz 1:0.9.5.94+bzr20110919-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4 Uname: Linux 3.0.0-11-generic x86_64 NonfreeKernelModules: nvidia .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: '/proc/driver/nvidia/gpus/0' .proc.driver.nvidia.registry: Binary: "" .proc.driver.nvidia.version: NVRM version: NVIDIA UNIX x86_64 Kernel Module 280.13 Wed Jul 27 16:53:56 PDT 2011 GCC version: gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu2) .tmp.unity.support.test.0: ApportVersion: 1.23-0ubuntu1 Architecture: amd64 CompizPlugins: [core,bailer,detection,composite,opengl,decor,snap,imgpng,grid,place,unitymtgrabhandles,vpswitch,compiztoolbox,regex,resize,move,blur,gnomecompat,mousepoll,session,animation,workarounds,wall,fade,scale,expo,ezoom,unityshell] CompositorRunning: compiz Date: Mon Sep 26 17:49:31 2011 DistUpgraded: Log time: 2011-08-30 14:27:52.994552 DistroCodename: oneiric DistroVariant: ubuntu DkmsStatus: nvidia-current, 280.13, 3.0.0-10-generic, x86_64: installed nvidia-current, 280.13, 3.0.0-11-generic, x86_64: installed EcryptfsInUse: Yes GraphicsCard: nVidia Corporation G86 [GeForce 8400M G] [10de:0428] (rev a1) (prog-if 00 [VGA controller]) Subsystem: Acer Incorporated [ALI] Device [1025:0126] InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) JockeyStatus: xorg:nvidia_173 - NVIDIA accelerated graphics driver (Proprietary, Disabled, Not in use) xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, Enabled, In use) kmod:nvidia_173 - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) kmod:nvidia_current - nvidia_current (Proprietary, Disabled, Not in use) MachineType: Acer Aspire 5520 PackageArchitecture: all ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.0.0-11-generic root=UUID=799e9cf3-ccb9-48e0-ba0e-22b50bb09faf ro quiet splash vt.handoff=7 SourcePackage: compiz UpgradeStatus: Upgraded to oneiric on 2011-08-30 (27 days ago) dmi.bios.date: 05/06/2008 dmi.bios.vendor: Acer dmi.bios.version: V1.33 dmi.board.name: Fuquene dmi.board.vendor: Acer dmi.board.version: N/A dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: N/A dmi.modalias: dmi:bvnAcer:bvrV1.33:bd05/06/2008:svnAcer:pnAspire5520:pvrV1.33:rvnAcer:rnFuquene:rvrN/A:cvnAcer:ct10:cvrN/A: dmi.product.name: Aspire 5520 dmi.product.version: V1.33 dmi.sys.vendor: Acer version.compiz: compiz 1:0.9.5.94+bzr20110919-0ubuntu1 version.ia32-libs: ia32-libs 20090808ubuntu23 version.libdrm2: libdrm2 2.4.26-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3 version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20110811.g93fc084-0ubuntu1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20110411+8378443-1 ** Affects: compiz (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug compiz-fai oneiric running-unity ubuntu -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/859705 Title: [oneiric] Compiz becomes extremely slow after restart from crash To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/859705/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 859688] Re: compiz crashed with SIGSEGV in CompWindow::~CompWindow()
*** This bug is a duplicate of bug 856921 *** https://bugs.launchpad.net/bugs/856921 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #856921, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/859688/+attachment/2463402/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/859688/+attachment/2463404/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/859688/+attachment/2463405/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/859688/+attachment/2463418/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/859688/+attachment/2463420/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/859688/+attachment/2463421/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/859688/+attachment/2463422/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/859688/+attachment/2463423/+files/ThreadStacktrace.txt ** Visibility changed to: Public ** This bug has been marked a duplicate of bug 856921 compiz crashed with SIGSEGV in CompWindow::~CompWindow() ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/859688 Title: compiz crashed with SIGSEGV in CompWindow::~CompWindow() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/859688/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 838693] Re: Add support for GL-ES
** Changed in: nux Status: Triaged => In Progress -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/838693 Title: Add support for GL-ES To manage notifications about this bug go to: https://bugs.launchpad.net/nux/+bug/838693/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 716521] Re: sometimes, restored window placed too high.
** Changed in: unity Milestone: 4.18.0 => 4.20.0 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/716521 Title: sometimes, restored window placed too high. To manage notifications about this bug go to: https://bugs.launchpad.net/compiz-core/+bug/716521/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 831769] Re: compiz crashed with SIGSEGV in sigc::signal_base::impl()
** Changed in: unity Milestone: 4.18.0 => 4.20.0 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/831769 Title: compiz crashed with SIGSEGV in sigc::signal_base::impl() To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/831769/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 808677] Re: Failed to activate external monitor (dual monitor mode)
** Changed in: unity Milestone: 4.18.0 => 4.20.0 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/808677 Title: Failed to activate external monitor (dual monitor mode) To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/808677/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 854725] Re: resizing bugs with xterm
** Changed in: unity Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/854725 Title: resizing bugs with xterm To manage notifications about this bug go to: https://bugs.launchpad.net/compiz-core/+bug/854725/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 859405] Re: More Unity (Launcher, Dash) and alt+tab stacking issues
** Changed in: unity Milestone: 4.18.0 => 4.20.0 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/859405 Title: More Unity (Launcher, Dash) and alt+tab stacking issues To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/859405/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 851472] Re: compiz crashed with SIGSEGV in _XFreeEventCookies()
** Changed in: unity Milestone: 4.18.0 => 4.20.0 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/851472 Title: compiz crashed with SIGSEGV in _XFreeEventCookies() To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/851472/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 858629] Re: Windows move to 0,0 on compiz restarts
** Changed in: unity Milestone: 4.18.0 => 4.20.0 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/858629 Title: Windows move to 0,0 on compiz restarts To manage notifications about this bug go to: https://bugs.launchpad.net/compiz-core/+bug/858629/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 827560] Re: unmaximizable windows still show orange glow but fail to maximize
** Changed in: unity Milestone: 4.18.0 => 4.20.0 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/827560 Title: unmaximizable windows still show orange glow but fail to maximize To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/827560/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 813365] Re: compiz leaks memory, becomes sluggish and unusable after using it for few hours
** Changed in: unity Milestone: 4.18.0 => 4.20.0 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/813365 Title: compiz leaks memory, becomes sluggish and unusable after using it for few hours To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/813365/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 684731] Re: Windows that hide themselves when closed don't appear in any "this workspace" switcher
** Changed in: unity Milestone: 4.18.0 => 4.20.0 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/684731 Title: Windows that hide themselves when closed don't appear in any "this workspace" switcher To manage notifications about this bug go to: https://bugs.launchpad.net/compiz-core/+bug/684731/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 720679] Re: Compiz clears the root window in the installer session
** Changed in: unity Milestone: 4.18.0 => 4.20.0 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/720679 Title: Compiz clears the root window in the installer session To manage notifications about this bug go to: https://bugs.launchpad.net/compiz-core/+bug/720679/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 858625] Re: Applications which create multiple windows that are transients of each other can be given invalid stack positions
** Changed in: unity Milestone: 4.18.0 => 4.20.0 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/858625 Title: Applications which create multiple windows that are transients of each other can be given invalid stack positions To manage notifications about this bug go to: https://bugs.launchpad.net/compiz-core/+bug/858625/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 859510] Re: compiz crashed with SIGSEGV in CompWindow::~CompWindow()
*** This bug is a duplicate of bug 856921 *** https://bugs.launchpad.net/bugs/856921 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #856921, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/859510/+attachment/2462386/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/859510/+attachment/2462388/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/859510/+attachment/2462389/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/859510/+attachment/2462402/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/859510/+attachment/2462404/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/859510/+attachment/2462405/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/859510/+attachment/2462406/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/859510/+attachment/2462407/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of bug 856921 compiz crashed with SIGSEGV in CompWindow::~CompWindow() ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/859510 Title: compiz crashed with SIGSEGV in CompWindow::~CompWindow() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/859510/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 859510] Re: compiz crashed with SIGSEGV in CompWindow::~CompWindow()
** Visibility changed to: Public ** Changed in: compiz (Ubuntu) Importance: Undecided => High ** Changed in: compiz (Ubuntu) Milestone: None => ubuntu-11.10 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/859510 Title: compiz crashed with SIGSEGV in CompWindow::~CompWindow() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/859510/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 859488] Re: [Oneiric b2] compiz crashed with SIGSEGV in CompWindow::~CompWindow()
*** This bug is a duplicate of bug 856921 *** https://bugs.launchpad.net/bugs/856921 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #856921, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/859488/+attachment/2462215/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/859488/+attachment/2462217/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/859488/+attachment/2462218/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/859488/+attachment/2462229/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/859488/+attachment/2462231/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/859488/+attachment/2462232/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/859488/+attachment/2462233/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/859488/+attachment/2462234/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of bug 856921 compiz crashed with SIGSEGV in CompWindow::~CompWindow() ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/859488 Title: [Oneiric b2] compiz crashed with SIGSEGV in CompWindow::~CompWindow() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/859488/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 855991] Re: compiz crashed with SIGSEGV in XFindOnExtensionList()
I can confirm this crashes with fglrx driver. -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/855991 Title: compiz crashed with SIGSEGV in XFindOnExtensionList() To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/855991/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 851472] Re: compiz crashed with SIGSEGV in _XFreeEventCookies()
I run skype and it happened. -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/851472 Title: compiz crashed with SIGSEGV in _XFreeEventCookies() To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/851472/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 859449] Re: compiz crashed with SIGSEGV in CompWindow::~CompWindow()
*** This bug is a duplicate of bug 856921 *** https://bugs.launchpad.net/bugs/856921 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #856921, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/859449/+attachment/2461973/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/859449/+attachment/2461975/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/859449/+attachment/2461976/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/859449/+attachment/2461986/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/859449/+attachment/2461988/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/859449/+attachment/2461989/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/859449/+attachment/2461990/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/859449/+attachment/2461991/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of bug 856921 compiz crashed with SIGSEGV in CompWindow::~CompWindow() ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/859449 Title: compiz crashed with SIGSEGV in CompWindow::~CompWindow() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/859449/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp