Re: error message
- From: "Michael Lamothe" <michael lamothe gmail com>
- To: gonzo agoralabs com
- Cc: Gtk-List <gtk-list gnome org>
- Subject: Re: error message
- Date: Thu, 29 Nov 2007 12:16:24 +1100
Hi,
I think that they do call XInitThreads() but libraries such as
xine-lib break if you don't call it first. Don't know why. If your
GTK app does not use and X based (Non GDK/GTK) libraries then maybe
this isn't your problem.
Maybe, as Micah pointed out, this might be a simple problem with you
not writing a thread safe application. Is your application
multi-threaded?
Thanks,
Michael
On 29/11/2007, Andres Gonzalez <gonzo agoralabs com> wrote:
> Thank you Michael for your response.
>
> What was confusing to me was that I was not directly using X but Gtk.
> But I am using g_thread_init() and g_thread_create(). I am assuming
> that g_thread_init() calls XInitThreads() so your answer is very
> helpful.
>
> Thanks again,
>
> -Andres
>
>
>
>
> > Every time I see this it's because I've called a multi-threaded
> > library that requires XInitThreads() to be called. This needs to be
> > called before all other X functions.
> >
> > Hope that helps.
> >
> > Thanks,
> >
> > Michael
> >
> >> On 28/11/2007, Andres Gonzalez <gonzo agoralabs com> wrote:
> >> Hi,
> >>
> >> I get the following error message when displaying a dialog. Any
> ideas
> >> as to what is causing it?
> >>
> >> Xlib: unexpected async reply (sequence 0x6cb)
> >>
> >> Thanks,
> >>
> >> -Andres
>
>
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]