gtick-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gtick-devel] Re: Runtime error with GTK 2.6


From: Roland Stigge
Subject: [Gtick-devel] Re: Runtime error with GTK 2.6
Date: Wed, 30 May 2007 22:00:52 +0200
User-agent: Icedove 1.5.0.10 (X11/20070329)

Hi,

Gary Lawrence Murphy wrote:
> #5  0xb79d0530 in g_thread_init () from /usr/lib/libgthread-2.0.so.0
> #6  0x0804b273 in main (argc=1, argv=0xbf89a4c4) at gtick.c:112
> 
> If I comment out that line 112, it works fine.

Since your g_thread_init() call is in line 112 and not in 113 as with
current GTick 0.3.15, I assume you are using an old version before
0.3.11 where the problem was fixed. Otherwise, you are using buggy
libraries or a similarly problematic environment, since gtick calls
g_thread_init only in case of it not being initialized, yet:

  if (!g_thread_supported()) {
    g_thread_init(NULL);
  }

Good luck with your distribution (or try Debian ;-)

bye,
  Roland




reply via email to

[Prev in Thread] Current Thread [Next in Thread]