Re: [PATCH libX11 0/2] Xlib 32-bit sequence number wrap bug(fix)

2013-11-17 Thread Keith Packard
Jonas Petersen jnsptr...@gmail.com writes: It might take one or two hours, but when it reaches the 4294 million it will explode into a Fatal IO error 11. This reproduces the bug in about 15 minutes on my machine: /* cc -o nop nop.c `pkg-config --cflags --libs x11` */ #includestdio.h

Re: [PATCH libX11 0/2] Xlib 32-bit sequence number wrap bug(fix)

2013-11-17 Thread Jonas Petersen
Am 17.11.2013 09:26, schrieb Keith Packard: Jonas Petersen jnsptr...@gmail.com writes: It might take one or two hours, but when it reaches the 4294 million it will explode into a Fatal IO error 11. This reproduces the bug in about 15 minutes on my machine: /* cc -o nop nop.c `pkg-config

Re: [PATCH libX11 0/2] Xlib 32-bit sequence number wrap bug(fix)

2013-11-17 Thread Jonas Petersen
Am 16.11.2013 23:30, schrieb Alan Coopersmith: cc'ing the xcb mailing list, since more people there know about how the Xlib/xcb interaction in xcb_io works. For the people there who didn't see the patches on xorg-devel, you can find them at: http://patchwork.freedesktop.org/patch/15501/

Re: [PATCH libX11 0/2] Xlib 32-bit sequence number wrap bug(fix)

2013-11-17 Thread Alan Coopersmith
On 11/17/13 10:42 AM, Jonas Petersen wrote: Am 16.11.2013 23:30, schrieb Alan Coopersmith: cc'ing the xcb mailing list, since more people there know about how the Xlib/xcb interaction in xcb_io works. For the people there who didn't see the patches on xorg-devel, you can find them at:

[PATCH libX11 0/2] Xlib 32-bit sequence number wrap bug(fix)

2013-11-16 Thread Jonas Petersen
Hi, I'm now submitting this the third time. I think it's an important issue and it needs to be reviewed. Please someone take a look at it, there's basically just 3 lines of code involved. If anybody wants more information, code to reproduce the failure, or changes in the patch I submitted,

Re: [PATCH libX11 0/2] Xlib 32-bit sequence number wrap bug(fix)

2013-11-16 Thread Alan Coopersmith
cc'ing the xcb mailing list, since more people there know about how the Xlib/xcb interaction in xcb_io works. For the people there who didn't see the patches on xorg-devel, you can find them at: http://patchwork.freedesktop.org/patch/15501/ http://patchwork.freedesktop.org/patch/15500/ On

[PATCH libX11 0/2] Xlib 32-bit sequence number wrap bug(fix)

2013-11-09 Thread Jonas Petersen
Hi, I'm now resubmitting this. I think it's an important issue and it needs to be reviewed. Please someone take a look at it, there's basically just 3 lines of code involved. If anybody wants more information, code to reproduce the failure, or changes in the patch I submitted, please tell me.