chromium: crash
Jonathan Nieder
jrnieder at gmail.com
Fri Sep 16 21:06:50 UTC 2011
Hi Brent,
Brent wrote:
> Chromium crashes every time I try to use it. When I run it from a terminal I
> see the following:
>
> chromium --password-store=detect: /build/buildd-cairo_1.10.2-6.1-i386-UoYIV1/cairo-1.10.2/src/cairo-surface.c:1287: cairo_surface_set_device_offset: Assertion `status == CAIRO_STATUS_SUCCESS' failed.
[...]
> ii libgtk2.0-0 2.24.4-3
The assertion is in cairo_surface_set_device_offset(surface, x_offset,
y_offset):
surface->device_transform.x0 = x_offset;
surface->device_transform.y0 = y_offset;
surface->device_transform_inverse = surface->device_transform;
status = cairo_matrix_invert (&surface->device_transform_inverse);
/* should always be invertible unless given pathological input */
assert (status == CAIRO_STATUS_SUCCESS);
Does the same happen with libgtk2.0-0 2.24.6-1 from unstable?
Thanks and sorry for the trouble,
Jonathan
More information about the pkg-gnome-maintainers
mailing list