Re: [BUG] i915 crashes X Server Constantly on Linux-3.1-rc4 to .rc6

From: Chris Wilson
Date: Tue Sep 20 2011 - 03:34:37 EST


On Tue, 20 Sep 2011 09:02:10 +0300, Tarkan Erimer <tarkan.erimer@xxxxxxxxxxxx> wrote:
> On 09/19/2011 04:33 PM, Chris Wilson wrote:
> > That looks remarkably consistent. Can you please do a quick
> > addr2line -e /usr/lib64/xorg/modules/drivers/intel_drv.so 0x3e7ce 0x44d34
> >
> > Also do you know which particular site triggers the issue?
> > -Chris
>
> Hi again Chris,
>
> Here is the output as you requested :
>
> linux-ou2v:~ # addr2line -e /usr/lib64/xorg/modules/drivers/intel_drv.so
> 0x3e7ce 0x44d34
> ??:0
> ??:0
> linux-ou2v:~ #

Oops, no debugging symbols.

> At least, there is one particular website that always reproduces the
> issue and it's :
>
> http://www.instru.fi/piilolinssit

I've tried this on a few 32/64 bit machines (using different chips just
in case) on a few different distros. No instant death, I'll keep poking just
in case. Since flash is a sw rasteriser and uses ShmPutImage to update
its screen contents, these are typically an invalid memcpy. Having the
debug symbols would help confirm that and pinpoint which path.

Going back and checking your Xorg.log, I think you need this fix:

commit 3565c48c4bb77c836d817de75d098791dbb529d3
Author: Chris Wilson <chris@xxxxxxxxxxxxxxxxxx>
Date: Wed Sep 14 17:45:41 2011 +0100

sna: Yet another s/x/y/ typo

Every time I do a transformation into pixmap space I like to include one
of these copy'n'paste errors.

Reported-by: Paul Neumann <paul104x@xxxxxxxx>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=40850
Signed-off-by: Chris Wilson <chris@xxxxxxxxxxxxxxxxxx>

Hope this helps,
-Chris

--
Chris Wilson, Intel Open Source Technology Centre
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/