Summary: | net-libs/webkit-gtk:6: -O3 causes crashes on runtime with complex websites | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Maciej Barć <xgqt> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | account.disabled.Evaib6ong3eiphohWo4j, xgqt |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=915230 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge --info |
Description
Maciej Barć
![]() Created attachment 862816 [details]
emerge --info
emerge --info net-libs/webkit-gtk > net-libs.webkit-gtk.emerge.info.txt
Also see the recording: https://dev.gentoo.org/~xgqt/zacznij_hostowac_obrazki_jak_czlowiek/2023-05-29_10-54-26.mp4 This looks like a CFLAGS bug, I have recompiled net-libs/webkit-gtk with safer CFLAGS="-march=native -O2 -pipe" and it woks correctly. Do you think it's -O2 vs -O3 that's responsible, or some of the other CFLAGS? Looks like the fault of "-O3". Fails on runtime when compiled with "-march=native -pipe -O3". > Fails on runtime when compiled with "-march=native -pipe -O3".
Anybody was able to reproduce?
Works fine for me, but mine's -O3 compiled with clang try ubsan? (In reply to Maciej Barć from comment #0) > The website that always crashes for me is fosstodon.org after it > almost finishes loading. I have been daily driving epiphany with -O3 and use fosstodon.org daily with no crashes on version 2.46. I will note that <net-libs/webkit-gtk-2.46 was very crashy in general but with the newer versions its been very stable for me (In reply to wxviolation from comment #9) > I have been daily driving epiphany with -O3 and use fosstodon.org daily with > no crashes on version 2.46. Yup, it looks ok with newest version. |