From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Guertin Subject: Re: [PATCH] Reintegrate legacy UMS. Date: Thu, 09 Sep 2010 15:37:11 -0400 Message-ID: <4C893767.8060205@dolphinling.net> References: <1282678274-18099-1-git-send-email-chris@chris-wilson.co.uk> <89k77n$opjlk4@fmsmga001.fm.intel.com> <4C796B9A.3070302@dolphinling.net> <8u3s94$gc9of6@orsmga002.jf.intel.com> <4C7AF16E.7030007@dolphinling.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp2.uvm.edu (smtp2.uvm.edu [132.198.101.169]) by gabe.freedesktop.org (Postfix) with ESMTP id EB4739E7F0 for ; Thu, 9 Sep 2010 12:37:13 -0700 (PDT) Received: from [216.114.142.129] (dsl128.wnskvtwa.sover.net [216.114.142.129]) (authenticated bits=0) by smtp2.uvm.edu (8.14.2/8.14.2) with ESMTP id o89JbB0r005379 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Thu, 9 Sep 2010 15:37:12 -0400 In-Reply-To: <4C7AF16E.7030007@dolphinling.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org Here's a nicer version of that backtrace. (Does X not deal well with split debugging files?) #0 pixman_fill_sse2 (bits=0xb6c07000, stride=1600, bpp=32, x=0, y=0, width=1600, height=1200, data=7767183) at pixman-sse2.c:4037 #1 0xb766acfc in sse2_fill (imp=0x8caa700, bits=0xb6c07000, stride=1600, bpp=32, x=0, y=0, width=1600, height=1200, xor=7767183) at pixman-sse2.c:5888 #2 0xb76270be in _pixman_implementation_fill (imp=0x8caa700, bits=0xb6c07000, stride=1600, bpp=32, x=0, y=0, width=1600, height=1200, xor=7767183) at pixman-implementation.c:225 #3 0xb764bf1a in pixman_fill (bits=0xb6c07000, stride=1600, bpp=32, x=0, y=0, width=1600, height=1200, xor=7767183) at pixman.c:864 #4 0xb739a542 in fbFill (pDrawable=0x8caab08, pGC=0x8ca90e8, x=0, y=0, width=1600, height=1200) at fbfill.c:48 #5 0xb739a96a in fbPolyFillRect (pDrawable=0x8caab08, pGC=0x8ca90e8, nrect=1, prect=0x8ddf508) at fbfillrect.c:77 #6 0xb73d2039 in uxa_check_poly_fill_rect (pDrawable=0x8caab08, pGC=0x8ca90e8, nrect=1, prect=0x8ddf508) at uxa-unaccel.c:268 #7 0xb73c9595 in uxa_poly_fill_rect (pDrawable=0x8caab08, pGC=0x8ca90e8, nrect=1, prect=0x8ddf508) at uxa-accel.c:894 #8 0x081140e8 in damagePolyFillRect (pDrawable=0x8caab08, pGC=0x8ca90e8, nRects=1, pRects=0x8ddf508) at damage.c:1404 #9 0x0809ab79 in miPaintWindow (pWin=0x8caab08, prgn=0x8e0aff0, what=0) at miexpose.c:673 #10 0x0809aee1 in miWindowExposures (pWin=0x8caab08, prgn=0x8e0aff0, other_exposed=0x0) at miexpose.c:504 #11 0x0816e4ab in xf86XVWindowExposures (pWin=0x8caab08, reg1=0x8e0aff0, reg2=0x0) at xf86xv.c:1054 #12 0x0819d7ca in miHandleValidateExposures (pWin=0x8caab08) at miwindow.c:246 #13 0x080b966b in xf86SetRootClip (pScreen=0x8c46470, enable=) at xf86Helper.c:1148 #14 0xb73c74cb in uxa_xorg_enable_disable_fb_access (index=0, enable=1) at uxa.c:347 #15 0x08179898 in xf86CursorEnableDisableFBAccess (index=0, enable=1) at xf86Cursor.c:225 #16 0x080ce4f1 in xf86RandR12ScreenSetSize (pScreen=0x8c46470, width=1600, height=1200, mmWidth=423, mmHeight=318) at xf86RandR12.c:741 #17 0x081020a6 in RRScreenSizeSet (pScreen=0x8c46470, width=1600, height=28864, mmWidth=423, mmHeight=318) at rrscreen.c:185 #18 0x08102a29 in ProcRRSetScreenSize (client=0x8dfb998) at rrscreen.c:307 #19 0x080fae31 in ProcRRDispatch (client=0xb7106b00) at randr.c:485 #20 0x080712a4 in Dispatch () at dispatch.c:439 #21 0x08066aa5 in main (argc=9, argv=0xbfa2ba04, envp=0xbfa2ba2c) at main.c:286 -- dolphinling