You are not logged in.

#1 2023-05-21 06:32:07

IM_N00b
Member
Registered: 2022-06-11
Posts: 8

The entire system crashes when I launch the chrome base browse

issues with lauching the chromium base browser:
1.When I start the browser, all firefox and other communications that were open in other windows are lost (and if twicth or youtbe live is open, it will continue, but reloading (F5) will lose the connection).
2.Also, when I type commands in the terminal to try to find the cause, they stop responding and I cannot

coredump

or

journalctl

.
3.Also, the backspace key doesn't work, instead ^? is typed instead.
4.Also, you will not be able to operate file browsers such as nemo,thuner.
5.app launcher will not be able to work 6.After rebooting,

a stop job to automount the file system on demand and User Manager with UID 1001

is looping.

There is currently no solution other than unplugging the power, and it always happens when I open the browser of the chromium base. I have also tried reinstalling by aur to no avail.

Last edited by IM_N00b (2023-05-21 07:24:30)

Offline

#2 2023-05-21 07:03:20

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,333

Re: The entire system crashes when I launch the chrome base browse

* Remove the redundant plea for help from the subject.

* What's a "chromium base browser"?

* Yanking the power plug will shutdown the system hard, resulting in a corrupt filesystem, leading to issues on the reboot.
=> https://wiki.archlinux.org/title/Keyboa … el_(SysRq)

* The condition sounds like you're loosing some resource, either OOM or the root partition drops out (hard disk failure)

Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

And also "smartctl -a" for all drives, https://wiki.archlinux.org/title/SMART

Offline

#3 2023-05-21 07:24:09

IM_N00b
Member
Registered: 2022-06-11
Posts: 8

Re: The entire system crashes when I launch the chrome base browse

Remove the redundant plea for help from the subject.
→ok
What's a "chromium base browser"?
→chrome base browser like brave,ungoogle chromium,chromium

Yanking the power plug will shutdown the system hard, resulting in a corrupt filesystem, leading to issues on the reboot.
→i know but There's no other way to do it, so there's no other way.

The condition sounds like you're loosing some resource, either OOM or the root partition drops out (hard disk failure)
→Then I would expect the same symptoms to appear in other softwar

Last edited by IM_N00b (2025-10-04 15:01:56)

Offline

#4 2023-05-21 07:35:20

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,333

Re: The entire system crashes when I launch the chrome base browse

sudo journalctl -b | curl -F 'f:1=<-' ix.io

→Then I would expect the same symptoms to appear in other software.

Why? Especially for an OOM condition.

There's no other way to do it, so there's no other way.

See the link I posted…

Also see https://bbs.archlinux.org/help.php#bbcode on how to quote.

Offline

#5 2023-05-21 07:41:27

IM_N00b
Member
Registered: 2022-06-11
Posts: 8

Re: The entire system crashes when I launch the chrome base browse

sudo journalctl -b | curl -F 'f:1=<-' ix.io

none output
how to grub url or something

Why? Especially for an OOM condition.

my system have 16gb

Last edited by IM_N00b (2023-05-21 07:42:37)

Offline

#6 2023-05-21 07:44:01

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,333

Re: The entire system crashes when I launch the chrome base browse

Edit: apparently not.

The command would post you a url… we're not getting anywhere w/o some basic data.

my system have 16gb

So what? If 15GB are already used? And even if not, a rogue allocator can move the system OOM in a split second.

Last edited by seth (2023-05-21 07:44:27)

Offline

#7 2023-05-21 07:45:05

SimonJ
Member
From: Alicante, Spain
Registered: 2021-05-11
Posts: 305
Website

Re: The entire system crashes when I launch the chrome base browse

I get the same error

 sudo journalctl -b | curl -F 'file=@-' 0x0.st 
curl: (3) URL using bad/illegal format or missing URL

However this works

sudo journalctl -b | curl -F 'f:1=<-' ix.io 
http://ix.io/XxxXx

Last edited by SimonJ (2023-05-21 07:45:21)


Rlu: 222126

Offline

#8 2023-05-21 07:52:24

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,333

Re: The entire system crashes when I launch the chrome base browse

Might be the stdin file, the error shows up since May 18th and May 17th saw the curl 8.1 package… hmm

Offline

#9 2023-05-21 07:53:36

IM_N00b
Member
Registered: 2022-06-11
Posts: 8

Re: The entire system crashes when I launch the chrome base browse

So what? If 15GB are already used?

I never use 15gb. I've tried starting the BROWSER while looking at it with the monitoring tool and it averages 5gb.

And even if not, a rogue allocator can move the system OOM in a split second.

Why is that? Can it be fixed by rebuilding again? I can't find any other examples of similar bugs.

Offline

#10 2023-05-21 07:55:00

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,333

Re: The entire system crashes when I launch the chrome base browse

seth wrote:

we're not getting anywhere w/o some basic data.

Offline

#11 2023-05-21 08:06:10

IM_N00b
Member
Registered: 2022-06-11
Posts: 8

Re: The entire system crashes when I launch the chrome base browse

journalctl -b:
https://pastebin.com/aVKhdGvQpy

Last edited by IM_N00b (2025-10-04 15:02:39)

Offline

#12 2023-05-21 08:23:47

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,333

Re: The entire system crashes when I launch the chrome base browse

Try the behavior in an X11 session (eg. openbox) and get rid of xdg-desktop-portal-gnome
And if possible:

May 21 17:03:38 v3rn3j razer_mount[528]: Driver razerkbd
May 21 17:03:38 v3rn3j razer_mount[529]: Driver razermouse

Remove the gam0rz stuff and try a $5 keyboard and mouse to rule out a mere input issue.
There're quite some errors related to those devices.

Offline

#13 2023-05-21 08:35:20

IM_N00b
Member
Registered: 2022-06-11
Posts: 8

Re: The entire system crashes when I launch the chrome base browse

i tried i3+polybar but i got same bug
razer bug isnt related cuz i used 4 years and log said system service turn on

Offline

#14 2023-05-21 15:02:21

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,333

Re: The entire system crashes when I launch the chrome base browse

So are you implying that this is a recent regression and was not a problem before?
What changed?

Offline

Board footer

Powered by FluxBB