[Bug 95026] Alien Isolation segfault after initial loading screen/video

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 20 07:27:15 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=95026

--- Comment #12 from Christoph Haag <haagch at frickel.club> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160420/04054eab/attachment.html>


More information about the dri-devel mailing list