[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#596155: xserver-xorg: X segfaults when starting lxterminal from lxpanel



Hi,

I can't seem able to replicate it, anyway, let's look at your
backtrace (thanks!):

Florian Schlichting <Florian.Schlichting@gmx.de> (28/09/2010):
> 0xb76fa1b9 in pixman_image_set_has_client_clip (image=0x0, client_clip=1) at ../../pixman/pixman-image.c:530
> 530	../../pixman/pixman-image.c: No such file or directory.
> 	in ../../pixman/pixman-image.c
> #0  0xb76fa1b9 in pixman_image_set_has_client_clip (image=0x0, client_clip=1) at ../../pixman/pixman-image.c:530
> No locals.

And what does that function?
| PIXMAN_EXPORT void
| pixman_image_set_has_client_clip (pixman_image_t *image,
|                                   pixman_bool_t   client_clip)
| {
|     image->common.client_clip = client_clip;
| }

The other backtrace is apparently similar: trying to dereference an
image pointer which is NULL. I'd assume disabling compositing makes it
work?

I'm not sure yet whether this belong to the driver or to pixman, will
need more time to look into it.

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature


Reply to: