multiple instances of compiz.real

Bug #227884 reported by Dieter Moerschel
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
compiz (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: compiz

Symptoms that led to bug discovery were: I noticed additional Compiz.real processes each time I played a game. (and thus switched desktop effects off so that the screensaver does not mess up)

To reproduce:
1. open appearance properties
2. switch desktop effects on/off several times
3. open a console and do: pidof compiz.real

In my case it yields this after switching compiz off/on for three times:
diddl@ubuntu:~$ pidof compiz.real
6602 6531 6460 6218

It seems not every system is affected by this bug as there has been at least one person on the forums who could not reproduce this when I described how.

ProblemType: Bug
Architecture: amd64
Date: Wed May 7 19:55:36 2008
DistroRelease: Ubuntu 8.04
NonfreeKernelModules: nvidia
Package: compiz 1:0.7.4-0ubuntu6
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_DK.UTF-8
SourcePackage: compiz
Uname: Linux 2.6.24-16-generic x86_64

Tags: apport-bug
Revision history for this message
Dieter Moerschel (dmoer) wrote :
Revision history for this message
Dieter Moerschel (dmoer) wrote :

Btw. Zorael on the Forums created a nice workaround for this problem:

#!/bin/bash
while true; do
 if [ "$(pidof compiz.real)" ] && [ "$(pidof metacity)" ]; then
  killall --signal=9 compiz.real
  echo CompiZombie detected and terminated
 fi
 sleep 2s
done

Of course it is still disturbing that the compiz.real processes have to be killed using signal nine ;-) But better than having hordes of dead CompizZombies populating my RAM :)

Revision history for this message
Pedro Villavicencio (pedro) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering is this still an issue for you? Could you try to reproduce the same with Ubuntu 8.10 or 9.04? Thanks in advance.

Changed in compiz:
status: New → Incomplete
Revision history for this message
Dieter Moerschel (dmoer) wrote :

Hi Pedro, after upgrading to 8.10 the issue disappeared.
likely still affects 8.04. but well not me anymore, yay :)

Revision history for this message
Scott Howard (showard314) wrote :

This bug report is being closed due to your last comment regarding this being fixed with an update. For future reference you can manage the status of your own bugs by clicking on the current status in the yellow line and then choosing a new status in the revealed drop down box. You can learn more about bug statuses at https://wiki.ubuntu.com/Bugs/Status . Thank you again for taking the time to report this bug and helping to make Ubuntu better. Please submit any future bugs you may find.

Changed in compiz (Ubuntu):
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.