This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Dormouse759, cstratak, ishcherb, pablogsal, serhiy.storchaka, vstinner
Date 2018-10-09.14:35:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539095747.35.0.545547206417.issue32962@psf.upfronthosting.co.za>
In-reply-to
Content
I tested the following configurations on my Fedora 28:

./configure --with-pydebug CFLAGS=-O0 -mcet -fcf-protection
./configure CFLAGS=-mcet -fcf-protection
./configure --with-pydebug CFLAGS=-O0 -mcet -fcf-protection=none
./configure CFLAGS=-mcet -fcf-protection=none
./configure --with-pydebug CFLAGS=-O0 -mcet -fcf-protection=branch
./configure CFLAGS=-mcet -fcf-protection=branch
./configure --with-pydebug CFLAGS=-O0 -mcet -fcf-protection=return
./configure CFLAGS=-mcet -fcf-protection=return
./configure --with-pydebug CFLAGS=-O0 -mcet -fcf-protection=full
./configure CFLAGS=-mcet -fcf-protection=full

test_gdb now pass with all these configurations
History
Date User Action Args
2018-10-09 14:35:47vstinnersetrecipients: + vstinner, serhiy.storchaka, cstratak, ishcherb, Dormouse759, pablogsal
2018-10-09 14:35:47vstinnersetmessageid: <1539095747.35.0.545547206417.issue32962@psf.upfronthosting.co.za>
2018-10-09 14:35:47vstinnerlinkissue32962 messages
2018-10-09 14:35:47vstinnercreate