On Sun, Dec 19, 2021 at 06:24:21PM -0600, Amit Kulkarni wrote: > On Sun, Dec 19, 2021 at 2:23 PM Bryan Steele <bry...@gmail.com> wrote: > > > > I'm thinking this could be llvm/clang13 fallout, but with the new Dec 19 > > snapshot chromium stopped working for me. It opens up a blank white > > page, and trying to visit any website is stuck "loading..." > > > > In ps(1), one chrome subprocess is pegging a CPU at 99% utilization.. > > > > brynet 10507 96.6 0.8 188884 64620 p5 R+pU/3 3:00PM 1:01.60 > > chrome: --type=utility --utility-sub-type=network.mojom.NetworkService > > --field-trial-handle=9547151940239398474,4827432241527663666,131072 > > --disable-features=AsmJsToWebAssembly,WebAssembly,WebAssemblyStreaming > > --lang=en-GB --service-sandbox-type=network > > --change-stack-guard-on-fork=enable > > --shared-files=v8_context_snapshot_data:100 (chrome) > > > > I don't see any pledge violations in dmesg, but when starting chrome in > > an xterm, I'm getting this shortly afterward: > > > > > > [61545:-1478398720:1219/150010.299942:ERROR:network_service_instance_impl.cc(916)] > > Network service crashed, restarting service. > > > > -Bryan. > > > > Iridium has the same fallout!
Installing chromium-96.0.4664.110 from a previous snapshot linked with libc++.so.8.0/libc++abi.so.5.1 works. The package linked with libc++.so.9.0/libc++abi.so.6.0 does not, so this is looking indeed llvm13 fallout. -Bryan.