Comment 2 for bug 58583

Revision history for this message
Vincenzo Ciancia (vincenzo-ml) wrote :

I am using edgy, there is no gtick-dbgsym package, however I can provide an "ltrace" which might suffice to identify the problem since it's very short; seems like gtk_init already calls gthread_init?

vincenzo@frattaglia:~$ ltrace gtick
__libc_start_main(0x804b920, 1, 0xbf8550d4, 0x8059421, 0x805941c <unfinished ...>
memcpy(0xbf854fd4, "\031\225\005\b", 80) = 0xbf854fd4
setlocale(6, "") = "it_IT.UTF-8"
bindtextdomain("gtick", "/usr/share/locale") = "/usr/share/locale"
textdomain("gtick") = "gtick"
gtk_init(0xbf855050, 0xbf855054, 80, 0, 0GTK Accessibility Module initialized
) = 1
getopt_long(1, 0xbf8550d4, "hvd::", 0xbf854fd4, 0xbf855024) = -1
bind_textdomain_codeset(0x80594fa, 0x8059513, 0x805950d, 0xbf854fd4, 0xbf855024) = 0x80d5bf0
g_thread_init(0, 0x80d5bf0, 0x805950d, 0xbf854fd4, 0xbf855024
GThread-ERROR **: GThread system may only be initialized once.
aborting...
 <unfinished ...>
--- SIGABRT (Aborted) ---
+++ killed by SIGABRT +++