Upgrade will break Chrome

Bug #2026830 reported by Günter Neiß
28
This bug affects 6 people
Affects Status Importance Assigned to Milestone
llvm-toolchain-15 (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

After a "sudo apt upgrade" the game "www.hero-wars.com" stops working (when running inside Google-Chrome).
It shows only its Background window, but no game-play.
After a roll back of the upgraded package it works again.

My system informations:

> apt list libllvm15
Auflistung… Fertig
libllvm15/jammy-updates,jammy-security 1:15.0.7-0ubuntu0.22.04.2 amd64 [aktualisierbar von: 1:15.0.7-0ubuntu0.22.04.1]
libllvm15/jammy-updates,jammy-security 1:15.0.7-0ubuntu0.22.04.2 i386

>lsb_release -rd
Description: Ubuntu 22.04.2 LTS
Release: 22.04

>apt-cache policy libllvm15
libllvm15:
  Installiert: 1:15.0.7-0ubuntu0.22.04.1
  Installationskandidat: 1:15.0.7-0ubuntu0.22.04.2
  Versionstabelle:
     1:15.0.7-0ubuntu0.22.04.2 500
        500 http://mirror.netcologne.de/ubuntu jammy-updates/main amd64 Packages
        500 http://mirror.netcologne.de/ubuntu jammy-security/main amd64 Packages
 *** 1:15.0.7-0ubuntu0.22.04.1 100
        100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: libllvm15 1:15.0.7-0ubuntu0.22.04.1
ProcVersionSignature: Ubuntu 5.19.0-46.47~22.04.1-generic 5.19.17
Uname: Linux 5.19.0-46-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Tue Jul 11 14:22:43 2023
InstallationDate: Installed on 2023-02-28 (133 days ago)
InstallationMedia:

SourcePackage: llvm-toolchain-15
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
Günter Neiß (gneiss) wrote :
Revision history for this message
Benoist PINÇON (pincon-benoist) wrote (last edit ):
Download full text (4.1 KiB)

Hello,

same behaviour here with
Google-Chrome Version 114.0.5735.198 (Official Build) (64-bit)
and Brave Version 1.52.130 Chromium: 114.0.5735.198 (Official Build) (64-bit).

Some icons and graphics are missing both on the browser (toolbar) and inside rendered pages.

sys info :

$ apt list libllvm15
Listing... Done
libllvm15/jammy-updates,jammy-security,now 1:15.0.7-0ubuntu0.22.04.2 amd64 [installed,automatic]
libllvm15/jammy-updates,jammy-security 1:15.0.7-0ubuntu0.22.04.2 i386

$ lsb_release -rd
Description: Ubuntu 22.04.2 LTS
Release: 22.04

$ apt-cache policy libllvm15
libllvm15:
  Installed: 1:15.0.7-0ubuntu0.22.04.2
  Candidate: 1:15.0.7-0ubuntu0.22.04.2
  Version table:
 *** 1:15.0.7-0ubuntu0.22.04.2 500
        500 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages
        100 /var/lib/dpkg/status

$ lscpu
Architecture: x86_64
  CPU op-mode(s): 32-bit, 64-bit
  Address sizes: 48 bits physical, 48 bits virtual
  Byte Order: Little Endian
CPU(s): 24
  On-line CPU(s) list: 0-23
Vendor ID: AuthenticAMD
  Model name: AMD Ryzen 9 5900X 12-Core Processor
    CPU family: 25
    Model: 33
    Thread(s) per core: 2
    Core(s) per socket: 12
    Socket(s): 1
    Stepping: 0
    Frequency boost: enabled
    CPU max MHz: 4950,1948
    CPU min MHz: 2200,0000
    BogoMIPS: 7400.56
    Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid
                          extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse
                         3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 erms
                         invpcid cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbr
                         v svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip pku ospke vaes vpclmulqdq rdpid overflow_recov succor s
                         mca fsrm
Virtualization features:
  Virtualization: AMD-V
Caches (sum of all):
  L1d: 384 KiB (12 instances)
  L1i: 384 KiB (12 instances)
  L2: 6 MiB (12 instances)
  L3: 64 MiB (2 instances)
NUMA:
  NUMA node(s): 1
  NUMA node0 CPU(s): 0-23
Vulnerabilities:
  Itlb multihit: Not affected
  L1tf: Not affected
  Mds: Not affected
  Meltdown: ...

Read more...

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in llvm-toolchain-15 (Ubuntu):
status: New → Confirmed
Revision history for this message
tom (gcvl) wrote :

Confirmed, same here.
Workaround at:

https://forums.linuxmint.com/viewtopic.php?t=399821

Revision history for this message
Günter Neiß (gneiss) wrote :

I can confirm, that removing folders "GPUCache" will fix the problem (for Chrome)

Revision history for this message
Sebastian Nohn (sebastian-nohn) wrote :

Can confirm both the bug and the workaround on AMD Ryzen 7 PRO 4750U with Radeon Graphics

Revision history for this message
Alkis Georgopoulos (alkisg) wrote (last edit ):

Confirming both the bug and the GPUCache folders workaround.

sudo find /home/ -depth -type d -name GPUCache -exec rm -rf {} \;

$ lspci -nn -k | grep -A 3 VGA
05:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Oland [Radeon HD 8570 / R5 430 OEM / R7 240/340 / Radeon 520 OEM] [1002:6611]
        Subsystem: Dell Radeon R5 240 OEM [1028:210b]
        Kernel driver in use: radeon
        Kernel modules: radeon, amdgpu
--
06:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Picasso/Raven 2 [Radeon Vega Series / Radeon Vega Mobile Series] [1002:15d8] (rev c9)
        Subsystem: Gigabyte Technology Co., Ltd Picasso [1458:d000]
        Kernel driver in use: amdgpu
        Kernel modules: amdgpu

Revision history for this message
Siegfried (o-gott-wir-werden-alle-sterben) wrote :

Can confirm this on the Chromium-based Opera browser as well.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.