Re: LibX11/xcb fails to initialize something

2009-02-01 Thread Brian Rogers
Barton C Massey wrote: In message 4984a2e2.8060...@xyzw.org you wrote: I'm going to be avoiding 'git format-patch' for a while now... Or at least 'git send-email'. We really prefer Git-formatted patches, so thanks for doing that. But I, like you, like to compose my own email.

LibX11/xcb fails to initialize something

2009-01-31 Thread Brian Rogers
On Ubuntu Jaunty, Ekiga hangs during startup before it can open any windows. I traced the issue back to an uninitialized condition variable in libX11 xcb code. So to anyone with mysterious freezes, this may be the fix you need. Especially if your backtrace looks like the following one: #0

Re: LibX11/xcb fails to initialize something

2009-01-31 Thread Maarten Maathuis
On Sat, Jan 31, 2009 at 7:37 PM, Brian Rogers br...@xyzw.org wrote: On Ubuntu Jaunty, Ekiga hangs during startup before it can open any windows. I traced the issue back to an uninitialized condition variable in libX11 xcb code. So to anyone with mysterious freezes, this may be the fix you need.

Re: LibX11/xcb fails to initialize something

2009-01-31 Thread Brian Rogers
Maarten Maathuis wrote: On Sat, Jan 31, 2009 at 7:37 PM, Brian Rogers br...@xyzw.org wrote: On Ubuntu Jaunty, Ekiga hangs during startup before it can open any windows. I traced the issue back to an uninitialized condition variable in libX11 xcb code. So to anyone with mysterious freezes,

Re: LibX11/xcb fails to initialize something

2009-01-31 Thread Barton C Massey
In message 4984a2e2.8060...@xyzw.org you wrote: I'm going to be avoiding 'git format-patch' for a while now... Or at least 'git send-email'. We really prefer Git-formatted patches, so thanks for doing that. But I, like you, like to compose my own email. Bart