Colin Guthrie wrote:
OK, got a good 'un. Hopefully this is understandable. Please let me know if you prefer to do this via BZ. I'm happy either way as I read this list quite often.

I realised it may be useful to see the backtrace for compiz too... Not sure if it's relevant or not.

But both traces are in the attached. Compiz shows stuff related to xcb.

Col

--

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
  Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
  Mandriva Linux Contributor [http://www.mandriva.com/]
  PulseAudio Hacker [http://www.pulseaudio.org/]
  Trac Hacker [http://trac.edgewall.org/]
(gdb) continue
Continuing.
^C
Program received signal SIGINT, Interrupt.
0x00007ff6a7d96694 in __lll_lock_wait () from /lib64/libpthread.so.0
(gdb) bt
#0  0x00007ff6a7d96694 in __lll_lock_wait () from /lib64/libpthread.so.0
#1  0x00007ff6a7d91f34 in _L_lock_100 () from /lib64/libpthread.so.0
#2  0x00007ff6a7d91941 in pthread_mutex_lock () from /lib64/libpthread.so.0
#3  0x00007ff6a4d35664 in dri_fake_bo_exec (bo=0x937a4a0, used=1208, 
cliprects=0x1348a30, num_cliprects=1, DR4=0) at intel_bufmgr_fake.c:1060
#4  0x00007ff693e2ed1f in _intel_batchbuffer_flush (batch=0x193e640, 
file=<value optimized out>, line=<value optimized out>) at 
intel_batchbuffer.c:152
#5  0x00007ff693e42812 in i915_emit_state (intel=0x13ce960) at i915_vtbl.c:345
#6  0x00007ff693e56ef1 in intelRenderStart (ctx=0x13ce960) at intel_tris.c:998
#7  0x00007ff693af6370 in run_render (ctx=0x11fc5c0, stage=0x80) at 
tnl/t_vb_render.c:275
#8  0x00007ff693aed374 in _tnl_run_pipeline (ctx=0x13ce960) at 
tnl/t_pipeline.c:158
#9  0x00007ff693e60810 in intelRunPipeline (ctx=0x13ce960) at intel_tris.c:987
#10 0x00007ff693aedef9 in _tnl_draw_prims (ctx=0x13ce960, arrays=<value 
optimized out>, prim=0x7fffb05c63f0, nr_prims=1, ib=0x0, min_index=0, 
max_index=3) at tnl/t_draw.c:402
#11 0x00007ff693ae52a9 in vbo_exec_DrawArrays (mode=7, start=0, count=4) at 
vbo/vbo_exec_array.c:267
#12 0x00007ff6a582281d in ?? () from 
/usr/lib64/xorg/modules/extensions//libglx.so
#13 0x00007ff6a581ccb6 in ?? () from 
/usr/lib64/xorg/modules/extensions//libglx.so
#14 0x00007ff6a5820e32 in ?? () from 
/usr/lib64/xorg/modules/extensions//libglx.so
#15 0x0000000000447464 in Dispatch () at dispatch.c:454
#16 0x000000000042d64d in main (argc=10, argv=0x7fffb05c66d8, envp=<value 
optimized out>) at main.c:441
(gdb) bt full
#0  0x00007ff6a7d96694 in __lll_lock_wait () from /lib64/libpthread.so.0
No symbol table info available.
#1  0x00007ff6a7d91f34 in _L_lock_100 () from /lib64/libpthread.so.0
No symbol table info available.
#2  0x00007ff6a7d91941 in pthread_mutex_lock () from /lib64/libpthread.so.0
No symbol table info available.
#3  0x00007ff6a4d35664 in dri_fake_bo_exec (bo=0x937a4a0, used=1208, 
cliprects=0x1348a30, num_cliprects=1, DR4=0) at intel_bufmgr_fake.c:1060
        bufmgr_fake = (dri_bufmgr_fake *) 0x11fc530
        batch = {start = 18859456, used = 0, DR1 = 154641568, DR4 = 0, 
num_cliprects = 18859456, cliprects = 0x13ce960}
        ret = -1
        retry_count = 0
        __PRETTY_FUNCTION__ = "dri_fake_bo_exec"
