Summary: | Mozilla 1.6-r1 compiled with -fstack-protector crashes on keyboard input | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alex <alex> |
Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | toolchain |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Alex
2004-03-24 22:00:35 UTC
Does somebody on the toolchain team mind commenting on this? I don't know anything about -fstack-protector or the wolk kernels. Alex, please provide output of emerge --info, thanks According to solar, this is a problem that afflicts large packages (moz and oo, for example) with -fstack-protector. I will filter-flags for now; solar can find packages that are filtering -fstack-protector in the future when the bug is fixed. committed mozilla-1.6-r1, mozilla-1.7_rc1, and mozilla-firefox-0.8-r3 to portage with this change Works fine with -march=athlon-xp -O2 -ftracer -fstack-protector and gcc (GCC) 3.3.3 20040217 (Gentoo Linux 3.3.3, propolice-3.3-7) update. This may depend on the gcc revision that the user is using. g++ code with sort() and -O3 -fstack-protector{,-all} You also had/have a very aggressive set of CFLAGS there. Aron we may want to reconsider this filtering of -fstack on this very important package. |