Hi List, I've stumbled upon a very annoying segmentation fault. It is triggered by performing an Alt-TAB operation while gitk is running. If gitk is not running, everything runs fine.
I'm running this software: Linux Kernel: 2.6.33 GLIBC: 2.11 Compiz: 0.8.4 Here's the backtrace from GDB: #0 memcpy () at ../sysdeps/x86_64/memcpy.S:267 #1 0x000000000040f692 in imageToTexture (screen=0xe5cf40, texture=0x1383c20, image=0x1383c70 "\377\377\377\377\003", width=4290772992, height=4290772992, format=32993, type=5121) at texture.c:114 #2 0x000000000040f986 in imageBufferToTexture (screen=0xe5cf40, texture=0x1383c20, image=0x1383c70 "\377\377\377\377\003", width=4290772992, height=4290772992) at texture.c:180 #3 0x000000000040fad9 in iconToTexture (screen=0xe5cf40, icon=0x1383c20) at texture.c:229 #4 0x00007fd084c8fbeb in switchPaintThumb (w=0xf0c390, attrib=0x13638c0, transform=0x7fffd1f376f0, mask=196608, x=405, y=357) at staticswitcher.c:1663 #5 0x00007fd084c9077d in switchPaintWindow (w=0x1363660, attrib=0x13638a8, transform=0x7fffd1f376f0, region=0x6500c0, mask=0) at staticswitcher.c:1806 #6 0x00007fd084a7c9af in scalePaintWindow (w=0x1363660, attrib=0x13638a8, transform=0x7fffd1f376f0, region=0x6500c0, mask=0) at scale.c:422 #7 0x00007fd084876626 in movePaintWindow (w=0x1363660, attrib=0x13638a8, transform=0x7fffd1f376f0, region=0x6500c0, mask=0) at move.c:798 #8 0x00007fd084c8eedf in switchPaintOutput (s=0xe5cf40, sAttrib=0x64fa40, transform=0x444340, region=0xeeb150, output=0xeeb140, mask=3) at staticswitcher.c:1471 #9 0x00007fd084a7e25e in scalePaintOutput (s=0xe5cf40, sAttrib=0x64fa40, transform=0x444340, region=0xeeb150, output=0xeeb140, mask=3) at scale.c:871 #10 0x0000000000412ab5 in paintScreen (s=0xe5cf40, outputs=0xeeb140, numOutput=2, mask=4) at display.c:1321 #11 0x00007fd088798b69 in workaroundsPaintScreen (s=0xe5cf40, outputs=0xeeb140, numOutputs=2, mask=4) at workarounds.c:205 #12 0x00007fd086196982 in expoPaintScreen (s=0xe5cf40, outputs=0xeeb140, numOutputs=2, mask=4) at expo.c:715 #13 0x00007fd085d0ed47 in wallPaintScreen (s=0xe5cf40, outputs=0xeeb140, numOutputs=2, mask=4) at wall.c:1319 #14 0x00000000004133df in eventLoop () at display.c:1558 #15 0x000000000040eb27 in main (argc=6, argv=0x7fffd1f38418) at main.c:467 Any help solving this would be appreciated. Thanks, Lee. _______________________________________________ Dev mailing list [email protected] http://lists.compiz-fusion.org/mailman/listinfo/dev