#4  0x00007ff693e2ed1f in _intel_batchbuffer_flush (batch=0x193e640, 
file=<value optimized out>, line=<value optimized out>) at 
intel_batchbuffer.c:152
        intel = (struct intel_context *) 0x13ce960
        used = 1208
        was_locked = 0 '\0'
#5  0x00007ff693e42812 in i915_emit_state (intel=0x13ce960) at i915_vtbl.c:345
        i915 = (struct i915_context *) 0x13ce960
        state = (struct i915_hw_state *) 0x13e3470
        i = <value optimized out>
        count = 0
        aper_count = 1
        dirty = <value optimized out>
        aper_array = {0x937a4a0, 0x38ad8d0, 0x100000000, 0x15e42e0, 0x40, 
0x3f800000015bf290, 0x1000000010, 0x15fd5a0, 0x3f800000015bfa08, 
0x3f74f95a3f74f95a, 0x3f5b5fc03f74f95a}
        __FUNCTION__ = "i915_emit_state"
#6  0x00007ff693e56ef1 in intelRenderStart (ctx=0x13ce960) at intel_tris.c:998
No locals.
#7  0x00007ff693af6370 in run_render (ctx=0x11fc5c0, stage=0x80) at 
tnl/t_vb_render.c:275
        tnl = (TNLcontext *) 0x15bf290
        tab = <value optimized out>
        pass = <value optimized out>
#8  0x00007ff693aed374 in _tnl_run_pipeline (ctx=0x13ce960) at 
tnl/t_pipeline.c:158
        tnl = (TNLcontext *) 0x15bf290
        i = 10
#9  0x00007ff693e60810 in intelRunPipeline (ctx=0x13ce960) at intel_tris.c:987
        intel = (struct intel_context *) 0x13ce960
#10 0x00007ff693aedef9 in _tnl_draw_prims (ctx=0x13ce960, arrays=<value 
optimized out>, prim=0x7fffb05c63f0, nr_prims=1, ib=0x0, min_index=0, 
max_index=3) at tnl/t_draw.c:402
        bo = {0x0, 0x4e20, 0x7fffb05c63f0, 0x4e45d5, 0x0, 0x7fffb05c62f0, 
0x42c8000000000000, 0xb91f1976b8000000, 0x0, 0x3ff0000000000000, 0x0, 0x0, 
0x3c91a62633145c07, 0x7ff6a6c9d240, 0x0, 0x4338000000000001, 
0x3ff921fb54442d18, 0x0, 0x3c91a62633145c07, 0x7ff693ae0727, 0x1642100, 
0x7ff693ae0479, 0x0, 0x13ce960, 0x13ce960, 0x7ff693e393da, 0x13ce960, 
0x13ce960, 0x400020, 
  0x7ff693aad1e0, 0x13ce960, 0x4, 0x0}
        nr_bo = 0
        tnl = (TNLcontext *) 0x15bf290
#11 0x00007ff693ae52a9 in vbo_exec_DrawArrays (mode=7, start=0, count=4) at 
vbo/vbo_exec_array.c:267
        ctx = (GLcontext *) 0x13ce960
        prim = {{mode = 7, indexed = 0, begin = 1, end = 1, weak = 0, pad = 0, 
start = 0, count = 4}}
#12 0x00007ff6a582281d in ?? () from 
/usr/lib64/xorg/modules/extensions//libglx.so
No symbol table info available.
#13 0x00007ff6a581ccb6 in ?? () from 
/usr/lib64/xorg/modules/extensions//libglx.so
No symbol table info available.
#14 0x00007ff6a5820e32 in ?? () from 
/usr/lib64/xorg/modules/extensions//libglx.so
No symbol table info available.
#15 0x0000000000447464 in Dispatch () at dispatch.c:454
        result = <value optimized out>
        client = (ClientPtr) 0x1203b40
        nready = 0
        start_tick = 130160
#16 0x000000000042d64d in main (argc=10, argv=0x7fffb05c66d8, envp=<value 
optimized out>) at main.c:441
        i = 1
        error = 0
        xauthfile = <value optimized out>
        alwaysCheckForInput = {0, 1}


