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


_______________________________________________
Gtick-devel mailing list
Gtick-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gtick-devel

Reply via email to