After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 762921 - gnutls: "A dynamic link library (DLL) initialization routine failed" when trying to use the GIO GnuTLS module
gnutls: "A dynamic link library (DLL) initialization routine failed" when try...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal blocker
: 1.7.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-01 12:30 UTC by Sebastian Dröge (slomo)
Modified: 2016-03-01 13:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2016-03-01 12:30:34 UTC
Regression from 1.7.2.
Comment 1 Sebastian Dröge (slomo) 2016-03-01 12:53:52 UTC
Found the bug, fixing.
Comment 2 Sebastian Dröge (slomo) 2016-03-01 13:44:14 UTC
See https://gitlab.com/gnutls/gnutls/issues/74

I'll work around that for us by disabling this new initialization disabling feature (it wasn't in 3.3) for now.
Comment 3 Sebastian Dröge (slomo) 2016-03-01 13:48:55 UTC
commit 80a54438808eef95abe410bb30470fdde94c5c3b
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Tue Mar 1 15:46:35 2016 +0200

    gnutls: Stop using weak linked _gnutls_global_init_skip() in library constructor
    
    It fails on Windows, see https://gitlab.com/gnutls/gnutls/issues/74
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762921