compiz team mailing list archive
-
compiz team
-
Mailing list archive
-
Message #09952
[Bug 685135] Re: ALT+TAB makes unity crash (compiz: main/mipmap.c:43: bytes_per_pixel: Assertion `b >= 0' failed.)
The mesa error message for this is produced when mesa is given an
unsupported gl_format type.
default:
_mesa_problem(NULL, "bad format in _mesa_format_to_type_and_comps");
*datatype = 0;
*comps = 1;
}
If someone could collect a full backtrace (gdb> bt full) with the mesa
debug package installed (libgl1-mesa-dri-dbg and/or libgl1-mesa-glx-dbg)
it might give a clue what format it's trying to use.
--
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/685135
Title:
ALT+TAB makes unity crash (compiz: main/mipmap.c:43: bytes_per_pixel: Assertion `b >= 0' failed.)