You are not logged in.

#1 2022-05-22 10:54:44

agryphos
Member
From: Sweden
Registered: 2021-06-17
Posts: 5

Weird app crashes after fresh installation

I recently re-installed my system due to my previous installation suddenly breaking completely for some reason.

Sometimes all of my applications save for a few (basically just terminal emulators and KDE settings survive) crash and are unable to start. I don't really even know where to look for what's causing this problem.

I installed this time using the archinstaller script and used 2 ssd drives with btrfs file system with LUKS encryption. I choose to install my system with KDE in the installer.

That's all the information that I know to give right now. Any tips on where to look to find out what's going wrong would be greatly appreciated.


Save Lives, Do Crimes

Offline

#2 2022-05-22 12:20:40

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 192
Website

Re: Weird app crashes after fresh installation

Can u give us the output for

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

and

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

You have to enable Journalctl (https://wiki.archlinux.org/title/Systemd/Journal) First.

Last edited by RounakDutta (2022-05-22 12:25:14)

Offline

#3 2022-05-22 12:52:39

agryphos
Member
From: Sweden
Registered: 2021-06-17
Posts: 5

Re: Weird app crashes after fresh installation

Here's a link to the result of

journalctl -b -1 | curl -F "file=@-" 0x0.st

https://pastebin.com/x4aTdVRh
And here's for

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

https://pastebin.com/xe2U9601

Last edited by agryphos (2022-05-22 12:53:43)


Save Lives, Do Crimes

Offline

#4 2022-05-22 13:04:46

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,654

Re: Weird app crashes after fresh installation

The only coredump in the previous boot is jetbrains-toolbox and there's none in the running boot.

You're running a plasma wayland session and from your symptom description and the jetbrains coredump, xwayland might crash (taking down all xwayland clients)
=> try the behavior on an X11 plasma session.

Offline

Board footer

Powered by FluxBB