============================================


COMPIZ

Continuing.
^C
Program received signal SIGINT, Interrupt.
0x00007f1057b06823 in select () from /lib64/libc.so.6
(gdb) bt
#0  0x00007f1057b06823 in select () from /lib64/libc.so.6
#1  0x00007f1057208a36 in ?? () from /usr/lib64/libxcb.so.1
#2  0x00007f105720a28d in xcb_wait_for_reply () from /usr/lib64/libxcb.so.1
#3  0x00007f105968dcd3 in _XReply () from /usr/lib64/libX11.so.6
#4  0x00007f1058053d04 in __indirect_glFinish () at single2.c:613
#5  0x0000000000412d3d in finishScreenDrawing (s=0x165e350) at screen.c:3868
#6  0x000000000041093d in eventLoop () at display.c:1550
#7  0x000000000040bc85 in main (argc=22913105, argv=0x127) at main.c:438
(gdb) info threads
* 1 Thread 0x7f1059d3c6f0 (LWP 1939)  0x00007f1057b06823 in select () from 
/lib64/libc.so.6
(gdb) bt full
#0  0x00007f1057b06823 in select () from /lib64/libc.so.6
No symbol table info available.
#1  0x00007f1057208a36 in ?? () from /usr/lib64/libxcb.so.1
No symbol table info available.
#2  0x00007f105720a28d in xcb_wait_for_reply () from /usr/lib64/libxcb.so.1
No symbol table info available.
#3  0x00007f105968dcd3 in _XReply () from /usr/lib64/libX11.so.6
No symbol table info available.
#4  0x00007f1058053d04 in __indirect_glFinish () at single2.c:613
        gc = (__GLXcontext *) 0x1666c20
        pc = <value optimized out>
        dpy = (Display *) 0x15ee880
        reply = {type = 0 '\0', unused = 0 '\0', sequenceNumber = 0, length = 
2, retval = 22997120, size = 0, pad3 = 1641613232, pad4 = 32767, pad5 = 
1499906750, pad6 = 32528}
#5  0x0000000000412d3d in finishScreenDrawing (s=0x165e350) at screen.c:3868
No locals.
#6  0x000000000041093d in eventLoop () at display.c:1550
        event = {type = 2, xany = {type = 2, serial = 243763, send_event = 0, 
display = 0x15ee880, window = 12582923}, xkey = {type = 2, serial = 243763, 
send_event = 0, display = 0x15ee880, window = 12582923, root = 125, subwindow = 
0, time = 16834428, x = 874, y = 754, x_root = 774, y_root = 654, state = 12, 
keycode = 102, same_screen = 1}, xbutton = {type = 2, 
    serial = 243763, send_event = 0, display = 0x15ee880, window = 12582923, 
root = 125, subwindow = 0, time = 16834428, x = 874, y = 754, x_root = 774, 
y_root = 654, state = 12, button = 102, same_screen = 1}, xmotion = {type = 2, 
serial = 243763, send_event = 0, display = 0x15ee880, window = 12582923, root = 
125, subwindow = 0, time = 16834428, x = 874, y = 754, 
    x_root = 774, y_root = 654, state = 12, is_hint = 102 'f', same_screen = 
1}, xcrossing = {type = 2, serial = 243763, send_event = 0, display = 
0x15ee880, window = 12582923, root = 125, subwindow = 0, time = 16834428, x = 
874, y = 754, x_root = 774, y_root = 654, mode = 12, detail = 102, same_screen 
= 1, focus = 0, state = 0}, xfocus = {type = 2, serial = 243763, 
    send_event = 0, display = 0x15ee880, window = 12582923, mode = 125, detail 
= 0}, xexpose = {type = 2, serial = 243763, send_event = 0, display = 
0x15ee880, window = 12582923, x = 125, y = 0, width = 0, height = 0, count = 
16834428}, xgraphicsexpose = {type = 2, serial = 243763, send_event = 0, 
display = 0x15ee880, drawable = 12582923, x = 125, y = 0, width = 0, 
    height = 0, count = 16834428, major_code = 0, minor_code = 874}, xnoexpose 
= {type = 2, serial = 243763, send_event = 0, display = 0x15ee880, drawable = 
12582923, major_code = 125, minor_code = 0}, xvisibility = {type = 2, serial = 
243763, send_event = 0, display = 0x15ee880, window = 12582923, state = 125}, 
xcreatewindow = {type = 2, serial = 243763, send_event = 0, 
    display = 0x15ee880, parent = 12582923, window = 125, x = 0, y = 0, width = 
16834428, height = 0, border_width = 874, override_redirect = 754}, 
xdestroywindow = {type = 2, serial = 243763, send_event = 0, display = 
0x15ee880, event = 12582923, window = 125}, xunmap = {type = 2, serial = 
243763, send_event = 0, display = 0x15ee880, event = 12582923, window = 125, 
    from_configure = 0}, xmap = {type = 2, serial = 243763, send_event = 0, 
display = 0x15ee880, event = 12582923, window = 125, override_redirect = 0}, 
xmaprequest = {type = 2, serial = 243763, send_event = 0, display = 0x15ee880, 
parent = 12582923, window = 125}, xreparent = {type = 2, serial = 243763, 
send_event = 0, display = 0x15ee880, event = 12582923, window = 125, 
    parent = 0, x = 16834428, y = 0, override_redirect = 874}, xconfigure = 
{type = 2, serial = 243763, send_event = 0, display = 0x15ee880, event = 
12582923, window = 125, x = 0, y = 0, width = 16834428, height = 0, 
border_width = 874, above = 2808908612358, override_redirect = 12}, xgravity = 
{type = 2, serial = 243763, send_event = 0, display = 0x15ee880, 
    event = 12582923, window = 125, x = 0, y = 0}, xresizerequest = {type = 2, 
serial = 243763, send_event = 0, display = 0x15ee880, window = 12582923, width 
= 125, height = 0}, xconfigurerequest = {type = 2, serial = 243763, send_event 
= 0, display = 0x15ee880, parent = 12582923, window = 125, x = 0, y = 0, width 
= 16834428, height = 0, border_width = 874, 
    above = 2808908612358, detail = 12, value_mask = 1}, xcirculate = {type = 
2, serial = 243763, send_event = 0, display = 0x15ee880, event = 12582923, 
window = 125, place = 0}, xcirculaterequest = {type = 2, serial = 243763, 
send_event = 0, display = 0x15ee880, parent = 12582923, window = 125, place = 
0}, xproperty = {type = 2, serial = 243763, send_event = 0, 
    display = 0x15ee880, window = 12582923, atom = 125, time = 0, state = 
16834428}, xselectionclear = {type = 2, serial = 243763, send_event = 0, 
display = 0x15ee880, window = 12582923, selection = 125, time = 0}, 
xselectionrequest = {type = 2, serial = 243763, send_event = 0, display = 
0x15ee880, owner = 12582923, requestor = 125, selection = 0, target = 16834428, 
    property = 3238405342058, time = 2808908612358}, xselection = {type = 2, 
serial = 243763, send_event = 0, display = 0x15ee880, requestor = 12582923, 
selection = 125, target = 0, property = 16834428, time = 3238405342058}, 
xcolormap = {type = 2, serial = 243763, send_event = 0, display = 0x15ee880, 
window = 12582923, colormap = 125, new = 0, state = 0}, xclient = {
    type = 2, serial = 243763, send_event = 0, display = 0x15ee880, window = 
12582923, message_type = 125, format = 0, data = {b = 
"|ß\000\001\000\000\000\000j\003\000\000ò\002\000\000\006\003\000", s = 
{-8324, 256, 0, 0, 874, 0, 754, 0, 774, 0}, l = {16834428, 3238405342058, 
2808908612358, 438086664204, 1}}}, xmapping = {type = 2, serial = 243763, 
send_event = 0, 
    display = 0x15ee880, window = 12582923, request = 125, first_keycode = 0, 
count = 0}, xerror = {type = 2, display = 0x3b833, resourceid = 0, serial = 
22997120, error_code = 11 '\v', request_code = 0 '\0', minor_code = 192 'À'}, 
xkeymap = {type = 2, serial = 243763, send_event = 0, display = 0x15ee880, 
window = 12582923, 
    key_vector = "}", '\0' <repeats 15 times>, 
"|ß\000\001\000\000\000\000j\003\000\000ò\002\000"}, pad = {2, 243763, 0, 
22997120, 12582923, 125, 0, 16834428, 3238405342058, 2808908612358, 
438086664204, 1, 0 <repeats 12 times>}}
        timeDiff = <value optimized out>
        tv = {tv_sec = 1224948623, tv_usec = 503386}
        d = (CompDisplay *) 0x15ecc00
        s = (CompScreen *) 0x165e350
        w = <value optimized out>
        t = <value optimized out>
        time = <value optimized out>
        timeToNextRedraw = <value optimized out>
        damageMask = <value optimized out>
        mask = <value optimized out>
