[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-11-14 Thread Michael Hudson-Doyle
So to answer my first question, most libraries are built as tlsdesc on
arm64. But libgomp is not.

Not sure on the second part. I guess a series upgrade usually involves a
reboot anyway. Or maybe something was imperfect in the backport attempt.

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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


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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-10-18 Thread Michael Hudson-Doyle
So a side question here is, why are libraries built with the initial
exec tls model on arm64? Building with tlsdesc would have almost the
same performance in the usual case aiui.

Another question, how come the issues reported as regressions caused by
this did not occur as people upgraded from focal to groovy?

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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


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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-05-31 Thread Balint Reczey
** Description changed:

  [Impact]
  
  gstreamer cannot load some plugins on 20.04, aarch64 due to TLS memory
  exhaustion, so these plugins cannot be used. See LP: #1846837 and LP:
  #1914030.
  
  This is solved apparently on glibc 2.32:
  https://sourceware.org/bugzilla/show_bug.cgi?id=25051
  by patch
  
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ffb17e7ba3a5ba9632cee97330b325072fbe41dd
  
  [Test Case]
  
  Running totem-video-thumbnailer shows TLS error in the version not
  fixed, generates thumbnail with the fixed version:
  
  $ sudo apt -y install totem gstreamer1.0-libav
  ...
  $ wget 
https://ia800201.us.archive.org/12/items/BigBuckBunny_328/BigBuckBunny_512kb.mp4
  ...
  $ totem-video-thumbnailer BigBuckBunny_512kb.mp4 thumbnail.png
  ...
  (totem-video-thumbnailer:3602): GStreamer-WARNING **: 18:36:10.466: Failed to 
load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstlibav.so': 
/lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block
  ...
  
  [Where problems could occur]
  
  This is delicate code in glibc with quite regression potential. Said
  this, the code is in the next major release (2.32, while focal has
  2.31), which has been running groovy for a while.
  
  Also, apparently there is a 2.31 patch for groovy, before it moved to
  2.32: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964141
  
  Regressions in 2.31-0ubuntu9.3 have been observed in LP: #1926379 and
- LP: #1926387.
+ LP: #1926355.

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-05-20 Thread Balint Reczey
This fix proved to be too intrusive to be released via focal-updates. It 
requires an immediate restart of services and a reboot which can't be 
guaranteed if the fix is included in a later update released into the 
focal-security pocket.
I'm preparing 2.31-0ubuntu9.4 _without_ this fix but including other fixes 
which are safe to release to Focal.
In addition to requiring an immediate reboot the fix also breaks snaps bundling 
glibc without this fix when they are run with an updated core20 snap including 
this fix.

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-05-03 Thread Balint Reczey
I've copied 2.31-0ubuntu9.3 to https://launchpad.net/~ci-train-ppa-
service/+archive/ubuntu/4547 until the new update can be released
including this fix.

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-04-28 Thread Balint Reczey
** Description changed:

  [Impact]
  
  gstreamer cannot load some plugins on 20.04, aarch64 due to TLS memory
  exhaustion, so these plugins cannot be used. See LP: #1846837 and LP:
  #1914030.
  
  This is solved apparently on glibc 2.32:
  https://sourceware.org/bugzilla/show_bug.cgi?id=25051
  by patch
  
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ffb17e7ba3a5ba9632cee97330b325072fbe41dd
  
  [Test Case]
  
  Running totem-video-thumbnailer shows TLS error in the version not
  fixed, generates thumbnail with the fixed version:
  
  $ sudo apt -y install totem gstreamer1.0-libav
  ...
  $ wget 
https://ia800201.us.archive.org/12/items/BigBuckBunny_328/BigBuckBunny_512kb.mp4
  ...
  $ totem-video-thumbnailer BigBuckBunny_512kb.mp4 thumbnail.png
  ...
  (totem-video-thumbnailer:3602): GStreamer-WARNING **: 18:36:10.466: Failed to 
load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstlibav.so': 
/lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block
  ...
  
  [Where problems could occur]
  
  This is delicate code in glibc with quite regression potential. Said
  this, the code is in the next major release (2.32, while focal has
  2.31), which has been running groovy for a while.
  
  Also, apparently there is a 2.31 patch for groovy, before it moved to
  2.32: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964141
+ 
+ Regressions in 2.31-0ubuntu9.3 have been observed in LP: #1926379 and
+ LP: #1926387.

** Changed in: glibc (Ubuntu Focal)
   Status: Fix Released => Fix Committed

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-04-27 Thread Steven Clarkson
This introduced a bug in the debian-installer for focal (LP: #1926223)

While trying to update libc6, debian-installer will get the following
error

-/bin/sh: error loading shared libraries: __vdso_gettimeofday: invalid
mode for dlopen(): invalid argument


This behavior can be seen without using debian-installer

On a system with libc6 version 2.31-0ubuntu9.2 and a folder 9.3
containing the extracted 2.31-0ubuntu9.3 deb file

$ LD_LIBRARY_PATH=./9.3/lib/x86_64-linux-gnu ls
ls: error while loading shared libraries: __vdso_gettimeofday: invalid mode for 
dlopen(): Invalid argument

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-04-26 Thread Launchpad Bug Tracker
This bug was fixed in the package glibc - 2.31-0ubuntu9.3

---
glibc (2.31-0ubuntu9.3) focal; urgency=medium

  [ Aurelien Jarno ]
  * debian/patches/any/git-surplus-tls-accounting.diff: backport TLS surplus
accounting from upstream. (Closes: #964141) (LP: #1914044)

  [ Balint Reczey ]
  * Update debian/patches/ubuntu/local-disable-ld_audit.diff
  * Prevent rare deadlock in pthread_cond_signal (LP: #1899800)
  * Cherry-pick upstream patch to fix building with -moutline-atomics
  * Make libc6 provide libc6-lse on arm64.
Libc6 is now compiled with -moutline-atomics thus the separate binary
package is dropped. (LP: #1912652)
  * debian/control: Libc6 should Conflict and Replace libc6-lse

 -- Balint Reczey   Mon, 29 Mar 2021 22:11:32 +0200

** Changed in: glibc (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-04-08 Thread Alfonso Sanchez-Beato
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-04-08 Thread RussianNeuroMancer
> How did the test on NanoPC fail for you?

It seems like fail on NanoPC-T4 was caused by different issue, I still
investigating it.

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-04-08 Thread Alfonso Sanchez-Beato
Verified in focal:

ubuntu@host:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 20.04.2 LTS
Release:20.04
Codename:   focal

ubuntu@host:~$ apt policy libc6
libc6:
  Installed: 2.31-0ubuntu9.2
  Candidate: 2.31-0ubuntu9.2
  Version table:
 *** 2.31-0ubuntu9.2 500
500 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 
Packages
100 /var/lib/dpkg/status
 2.31-0ubuntu9 500
500 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages

ubuntu@host:~$ rm .cache/gstreamer-1.0/registry.aarch64.bin 
ubuntu@host:~$ gst-inspect-1.0 >/dev/null
(gst-plugin-scanner:5268): GStreamer-WARNING **: 10:45:38.430: Failed to load 
plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstchromaprint.so': 
/lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block
(gst-plugin-scanner:5268): GStreamer-WARNING **: 10:45:38.529: Failed to load 
plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstlibav.so': 
/lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block



ubuntu@host:~$ apt policy libc6
libc6:
  Installed: 2.31-0ubuntu9.3
  Candidate: 2.31-0ubuntu9.3
  Version table:
 *** 2.31-0ubuntu9.3 500
500 http://ports.ubuntu.com/ubuntu-ports focal-proposed/main arm64 
Packages
100 /var/lib/dpkg/status
 2.31-0ubuntu9.2 500
500 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 
Packages
 2.31-0ubuntu9 500
500 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages

ubuntu@host:~$ rm .cache/gstreamer-1.0/registry.aarch64.bin 
ubuntu@host:~$ gst-inspect-1.0 >/dev/null
(no errors now)

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-04-08 Thread Ɓukasz Zemczak
Hello Alfonso, or anyone else affected,

Accepted glibc into focal-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/glibc/2.31-0ubuntu9.3
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: glibc (Ubuntu Focal)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed verification-needed-focal

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-03-23 Thread Balint Reczey
@russianneuromancer How did the test on NanoPC fail for you? (I've
updated the test instructions to make them clear.)

** Description changed:

  [Impact]
  
  gstreamer cannot load some plugins on 20.04, aarch64 due to TLS memory
- exhaustion, so these plugins cannot be used. See LP#1846837 and
- LP#1914030.
+ exhaustion, so these plugins cannot be used. See LP: #1846837 and LP:
+ #1914030.
  
  This is solved apparently on glibc 2.32:
  https://sourceware.org/bugzilla/show_bug.cgi?id=25051
  by patch
  
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ffb17e7ba3a5ba9632cee97330b325072fbe41dd
  
  [Test Case]
  
- Running totem-video-thumbnailer shows these errors:
+ Running totem-video-thumbnailer shows TLS error in the version not
+ fixed, generates thumbnail with the fixed version:
  
- (totem-video-thumbnailer:12136): GStreamer-WARNING **: 00:43:52.740:
- Failed to load plugin '/usr/lib/aarch64-linux-
- gnu/gstreamer-1.0/libgstlibav.so': /lib/aarch64-linux-gnu/libgomp.so.1:
- cannot allocate memory in static TLS block
+ $ sudo apt -y install totem gstreamer1.0-libav
+ ...
+ $ wget 
https://ia800201.us.archive.org/12/items/BigBuckBunny_328/BigBuckBunny_512kb.mp4
+ ...
+ $ totem-video-thumbnailer BigBuckBunny_512kb.mp4 thumbnail.png
+ ...
+ (totem-video-thumbnailer:3602): GStreamer-WARNING **: 18:36:10.466: Failed to 
load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstlibav.so': 
/lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block
+ ...
  
  [Where problems could occur]
  
  This is delicate code in glibc with quite regression potential. Said
- this, the code is in the next minor release (2.32, while focal has
+ this, the code is in the next major release (2.32, while focal has
  2.31), which has been running groovy for a while.
  
  Also, apparently there is a 2.31 patch for groovy, before it moved to
  2.32: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964141

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-03-16 Thread RussianNeuroMancer
Tested on 20.10 (Lenovo Yoga C630 WOS) - totem-video-thumbnailer works
there, but not on 20.04 (NanoPC-T4) updated from PPA.

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-03-15 Thread Alfonso Sanchez-Beato
On Mon, Mar 15, 2021 at 11:42 AM RussianNeuroMancer <
1914...@bugs.launchpad.net> wrote:

> For me Totem works now, but not totem-video-thumbnailer.
>
> Alfonso, Balint, how totem-video-thumbnailer works for you now?
>

It works for me, but I have just done a quick try. gstlaunch was what was
failing before and now is fine with the focal packages from the PPA.


>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1914044
>
> Title:
>   [SRU] gstreamer fails with "cannot allocate memory in static TLS
>   block" error on aarch64
>
> Status in glibc package in Ubuntu:
>   Fix Released
> Status in glibc source package in Focal:
>   Confirmed
> Status in glibc package in Debian:
>   Fix Released
>
> Bug description:
>   [Impact]
>
>   gstreamer cannot load some plugins on 20.04, aarch64 due to TLS memory
>   exhaustion, so these plugins cannot be used. See LP#1846837 and
>   LP#1914030.
>
>   This is solved apparently on glibc 2.32:
>   https://sourceware.org/bugzilla/show_bug.cgi?id=25051
>   by patch
>
> https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ffb17e7ba3a5ba9632cee97330b325072fbe41dd
>
>   [Test Case]
>
>   Running totem-video-thumbnailer shows these errors:
>
>   (totem-video-thumbnailer:12136): GStreamer-WARNING **: 00:43:52.740:
>   Failed to load plugin '/usr/lib/aarch64-linux-
>   gnu/gstreamer-1.0/libgstlibav.so': /lib/aarch64-linux-
>   gnu/libgomp.so.1: cannot allocate memory in static TLS block
>
>   [Where problems could occur]
>
>   This is delicate code in glibc with quite regression potential. Said
>   this, the code is in the next minor release (2.32, while focal has
>   2.31), which has been running groovy for a while.
>
>   Also, apparently there is a 2.31 patch for groovy, before it moved to
>   2.32: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964141
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1914044/+subscriptions
>


** Bug watch added: Sourceware.org Bugzilla #25051
   https://sourceware.org/bugzilla/show_bug.cgi?id=25051

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-03-15 Thread RussianNeuroMancer
For me Totem works now, but not totem-video-thumbnailer.

Alfonso, Balint, how totem-video-thumbnailer works for you now?

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-03-15 Thread Alfonso Sanchez-Beato
I have given a try to the test PPA and I can confirm it fixes the bug.

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-03-10 Thread Balint Reczey
There are test packages with the WIP fix for Focal:
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4017/+packages

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-02-04 Thread Brian Murray
** Tags added: fr-1106

** Tags removed: rls-ff-incoming

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-02-04 Thread Balint Reczey
** Changed in: glibc (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-02-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: glibc (Ubuntu)
   Status: New => Confirmed

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-02-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: glibc (Ubuntu Focal)
   Status: New => Confirmed

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-02-01 Thread Balint Reczey
** Summary changed:

- gstreamer fails with "cannot allocate memory in static TLS block" error on 
aarch64
+ [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error 
on aarch64

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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