diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
| commit | f2ec263023649e596c5076df32c2d328bc9393d2 (patch) | |
| tree | 5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/4304 | |
| parent | 63d2e9d409831aa8582787234cae4741847504b7 (diff) | |
| download | qemu-analysis-main.tar.gz qemu-analysis-main.zip | |
Diffstat (limited to 'results/scraper/fex/4304')
| -rw-r--r-- | results/scraper/fex/4304 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/results/scraper/fex/4304 b/results/scraper/fex/4304 new file mode 100644 index 000000000..809d348f0 --- /dev/null +++ b/results/scraper/fex/4304 @@ -0,0 +1,21 @@ +Latest Steam stable update (Jan 2025) fails to start due to CEF crash loop +Steam fails to start up since last week's update due to a crash in CEF's network service, indicated by webhelper-linux.txt: +``` +[2025-01-27 16:23:23] terminate called after throwing an instance of 'std::out_of_range' +[2025-01-27 16:23:23] what(): basic_string::at: __n (which is 0) >= this->size() (which is 0) +[2025-01-27 16:23:23] [0127/162323.751259:ERROR:network_service_instance_impl.cc(600)] Network service crashed, restarting service. +[2025-01-27 16:23:23] [DEBUG] Hiding directory entry for RootFSFD +[2025-01-27 16:23:23] [DEBUG] Hiding directory entry for RootFSFD +[2025-01-27 16:23:23] terminate called after throwing an instance of 'std::out_of_range' +[2025-01-27 16:23:23] what(): basic_string::at: __n (which is 0) >= this->size() (which is 0) +[2025-01-27 16:23:23] [0127/162323.912938:ERROR:network_service_instance_impl.cc(600)] Network service crashed, restarting service. +[2025-01-27 16:23:23] [DEBUG] Hiding directory entry for RootFSFD +[2025-01-27 16:23:23] [DEBUG] Hiding directory entry for RootFSFD +[2025-01-27 16:23:23] terminate called after throwing an instance of 'std::out_of_range' +[2025-01-27 16:23:23] what(): basic_string::at: __n (which is 0) >= this->size() (which is 0) +[2025-01-27 16:23:24] [0127/162324.060614:ERROR:network_service_instance_impl.cc(600)] Network service crashed, restarting service. + +... +``` + +This has been reproduced on 3 different devices (macbook with Linux VM, X13s, T14s). Downgrading the Steam client to the 20241204072114 update reliably resolves the problem. |