Mailing List Archive

Another day without clues.
Still no clues as to why chromium can't display about:blank from an
empty user config folder without spewing hundreds of errors a second.


--
Beware of Zombies. =O
#EggCrisis #BlackWinter
White is the new Kulak.
Powers are not rights.
Re: Another day without clues. [ In reply to ]
On Tuesday, April 25, 2023 4:32:59 A.M. AEST Alan Grimes wrote:
> Still no clues as to why chromium can't display about:blank from an
> empty user config folder without spewing hundreds of errors a second.

How are you starting chromium?

Have you tried starting it from a command line to see if it prints any usefull
error messages?


--
Reverend Paul Colquhoun, ULC. http://andor.dropbear.id.au/
Asking for technical help in newsgroups? Read this first:
http://catb.org/~esr/faqs/smart-questions.html#intro
Re: Another day without clues. [ In reply to ]
Paul Colquhoun wrote:
> On Tuesday, April 25, 2023 4:32:59 A.M. AEST Alan Grimes wrote:
>> Still no clues as to why chromium can't display about:blank from an
>> empty user config folder without spewing hundreds of errors a second.
> How are you starting chromium?

I always start it from the console with the command "chromium". I have
never used it any other way.


> Have you tried starting it from a command line to see if it prints any usefull
> error messages?

Sample of the console output, hundreds of lines not shown from a
3-second run.

[16083:16083:0424/210253.832144:ERROR:network_service_instance_impl.cc(541)]
Network service crashed, restarting service.
[16083:16083:0424/210253.858748:ERROR:network_service_instance_impl.cc(541)]
Network service crashed, restarting service.
[16083:16083:0424/210253.885663:ERROR:network_service_instance_impl.cc(541)]
Network service crashed, restarting service.
[16083:16083:0424/210253.911857:ERROR:network_service_instance_impl.cc(541)]
Network service crashed, restarting service.
[16083:16083:0424/210253.938891:ERROR:network_service_instance_impl.cc(541)]
Network service crashed, restarting service.
[16083:16083:0424/210253.965359:ERROR:network_service_instance_impl.cc(541)]
Network service crashed, restarting service.
[16083:16083:0424/210253.992181:ERROR:network_service_instance_impl.cc(541)]
Network service crashed, restarting service.
[16083:16083:0424/210254.019437:ERROR:network_service_instance_impl.cc(541)]
Network service crashed, restarting service.
[16083:16083:0424/210254.046426:ERROR:network_service_instance_impl.cc(541)]
Network service crashed, restarting service.
atg@tortoise ~ $

###

Just updated my kernel to 6.2.12

Dmesg output has:

[  276.440415] chrome[16162]: segfault at 0 ip 0000557d7b98f44a sp
00007ffcbce16bd0 error 4 in chrome[557d76e3b000+b240000] likely on CPU
34 (core 13, socket 0)
[  276.440423] Code: b1 01 4c 89 f2 0f b6 f9 48 89 c6 4c 89 f1 e8 5d 2c
6e 06 48 ff 45 d8 48 83 c3 02 4c 39 fb 74 49 bf 28 00 00 00 e8 66 61 e2
ff <0f> b7 0b 48 8b 7d c0 89 48 20 48 85 ff 74 c7 0f 1f 80 00 00 00 00


Unfortunately since any number of libraries may have been loaded into
chromium during program load, I cannot narrow it down to a specific
executable image. =\


--
Beware of Zombies. =O
#EggCrisis #BlackWinter
White is the new Kulak.
Powers are not rights.
Re: Another day without clues. [ In reply to ]
On 2023-04-25, Alan Grimes <alonzotg@verizon.net> wrote:
> Paul Colquhoun wrote:
>> On Tuesday, April 25, 2023 4:32:59 A.M. AEST Alan Grimes wrote:
>>> Still no clues as to why chromium can't display about:blank from an
>>> empty user config folder without spewing hundreds of errors a second.
>> How are you starting chromium?
>
> I always start it from the console with the command "chromium". I have
> never used it any other way.
>
>
>> Have you tried starting it from a command line to see if it prints any usefull
>> error messages?
>
> Sample of the console output, hundreds of lines not shown from a
> 3-second run.
>
> [16083:16083:0424/210253.832144:ERROR:network_service_instance_impl.cc(541)]
> Network service crashed, restarting service.
> [16083:16083:0424/210253.858748:ERROR:network_service_instance_impl.cc(541)]
> Network service crashed, restarting service.
> [16083:16083:0424/210253.885663:ERROR:network_service_instance_impl.cc(541)]
> Network service crashed, restarting service.
> [16083:16083:0424/210253.911857:ERROR:network_service_instance_impl.cc(541)]
> Network service crashed, restarting service.
> [16083:16083:0424/210253.938891:ERROR:network_service_instance_impl.cc(541)]
> Network service crashed, restarting service.
> [16083:16083:0424/210253.965359:ERROR:network_service_instance_impl.cc(541)]
> Network service crashed, restarting service.
> [16083:16083:0424/210253.992181:ERROR:network_service_instance_impl.cc(541)]
> Network service crashed, restarting service.
> [16083:16083:0424/210254.019437:ERROR:network_service_instance_impl.cc(541)]
> Network service crashed, restarting service.
> [16083:16083:0424/210254.046426:ERROR:network_service_instance_impl.cc(541)]
> Network service crashed, restarting service.

Googling that error message produces several threads that suggest
removing ~/.config/google-chrome to see if that helps. Or just create
a new user and see if it fails similarly for that user.

Others report similar problems cause by incompatible versions of the
icu library or by particular behaviors of systemd-resolved.

Does google-chrome have similar problems?

--
Grant