RE: Crash with Evo2 Plugin
"Dixon, Lee L." <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.multisync.user |
|---|---|
| Message-ID | <5A27798F9AA13F43A16562CE0F100E55066B3D@us-celebration.mail.saic.com> |
In my experience, this typically means that you are making X calls from separate threads of execution. For example, you start an X call which is interrupted by a signal receipt, and in that handler you make another X call. This could also happen if you are just multithreaded. The fix is really a design issue: use of an X connection pointer must be sychronized across threads of execution. The easiest way is to only make X calls from a particular thread, or put a mutex around areas that will be making X calls. -Lee -----Original Message----- From: multisync-users-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:multisync-users-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of Markus Meyer Sent: Friday, November 26, 2004 8:56 AM To: [email protected] Cc: Ron; Mailinglists; multisync-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Subject: Re: [Multisync-users] Crash with Evo2 Plugin Am Fre, den 26.11.2004 schrieb Armin Bauer um 14:12: > > The last message on the console setting MULTISYNC_DEBUG=1 is: > > > [evo2-sync] INFORMATION: start: delete > > > Xlib: unexpected async reply (sequence 0x26d1)! > > > please download the latest release from > http://www.multisync.org/files/multisync-cvs-snapshot.tar.gz > > This should fix this problem. I'm just curious, what does this message ("unexpected async reply") mean, and what's the fix? I have experienced this with other programs, too. Markus ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Multisync-users mailing list Multisync-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/multisync-users ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/