You are not logged in.

#1 2026-03-15 23:51:42

appofice
Member
Registered: 2026-03-15
Posts: 3

[SOLVED] python crashing my system more and more

Got error compiling app link to python3.14
https://pastebin.com/EF1TL2y4

and protonvpn crashes 
https://pastebin.com/4SfUkyQa

Last edited by appofice (2026-03-18 08:52:13)

Offline

#2 2026-03-16 01:33:39

teckk
Member
Registered: 2013-02-21
Posts: 578

Re: [SOLVED] python crashing my system more and more

Midori is not in the repo. So, I assume that you are trying to build it from AUR?

This is out of date.
https://aur.archlinux.org/packages/midori

If it won't build, contact the AUR maintainer. You might try makepkg to see if you get the same results.

Or, you can edit the PKGBUILD yourself
https://aur.archlinux.org/cgit/aur.git/ … D?h=midori

Looks like there is a binary that is up to date. Although, I would not install a binary from the AUR if you paid me.

If you want more answers, give a lot more info.

Offline

#3 2026-03-16 01:51:47

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: [SOLVED] python crashing my system more and more

Midori drastically changed during 11.6.1 and no longer uses mach so the issue you encountered should no longer exist the PKGBUILD will need a substantial rewrite.
Edit:
Do you have a backtrace with debug symbols for the protonvpn crash?

Last edited by loqs (2026-03-16 01:53:02)

Offline

#4 2026-03-16 02:49:26

appofice
Member
Registered: 2026-03-15
Posts: 3

Re: [SOLVED] python crashing my system more and more

the package i want is yubico-authenticator
it is broken because of python-zxing-cpp
https://pastebin.com/Em5dEHiZ

i found a solution with python-zxing-cpp-bin but haven't found one for protonvpn
here are the last error i got for protonvpn
https://pastebin.com/PaHZVzN0

Offline

#5 2026-03-16 04:31:06

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: [SOLVED] python crashing my system more and more

python-zxing-cpp builds for me without issue in a clean chroot. The internal compiler error from gcc looks similar to previous ones that were caused by system overclocking. Are either your system's memory or CPU overclocked?

Offline

#6 2026-03-16 05:51:48

cryptearth
Member
Registered: 2024-02-03
Posts: 2,024

Re: [SOLVED] python crashing my system more and more

cannot confirm any issues with the yubico auth application - i use it myself every day and it rebuild just fine at last update
very likely some local problem

Offline

#7 2026-03-18 08:50:14

appofice
Member
Registered: 2026-03-15
Posts: 3

Re: [SOLVED] python crashing my system more and more

cryptearth wrote:

cannot confirm any issues with the yubico auth application - i use it myself every day and it rebuild just fine at last update
very likely some local problem

i can only install yubico authenticator with python-zxing-cpp-bin, but before  it was python-zxing-cpp

Ps: now it work i did 4 tries
      1- i got internal compiler error
      2- work until install, (because i did have python-zxing-cpp-bin installed it )
      3- work until install,  (/usr/lib/debug/usr/lib/python3.14/site-packages/zxingcpp.cpython-314-x86_64-linux-gnu.so.debug) so i move it now i will delete it
      4- i have install it 
Protonvpn haven't crash since 2 days ago

i gonna put solve even if i don't know what was the problem

Forgot, i modify my makepkg.conf deleting LTOFLAGS and adding !lto in OPTIONS

Last edited by appofice (2026-03-18 08:59:01)

Offline

#8 2026-03-18 23:30:58

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: [SOLVED] python crashing my system more and more

appofice wrote:

i gonna put solve even if i don't know what was the problem

gcc sometimes failing and sometimes working for the same inputs points to either a build race or system instability. The internal compiler error from gcc points to system instability as the cause rather than a build race.

Offline

Board footer

Powered by FluxBB