For me the symptom was that playing any Shoutcast stream would cause
this SEGV with a very similar stack.

Try renaming or deleting /usr/lib/x86_64-linux-
gnu/gio/modules/libgiolibproxy.so. If you can't find that path, look for
whatever libgiolibproxy.so file the package 'glib-networking' provides.
You might lose proxy support.

On my machine, the cause was a TLS entry being registered by
libQtCore.so.4 (via libkdecore.so.5 via
/usr/lib/libproxy/0.3.1/modules/config_kde4.so via libproxy.so.0 via
libgiolibproxy.so) which wasn't being removed properly. When you start
playing a track that requires network access,
g_resolver_lookup_by_name_async tries to create a thread using
pthread_create, which tries to free this TLS entry. But libQtCore.so.4
has been unmapped, so you SEGV.

Moving libgiolibproxy.so out of the way prevents libproxy.so.0, ...,
libQtCore.so.4 from being loaded and the TLS entry being registered at
all. Shoutcast streams work fine now!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/172626

Title:
  rhythmbox crashed with SIGSEGV in __nptl_deallocate_tsd()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/172626/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to