(gdb) c Continuing. Program received signal SIGFPE, Arithmetic exception. 0x00007fe962d4e492 in sfbBltOne (src=src@entry=0x205cfc4, srcStride=srcStride@entry=1, srcX=1, dst=dst@entry=0x7fe96044ba10, dstStride=dstStride@entry=1920, dstX=dstX@entry=249, dstBpp=dstBpp@entry=83, width=width@entry=83, height=height@entry=1, fgand=fgand@entry=0, fgxor=fgxor@entry=0, bgand=bgand@entry=0, bgxor=bgxor@entry=16777215) at fbbltone.c:139 139 fbbltone.c: No such file or directory. (gdb) bt #0 0x00007fe962d4e492 in sfbBltOne (src=src@entry=0x205cfc4, srcStride=srcStride@entry=1, srcX=1, dst=dst@entry=0x7fe96044ba10, dstStride=dstStride@entry=1920, dstX=dstX@entry=249, dstBpp=dstBpp@entry=83, width=width@entry=83, height=height@entry=1, fgand=fgand@entry=0, fgxor=fgxor@entry=0, bgand=bgand@entry=0, bgxor=bgxor@entry=16777215) at fbbltone.c:139 #1 0x00007fe962d5839e in fbOddStipple (yRot=-1, xRot=2, bgxor=16777215, bgand=0, fgxor=0, fgand=0, stipHeight=2, stipWidth=2, stipStride=1, stip=0x205cfc0, height=313, width=996, dstBpp=83, dstX=249, dstStride=1920, dst=0x7fe96044ba10) at fbstipple.c:191 #2 sfbStipple (dst=0x7fe96044ba10, dstStride=dstStride@entry=1920, dstX=249, dstBpp=dstBpp@entry=83, width=width@entry=996, height=height@entry=314, stip=0x205cfc0, stipStride=1, stipWidth=stipWidth@entry=2, stipHeight=stipHeight@entry=2, even=0, fgand=fgand@entry=0, fgxor=fgxor@entry=0, bgand=bgand@entry=0, bgxor=16777215, xRot=2, yRot=-1) at fbstipple.c:220 #3 0x00007fe962d5003a in sfbFill (drawable=, gc=, x=, y=, width=, height=314) at fbfill.c:132 #4 0x00007fe962d5059f in fbFillBox (data=, box=, gc=, drawable=) at fbfill.c:199 #5 fbDrawableRun (data=, func=, box=, gc=, d=) at fbclip.h:74 #6 sfbPolyFillRect (drawable=0x20944d0, gc=0x205cfd0, n=0, n@entry=1, r=0x20961b4) at fbfill.c:219 #7 0x00007fe962c956d4 in sna_poly_fill_rect (draw=, gc=, n=, rect=) at sna_accel.c:14824 #8 0x0000000000526f50 in damagePolyFillRect (pDrawable=0x20944d0, pGC=0x205cfd0, nRects=1, pRects=) at damage.c:1193 #9 0x0000000000435e62 in ProcPolyFillRectangle (client=0x2068ba0) at dispatch.c:1841 #10 0x0000000000439187 in Dispatch () at dispatch.c:432 #11 0x000000000043cf4a in dix_main (argc=2, argv=0x7fff6af209c8, envp=) at main.c:296 #12 0x0000003853c21b45 in __libc_start_main () from /usr/lib64/libc.so.6 #13 0x00000000004286c1 in _start () (gdb) up #1 0x00007fe962d5839e in fbOddStipple (yRot=-1, xRot=2, bgxor=16777215, bgand=0, fgxor=0, fgand=0, stipHeight=2, stipWidth=2, stipStride=1, stip=0x205cfc0, height=313, width=996, dstBpp=83, dstX=249, dstStride=1920, dst=0x7fe96044ba10) at fbstipple.c:191 191 fbstipple.c: No such file or directory. (gdb) info locals stipX = 1 stipY = w = 83 y = 0 sx = widthTmp = 913 h = 1 x = 249 (gdb) up #2 sfbStipple (dst=0x7fe96044ba10, dstStride=dstStride@entry=1920, dstX=249, dstBpp=dstBpp@entry=83, width=width@entry=996, height=height@entry=314, stip=0x205cfc0, stipStride=1, stipWidth=stipWidth@entry=2, stipHeight=stipHeight@entry=2, even=0, fgand=fgand@entry=0, fgxor=fgxor@entry=0, bgand=bgand@entry=0, bgxor=16777215, xRot=2, yRot=-1) at fbstipple.c:220 220 in fbstipple.c (gdb) info locals No locals. (gdb) up #3 0x00007fe962d5003a in sfbFill (drawable=, gc=, x=, y=, width=, height=314) at fbfill.c:132 132 fbfill.c: No such file or directory. (gdb) info locals stip = stipStride = stipBpp = fgand = 0 fgxor = 0 bgand = 0 bgxor = pStip = stipWidth = 2 stipHeight = 2 dst = dstStride = 1920 dstBpp = 83 dstXoff = dstYoff = (gdb) up #4 0x00007fe962d5059f in fbFillBox (data=, box=, gc=, drawable=) at fbfill.c:199 199 in fbfill.c (gdb) info locals No locals. (gdb) up #5 fbDrawableRun (data=, func=, box=, gc=, d=) at fbclip.h:74 74 fbclip.h: No such file or directory. (gdb) info locals c = 0x20 end = 0x7fff6af20718 (gdb) up #6 sfbPolyFillRect (drawable=0x20944d0, gc=0x205cfd0, n=0, n@entry=1, r=0x20961b4) at fbfill.c:219 219 fbfill.c: No such file or directory. (gdb) info locals b = {x1 = 3, y1 = 3, x2 = 15, y2 = 317} (gdb) up #7 0x00007fe962c956d4 in sna_poly_fill_rect (draw=, gc=, n=, rect=) at sna_accel.c:14824 14824 sna_accel.c: No such file or directory. (gdb) info locals damage = 0x2068ba0 bo = region = {extents = {x1 = 3, y1 = 3, x2 = 15, y2 = 317}, data = 0x0} hint = color = (gdb) up #8 0x0000000000526f50 in damagePolyFillRect (pDrawable=0x20944d0, pGC=0x205cfd0, nRects=1, pRects=) at damage.c:1193 1193 damage.c: No such file or directory. (gdb) info locals oldFuncs = 0x8141c0 (gdb) up #9 0x0000000000435e62 in ProcPolyFillRectangle (client=0x2068ba0) at dispatch.c:1841 1841 dispatch.c: No such file or directory. (gdb) info locals things = pGC = 0x205cfd0 pDraw = 0x20944d0 stuff = 0x20961a0 (gdb) up #10 0x0000000000439187 in Dispatch () at dispatch.c:432 432 in dispatch.c (gdb) info locals clientReady = 0x205ecd0 result = client = 0x2068ba0 nready = 0 icheck = 0x81e010 start_tick = 0 (gdb) up #11 0x000000000043cf4a in dix_main (argc=2, argv=0x7fff6af209c8, envp=) at main.c:296 296 main.c: No such file or directory. (gdb) info locals i = alwaysCheckForInput = {0, 1} (gdb) up #12 0x0000003853c21b45 in __libc_start_main () from /usr/lib64/libc.so.6 (gdb) info locals No symbol table info available. (gdb) up #13 0x00000000004286c1 in _start () (gdb) info locals No symbol table info available. (gdb) up Initial frame selected; you cannot go up. (gdb) info locals No symbol table info available. (gdb) up Initial frame selected; you cannot go up. (gdb) info locals No symbol table info available.