lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 20 Sep 2011 08:34:28 +0100
From:	Chris Wilson <chris@...is-wilson.co.uk>
To:	Tarkan Erimer <tarkan.erimer@...ecure.com>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [BUG] i915 crashes X Server Constantly on Linux-3.1-rc4 to .rc6

On Tue, 20 Sep 2011 09:02:10 +0300, Tarkan Erimer <tarkan.erimer@...ecure.com> 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@...is-wilson.co.uk>
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@...oo.de>
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=40850
    Signed-off-by: Chris Wilson <chris@...is-wilson.co.uk>

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