Activity log for bug #1914044

Date Who What changed Old value New value Message
2021-02-01 11:47:59 Alfonso Sanchez-Beato bug added bug
2021-02-01 11:51:55 Dimitri John Ledkov tags focal rls-ff-incoming
2021-02-01 11:54:11 Alfonso Sanchez-Beato 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. [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
2021-02-01 14:52:43 Balint Reczey nominated for series Ubuntu Focal
2021-02-01 14:52:43 Balint Reczey bug task added glibc (Ubuntu Focal)
2021-02-01 14:53:43 Balint Reczey bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964141
2021-02-01 14:53:43 Balint Reczey bug task added glibc (Debian)
2021-02-01 15:13:48 Bug Watch Updater glibc (Debian): status Unknown Fix Released
2021-02-01 15:14:46 Balint Reczey summary 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
2021-02-02 11:49:16 Launchpad Janitor glibc (Ubuntu): status New Confirmed
2021-02-02 11:49:16 Launchpad Janitor glibc (Ubuntu Focal): status New Confirmed
2021-02-02 11:49:19 RussianNeuroMancer bug added subscriber RussianNeuroMancer
2021-02-04 16:23:47 Balint Reczey glibc (Ubuntu): status Confirmed Fix Released
2021-02-04 17:04:01 Brian Murray tags focal rls-ff-incoming focal fr-1106 rls-ff-incoming
2021-02-04 17:04:51 Brian Murray tags focal fr-1106 rls-ff-incoming focal fr-1106
2021-03-01 20:35:59 John Agosta bug added subscriber John Agosta
2021-03-15 11:45:35 Alfonso Sanchez-Beato bug watch added https://sourceware.org/bugzilla/show_bug.cgi?id=25051
2021-03-23 18:40:31 Balint Reczey 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 [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
2021-04-08 09:47:56 Łukasz Zemczak glibc (Ubuntu Focal): status Confirmed Fix Committed
2021-04-08 09:47:58 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2021-04-08 09:48:00 Łukasz Zemczak bug added subscriber SRU Verification
2021-04-08 09:48:04 Łukasz Zemczak tags focal fr-1106 focal fr-1106 verification-needed verification-needed-focal
2021-04-08 11:11:30 Alfonso Sanchez-Beato tags focal fr-1106 verification-needed verification-needed-focal focal fr-1106 verification-done-focal verification-needed
2021-04-26 16:08:35 Launchpad Janitor glibc (Ubuntu Focal): status Fix Committed Fix Released
2021-04-26 16:08:52 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2021-04-28 10:38:03 Kezlya Yevgen bug added subscriber Kezlya Yevgen
2021-04-28 13:37:08 Balint Reczey 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 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 [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.
2021-04-28 13:37:12 Balint Reczey glibc (Ubuntu Focal): status Fix Released Fix Committed
2021-05-17 15:46:24 John Agosta removed subscriber John Agosta
2021-05-31 18:18:49 Balint Reczey 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 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. [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: #1926355.
2021-05-31 18:40:52 Kezlya Yevgen removed subscriber Kezlya Yevgen
2021-06-30 13:52:52 Pedro Principeza bug added subscriber Pedro Principeza