Re: [Multisync-devel] Unexpected async reply

2004-04-30 Thread Armin Bauer
On Fri, 2004-04-30 at 16:45, Stefan Huber wrote: > Hi, > > I have a question to the following message, when I try to sync with a > minimal plugin! Message: Xlib: unexpected async reply (sequence 0x) This strongly suggest that you have and error in your memory management (double free etc). Try

[Multisync-devel] Unexpected async reply

2004-04-30 Thread Stefan Huber
Hi, I have a question to the following message, when I try to sync with a minimal plugin! Message: Xlib: unexpected async reply (sequence 0x) The message occures only when I do a "sync_set_requestdone(conn->sync_pair);" in the sync_done function. I have tried to build a minimal plugin, to s