From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 95026] Alien Isolation segfault after initial loading screen/video Date: Wed, 20 Apr 2016 07:27:15 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0018357171==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 9803B6E8D7 for ; Wed, 20 Apr 2016 07:27:15 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0018357171== Content-Type: multipart/alternative; boundary="14611372350.Ef9D67daC.15011"; charset="UTF-8" --14611372350.Ef9D67daC.15011 Date: Wed, 20 Apr 2016 07:27:15 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=95026 --- Comment #12 from Christoph Haag --- Yes, you are right. With CFLAGS and CXXFLAGS="-O2 -fno-inline-small-functions" it does not crash. Seems like the answers on stackoverflow apply here too and it's the inlined functions that use up all the available stack memory. I don't know how that works exactly but I guess all the local variables from the inlined functions get added to the functions where they are inlined into, every time? -- You are receiving this mail because: You are the assignee for the bug. --14611372350.Ef9D67daC.15011 Date: Wed, 20 Apr 2016 07:27:15 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 12 on bug 95026 from
Yes, you are right. With CFLAGS and CXXFLAGS="-O2 -fno-inline-small-functions"
it does not crash.

Seems like the answers on stackoverflow apply here too and it's the inlined
functions that use up all the available stack memory. I don't know how that
works exactly but I guess all the local variables from the inlined functions
get added to the functions where they are inlined into, every time?


You are receiving this mail because:
  • You are the assignee for the bug.
--14611372350.Ef9D67daC.15011-- --===============0018357171== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0018357171==--