Comment 2 for bug 280961

Revision history for this message
tdflanders (thomasdelbeke) wrote :

Remember, this bug report is a duplicate. Comment here only if you think the duplicate status is wrong.

I cannot access the report of which this is a duplicate, so I will continue here as for now. I did a backtrace with gdb and experienced a fatal system crash. This is the output:

thomas@thomas-laptop:~$ gdb --args compiz.real --replace 2>&1 | tee gdb-compiz.real.txt

GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) handle SIG33 pass nostop noprint
Signal Stop Print Pass to program Description
SIG33 No No Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/compiz.real --replace
[Thread debugging using libthread_db enabled]
[New Thread 0xb7b0b6c0 (LWP 10763)]
/usr/bin/compiz.real (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
/usr/bin/compiz.real (core) - Error: Failed to manage screen: 0
/usr/bin/compiz.real (core) - Fatal: No manageable screens found on display :0.0

Program exited with code 01.
(gdb) 

thomas@thomas-laptop:~$ lsb_release -rd ; uname -a ; apt-cache policy linux linux-image linux-source-2.6.27 linux-headers-generic linux-restricted-modules compiz compiz-backend*-dbgsym ; hwinfo > hwinfo-log
Description: Ubuntu intrepid (development branch)
Release: 8.10
Linux thomas-laptop 2.6.27-6-generic #1 SMP Tue Oct 7 04:15:04 UTC 2008 i686 GNU/Linux
linux:
  Installed: 2.6.27.6.7
  Candidate: 2.6.27.6.7
  Version table:
 *** 2.6.27.6.7 0
        500 http://gb.archive.ubuntu.com intrepid/restricted Packages
        100 /var/lib/dpkg/status
linux-image:
  Installed: 2.6.27.6.7
  Candidate: 2.6.27.6.7
  Version table:
 *** 2.6.27.6.7 0
        500 http://gb.archive.ubuntu.com intrepid/main Packages
        100 /var/lib/dpkg/status
linux-source-2.6.27:
  Installed: 2.6.27-6.9
  Candidate: 2.6.27-6.9
  Version table:
 *** 2.6.27-6.9 0
        500 http://gb.archive.ubuntu.com intrepid/main Packages
        100 /var/lib/dpkg/status
linux-headers-generic:
  Installed: 2.6.27.6.7
  Candidate: 2.6.27.6.7
  Version table:
 *** 2.6.27.6.7 0
        500 http://gb.archive.ubuntu.com intrepid/main Packages
        100 /var/lib/dpkg/status
linux-restricted-modules:
  Installed: 2.6.27.6.7
  Candidate: 2.6.27.6.7
  Version table:
 *** 2.6.27.6.7 0
        500 http://gb.archive.ubuntu.com intrepid/restricted Packages
        100 /var/lib/dpkg/status
compiz:
  Installed: 1:0.7.8-0ubuntu1
  Candidate: 1:0.7.8-0ubuntu1
  Version table:
 *** 1:0.7.8-0ubuntu1 0
        500 http://gb.archive.ubuntu.com intrepid/main Packages
        100 /var/lib/dpkg/status
W: Unable to locate package compiz-backend*-dbgsym
thomas@thomas-laptop:~$