Bug 1133843

Summary: [VLC] dlopen: cannot load any more object with static TLS
Product: [Fedora] Fedora Reporter: Ankur Sinha (FranciscoD) <sanjay.ankur>
Component: glibcAssignee: Carlos O'Donell <codonell>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 21CC: codonell, fweimer, hdegoede, jakub, law, pfrankli, rdieter, spoyarek
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-26 14:29:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ankur Sinha (FranciscoD) 2014-08-26 09:21:16 UTC
Description of problem:
I can't get vlc from rpmfusion to run on F21. It keeps throwing this error:

> [0x1ee0598] dbus interface debug: Getting property CanGoPrevious
> [0x7ff060eaabd8] main decoder warning: cannot load module `/usr/lib64/vlc/plugins/codec/libavcodec_plugin.so' (dlopen: cannot load any more object with static TLS)
> [0x7ff060eaabd8] main decoder error: corrupt module: /usr/lib64/vlc/plugins/codec/libavcodec_plugin.so
> [0x7ff060eaabd8] main decoder debug: no decoder modules matched

I saw the calibre bug https://bugzilla.redhat.com/show_bug.cgi?id=1124987 and tried the scratch build in the comment which fixed the issue: http://koji.fedoraproject.org/koji/taskinfo?taskID=7429597

Version-Release number of selected component (if applicable):
[asinha@localhost  ~]$ rpm -qa \*glibc\*
glibc-2.19.90-34.fc21.x86_64
glibc-debuginfo-2.19.90-34.fc21.x86_64
glibc-devel-2.19.90-34.fc21.x86_64
glibc-headers-2.19.90-34.fc21.x86_64
glibc-debuginfo-common-2.19.90-34.fc21.x86_64
glibc-common-2.19.90-34.fc21.x86_64
[asinha@localhost  ~]$

How reproducible:
Always. I couldn't get vlc to run even once. 

Steps to Reproduce:
1. Install vlc from rpmfusion on F21
2. try to run any file
3.

Actual results:
Fails with dlopen error

Expected results:
vlc should run properly.

Additional info:

Comment 1 Carlos O'Donell 2014-08-26 14:29:29 UTC

*** This bug has been marked as a duplicate of bug 1124987 ***