[PATCH libSM] Avoid infinite loop when SM rejects RegisterClient

2012-11-12 Thread Daniel Drake
We have a couple of cases where libSM enters a seemingly infinite loop when trying to send a RegisterClient message to the SM. - http://bugs.sugarlabs.org/ticket/1624 - http://dev.laptop.org/ticket/12210 In these cases, the SM rejects registration requests because the session is shutting down.

Re: [PATCH xorg-gtest 01/11] Drop .gz tarballs, bz2 is enough

2012-11-12 Thread Ángel González
On 09/11/12 05:58, Matt Turner wrote: Perhaps the bigger advantage of xz over bz2 is decompression speed. In many cases, single threaded xz decompression is faster than two-threaded parallel bz2 decompression. What do you mean by two-threaded parallel bz2 decompression ? I don't think it can

Re: [PATCH xorg-gtest 01/11] Drop .gz tarballs, bz2 is enough

2012-11-12 Thread Matt Turner
On Mon, Nov 12, 2012 at 2:01 PM, Ángel González inge...@zoho.com wrote: On 09/11/12 05:58, Matt Turner wrote: Perhaps the bigger advantage of xz over bz2 is decompression speed. In many cases, single threaded xz decompression is faster than two-threaded parallel bz2 decompression. What do