#7  0x000000000040bc85 in main (argc=22913105, argv=0x127) at main.c:438
        ctx = {offset = 4173, pluginData = 0x15da010 "\030", textureFilterData 
= 0x0, refreshRateData = 0x0}
        displayName = 0x0
        plugin = {0x7fff61d91874 "ccp", 0x7fff61d91878 "KDE4", 0x7fff61d91060 
"", 0x0, 0x7f1059b75650 "\001", 0x0, 0x7f1059d414d0 " ëØY\020\177", 
0x7f1059b81b62 "I\211\237¸\003", 0x1 <Address 0x1 out of bounds>, 
0x7f1059d41000 "", 0x7fff61d905d0 "", 0x0, 0x7f105963c13d "libxcb.so.1", 
0x7f1059b81a67 "H\213]ÀA\211ÄH\205Û\017\205ö\006", 
  0x7fff00000001 <Address 0x7fff00000001 out of bounds>, 0x7f1059d429a0 "", 
0x7fff61d909b0 "\001", 0x0, 0x7f105963c12c "libxcb-xlib.so.0", 0x7f1059b81a67 
"H\213]ÀA\211ÄH\205Û\017\205ö\006", 0x7f1059d429a0 "", 0x7f1059d41000 "", 
0x7f1059d42000 "", 0x7f1059d43978 "", 0x0, 0x0, 0x7f1059d8e660 "", 
0xfffec3b213a00000 <Address 0xfffec3b213a00000 out of bounds>, 
  0xfe20b37064560000 <Address 0xfe20b37064560000 out of bounds>, 0x810000007f 
<Address 0x810000007f out of bounds>, 0x8400000082 <Address 0x8400000082 out of 
bounds>, 0x7fff61d91290 "\003", 0x7f1059d424a0 "/usr/lib64/libXext.so.6", 0x0, 
0x0, 0x7fff61d90ff0 "\\I£W\020\177", 0x7fff61d91060 "", 0x0, 0x639710 "\001", 
0x0, 0x7f1059d8f000 "", 
  0x7f1059b8130d "H\211C H\203Ä\020[Ãf\017\037\204", 0x0, 0x0, 0x0, 
0x7f1059b83246 "H\213\204$\030\001", 0x7fff61d90ff0 "\\I£W\020\177", 0x0, 
0x7fff61d91060 "", 0x7f1059b81b62 "I\211\237¸\003", 0x7f1059d43978 "", 0x0, 
0x7fff61d90ff0 "\\I£W\020\177", 0x0, 0x7fff61d9102f "", 0x406194 
"libXext.so.6", 0xfffec3b220c00000 <Address 0xfffec3b220c00000 out of bounds>, 
0x0, 
  0x639710 "\001", 0x0, 0x7f1059d8f000 "", 0xfffec3b215c00000 <Address 
0xfffec3b215c00000 out of bounds>, 0xfe20b37064560000 <Address 
0xfe20b37064560000 out of bounds>, 0x0, 0x639700 "\001", 0x0, 0x7f1059d8f000 
"", 0xfffec3b216200000 <Address 0xfffec3b216200000 out of bounds>, 
0xfe20b37064560000 <Address 0xfe20b37064560000 out of bounds>, 0x0, 0x6396f0 
"\001", 0x0, 
  0x7f1059d8f000 "", 0xfffec3b216800000 <Address 0xfffec3b216800000 out of 
bounds>, 0xfe20b37064560000 <Address 0xfe20b37064560000 out of bounds>, 0x0, 
0x6396e0 "\001", 0x0, 0x7f1000000001 <Address 0x7f1000000001 out of bounds>, 
0x7f1059d424b8 "", 0x7fff61d909e0 "\001", 0x0, 0x406194 "libXext.so.6", 
0x7f1059b81a67 "H\213]ÀA\211ÄH\205Û\017\205ö\006", 
  0x7f1000000001 <Address 0x7f1000000001 out of bounds>, 0x7f1059d42000 "", 
0x7fff61d90be0 "\001", 0x0, 0x40616c "libdl.so.2", 0x7f1059b81a67 
"H\213]ÀA\211ÄH\205Û\017\205ö\006", 0x7f1000000001 <Address 0x7f1000000001 
out of bounds>, 0x7f1059d43978 "", 0x7fff61d90c10 "\001", 0x0, 0x405fb3 
"libc.so.6", 0x7f1059b81a67 "H\213]ÀA\211ÄH\205Û\017\205ö\006", 
  0x7f1000000001 <Address 0x7f1000000001 out of bounds>, 0x7f1059d434c0 "", 
0x7fff61d90c40 "\001", 0x0, 0x405f9a "libm.so.6", 0x7f1059b81a67 
"H\213]ÀA\211ÄH\205Û\017\205ö\006", 0x7f1000000001 <Address 0x7f1000000001 
out of bounds>, 0x7f1059d43000 "", 0x7fff61d90c70 "\001", 0x0, 0x405c61 
"libGL.so.1", 0x7f1059b81a67 "H\213]ÀA\211ÄH\205Û\017\205ö\006", 
  0x7f1000000001 <Address 0x7f1000000001 out of bounds>, 0x7f1059d44988 "", 
0x7fff61d90ca0 "\001", 0x0, 0x405ac2 "libstartup-notification-1.so.0", 
0x7f1059b81a67 "H\213]ÀA\211ÄH\205Û\017\205ö\006", 0x7f1000000001 <Address 
0x7f1000000001 out of bounds>, 0x7f1059d444b8 "", 0x7fff61d90cd0 "\001", 0x0, 
0x405a62 "libxml2.so.2", 
  0x7f1059b7eaa8 
"\205Àt\036A\213D$\f\205Àu\023\205í\220u\016fE\205íf\220y\bf\017\037D", 
0x7f1000000001 <Address 0x7f1000000001 out of bounds>, 0x7f1059d3e2f0 
"x9ÔY\020\177", 0xe <Address 0xe out of bounds>, 0x1b <Address 0x1b out of 
bounds>, 0x7c96f087 <Address 0x7c96f087 out of bounds>, 0x7f1059b7ef24 
"H\205ÀL\213D$\020D\213L$\bL\213\034$\017\2057þÿÿA\213\023ë\214I\203?", 
  0x7f1057a34b18 
"\206ð\226|«iµ$\200Éa»Ê\212Ъ\")å:8¹m\206\032\232\2101Á\213\034Æö\233\231KÌ*\"kÓ!¸Ôs8\231\020û\177³$",
 0x7f1000000007 <Address 0x7f1000000007 out of bounds>, 0x1f25bc2 "[X\020\177", 
0x7fff61d90d90 "", 0x7fff61d90f18 " 0\234V\020\177", 0x7f1057a34b50 "", 0x0, 
0x7f1059d3d210 "öf·Y\020\177", 0x7f1059d43978 "", 0x7f1059b766dc "free", 
0x7f1057a41168 "", 
  0x7f1059b763b0 "4\001", 0x0, 0x100000834 <Address 0x100000834 out of bounds>, 
0x7fff61d90d90 "", 0x7f1059d8f358 "¸òØY\020\177", 0x7fff61d90f50 
"\027á/±", 0x7fff61d90f18 " 0\234V\020\177", 0x7c96f087 <Address 0x7c96f087 
out of bounds>, 0x7fff61d90f00 "x9ÔY\020\177", 0x0, 0x7f1059b7f156 
"\205À\017\217b\001", 0x0, 0x7f1059d3d210 "öf·Y\020\177", 
  0x7f1000000000 <Address 0x7f1000000000 out of bounds>, 0x0, 0x7fff00000001 
<Address 0x7fff00000001 out of bounds>, 0x0, 0x405771 "libXdamage.so.1", 
0x7f1059b81a67 "H\213]ÀA\211ÄH\205Û\017\205ö\006", 0x100000001 <Address 
0x100000001 out of bounds>, 0x7f1059d3d210 "öf·Y\020\177", 0x7f1059d8f358 
"¸òØY\020\177", 0x7fff61d91028 " ãÓY\020\177", 0x7f1059d91528 "", 
  0x7f1059b766dc "free", 0x1 <Address 0x1 out of bounds>, 0x7f1059b7eaa8 
"\205Àt\036A\213D$\f\205Àu\023\205í\220u\016fE\205íf\220y\bf\017\037D", 
0x7fff61d90e50 "\001", 0x7f1059d3e2f0 "x9ÔY\020\177", 0xe <Address 0xe out of 
bounds>, 0x1b <Address 0x1b out of bounds>, 0xb12fe117 <Address 0xb12fe117 out 
of bounds>, 
  0x7f1059b7ef24 
"H\205ÀL\213D$\020D\213L$\bL\213\034$\017\2057þÿÿA\213\023ë\214I\203?", 
  0x7f1057a32cac 
"\026á/±`\rÝ\023Ï\200¾µîñßz\"´\237̨6\177\a~Zìö\t×Ö\027ù)K2}\213s\017\031Üw\211\f\231_»TÁÞß\035{.¯Ì?\f¯Ù\004\221ë®Ê&\2220[\205\032q#ßÉ\225¯\ru^©óFk%Ö?§©ºÚ \200\221\030§\002¯±b!\005Àj\227ff\211\f\210üÌpå\t
 ø\fÙ_Î~\022ì\032U}Î\237ú\034k\f\022e3Ä÷\022 «µf\033ø~sÊ>Éá 
