sifadil / pcsx2-playground

Automatically exported from code.google.com/p/pcsx2-playground
2 stars 0 forks source link

-fomit-frame-pointer segfaults linux build in single-threaded mode. #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It's mystic's. because -fomit-frame-pointer should be on with -O3 build,
but it's happened. If I remove -fomit-frame-pointer form NORMAL_FLAGS, than
build with MGTS off working fine. But otherwise build with MGTS off
segfaulted. As bonus I have noted, than if MGTS on, this crush does not
happened. 

Original issue reported on code.google.com by Zeydl...@gmail.com on 14 Dec 2008 at 7:12

GoogleCodeExporter commented 8 years ago
Investigating now. And I have seen some weird things with compiler flags and
optimizations before. (Check ix86_cpudetect.c:232 some time. Only effects 32 
bit Linux.)

Original comment by arcum42@gmail.com on 15 Dec 2008 at 3:05

GoogleCodeExporter commented 8 years ago

Original comment by arcum42@gmail.com on 15 Dec 2008 at 3:31

GoogleCodeExporter commented 8 years ago
Not sure what's causing it, but I'm turning off -fomit-frame-pointers for the 
moment.

Original comment by arcum42@gmail.com on 15 Dec 2008 at 4:18

GoogleCodeExporter commented 8 years ago

Original comment by arcum42@gmail.com on 4 Feb 2009 at 8:19