$ idea.sh
Java HotSpot(TM) 64-Bit Server VM (build 24.0-b56, mixed mode)
Failed to clear URL cache
Failed to clear URL cache
/usr/lib/jvm/java-7-oracle/bin/java: symbol lookup error:
/usr/lib/jayatana/libjayatana.so: undefined symbol: g_thread_init
the solution is to remove the call to g_thread_init. As per:
https://developer.gnome.org/glib/2.34/glib-Deprecated-Thread-APIs.html#g-thread-
init
the g_thread_init is not needed anyway. COmmenting out the call to that
function resolves the issue for me.
Original issue reported on code.google.com by radaczynski on 12 Sep 2013 at 7:34
Original issue reported on code.google.com by
radaczynski
on 12 Sep 2013 at 7:34