¹\204 
±r.C¦GC\221\rU^ìBKü§ÿsÓÝDKü§Å£Vlr\a®ÿEKü§Ù\202$U\206kË\221"...,
 
  0x17 <Address 0x17 out of bounds>, 0x2c4bf84 <Address 0x2c4bf84 out of 
bounds>, 0x7fff61d90ef0 "", 0x7fff61d91078 "¨\021Ùaÿ\177", 0x7f1057a34b50 
"", 0x0, 0x7f1059d3d108 "<]\234V\020\177", 0x7f1059d43978 "", 0x7f10569c4b92 
"__libc_pthread_init", 0x7f1057a41168 "", 0x7f10569c30a0 "\202", 0x100000000 
<Address 0x100000000 out of bounds>, 
  0x100000099 <Address 0x100000099 out of bounds>, 0x7f1057aa9db0 
"H\211\\$ÐL\211d$àH\211ûH\211l$ØL\211l$èI\211ôL\211t$ðL\211|$øH\203ìHH\213\005q
 .", 0x7f1059d40d88 "¸òØY\020\177", 0x7fff61d910b0 "\001", 0x7fff61d91078 
"¨\021Ùaÿ\177", 0xb12fe117 <Address 0xb12fe117 out of bounds>, 
0x7fff61d91060 "", 0x0, 0x7f1059b7f156 "\205À\017\217b\001", 0x0, 
  0x7f1059b7eaa8 
"\205Àt\036A\213D$\f\205Àu\023\205í\220u\016fE\205íf\220y\bf\017\037D", 
0x7f1000000001 <Address 0x7f1000000001 out of bounds>, 0x7f1059d8f5a8 
"\200õØY\020\177", 0x0, 0x1 <Address 0x1 out of bounds>, 0x71dd557f <Address 
0x71dd557f out of bounds>, 0x7f1059b7ee7a 
"H\205ÀL\213D$\020D\213L$\bt¯éäþÿÿ\213\216ì\002"...}
        i = 2
        nPlugin = 2
        disableSm = 0
        clientId = 0x0
        refreshRateArg = 0x0
_______________________________________________
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to