On Fri, 18 Nov 2011 16:32:23 +0000
Paul Howarth <p...@city-fan.org> wrote:
> On Fri, 18 Nov 2011 15:28:27 +0000
> Andrew Haley <a...@redhat.com> wrote:
> 
> > On 11/18/2011 11:31 AM, Paul Howarth wrote:
> > > One of my packages, pptp, suffers occasional segfaults as reported
> > > in http://bugzilla.redhat.com/749455. However, whilst
> > > investigating this, it seems to be the case that simply
> > > rebuilding the package using no optimization (-O0) as opposed to
> > > the default -O2 is enough to stop this happening.

(clip)

> > This is unlikely to be a gcc bug.
> > 
> > Does the upstream package segfault?
> 
> Upstream's Makefile uses -O0 and doesn't appear to segfault (probably
> as a result).
> 
> Paul.

.. but https://bugzilla.redhat.com/show_bug.cgi?id=749455 it's shown
that the upstream makefile uses "-Wall -O -Wuninitialized -g".
According to the gcc man page, -O is equal to -O1.
-- 
Jussi Lehtola
Fedora Project Contributor
jussileht...@fedoraproject.org
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to