Re: [GnomeMeeting-list] debug: different on RH71 than Suse73
- From: <derek indranet co nz>
- To: <gnomemeeting-list gnome org>
- Subject: Re: [GnomeMeeting-list] debug: different on RH71 than Suse73
- Date: Tue, 30 Apr 2002 15:12:33 +1200 (NZST)
Guilhem,
I have worked with video display things on linux for a while now, and
many times received the error
Xlib: unexpected async reply
For my applications, it was always when different threads were accessing
code in the video library simultaneously.
============================
A google search on this error reports
http://www.faqs.org/faqs/x-faq/part7/section-16.html
You may see these errors if you issue Xlib requests from an Xlib error
handler, or, more likely, if you make calls which generate X requests to
Xt or Xlib from a signal handler, which you shouldn't be doing in any
case.
http://mail.gnome.org/archives/gnome-devel-list/2000-March/msg00001.html
I get this message every once and then... I means that you are making two
X calls (or gtk calls) at the same time, without protecting your stuff...
Your program should start by calling:
g_thread_init(NULL);
Your gtk_main() should be:
gdk_thread_enver();
gtk_main();
gdk_thread_leave();
and you should also protect all gtk calls that aren't in the main thread
with the gdk_thread_enter/gdk_thread_leave calls.
For more info, there's a "threaded Hello World" somewhere. Also beware
that glib 2.1.6 has a bug that makes some threaded programs deadlock.
=====================================
Derek.
On Mon, 29 Apr 2002, Guilhem Tardy wrote:
> Hi,
>
> I am puzzled at the repetitive crash of GM when I stop a call with a remote
> party (NetMeeting) from GM. It tells in GM's history that there was a Transport
> Error, and I get all these messages (with -d) that show the connection is not
> properly closed. Any idea?
>
> Guilhem.
>
>
> 1:52.618 LogChanTx:81b6c90 H323RTP Transmit MS-GSM thread ended
> 1:52.618 H323 Cleaner H323 Stopped sending logical
> channel: MS-GSM{sw} <4>
> 1:52.618 H323 Cleaner LogChan Cleaned up T-101
> 1:52.622 H323 Cleaner RTP Releasing session 2
> 1:52.622 H323 Cleaner H323 Bandwidth request: -120.0kb/s,
> available: 10266.4kb/s
> Xlib: unexpected async reply (sequence 0x52be)!
> 1:52.772 gnomemeeting RTP Found existing session 1
> 1:52.772 gnomemeeting RTP Found existing session 2
> 1:53.782 gnomemeeting RTP Found existing session 1
> 1:53.782 gnomemeeting RTP Found existing session 2
>
> and so on...
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> http://health.yahoo.com
> _______________________________________________
> Gnomemeeting-list mailing list
> Gnomemeeting-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
>
>
>
--
Derek Smithies Ph.D.
IndraNet Technologies Ltd.
Email: derek indranet co nz
ph +64 3 365 6485
Web: http://www.indranet-technologies.com/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]