public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/90957] 453.povray is miscompiled with -flto -static
       [not found] <bug-90957-4@http.gcc.gnu.org/bugzilla/>
@ 2022-08-02 11:03 ` mkuvyrkov at gcc dot gnu.org
  0 siblings, 0 replies; only message in thread
From: mkuvyrkov at gcc dot gnu.org @ 2022-08-02 11:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90957

Maxim Kuvyrkov <mkuvyrkov at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|WAITING                     |RESOLVED

--- Comment #2 from Maxim Kuvyrkov <mkuvyrkov at gcc dot gnu.org> ---
>From further analysis it seems this problem was due to how old armv7 kernels
(3.10) allocated process stack.  The stack bumped against special
kernel-provided page, so, when compiler generate bigger-than-usual stack
frames, the stack would overflow and process would crash.

Non-ancient kernels don't have this problem.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-02 11:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-90957-4@http.gcc.gnu.org/bugzilla/>
2022-08-02 11:03 ` [Bug lto/90957] 453.povray is miscompiled with -flto -static mkuvyrkov at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).