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: | CONFIRMED --- | ||
Severity: | normal | ||
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ć
2023-05-29 13:25:03 UTC
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? |