Bug 137124 - [patch] ports/palm/coldsync segfaults with gcc 4.x
Summary: [patch] ports/palm/coldsync segfaults with gcc 4.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-25 14:00 UTC by Helge Oldach
Modified: 2009-07-28 10:01 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (329 bytes, patch)
2009-07-25 14:00 UTC, Helge Oldach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helge Oldach 2009-07-25 14:00:09 UTC
coldsync segfaults when compiled with -O1 or above, using gcc 4.x
(i.e. on FreeBSD 7 and above). Apparently this is one of the known
optimization issues introduced with gcc 4 that are covered by similar
handling in the ports tree.

Fix: Disable optimization.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-25 14:00:22 UTC
Maintainer of palm/coldsync,

Please note that PR ports/137124 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/137124

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-25 14:00:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 arensb 2009-07-25 15:35:45 UTC
On Sat, Jul 25, 2009 at 01:00:22PM +0000, Edwin Groothuis wrote:
> Maintainer of palm/coldsync,
> 
> Please note that PR ports/137124 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/137124

	I approve the patch.

-- 
Andrew Arensburger                      http://www.ooblick.com/weblog/
arensb@ooblick.com                      
      Just because I have a short attention span doesn't mean I
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2009-07-25 19:40:27 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2009-07-28 09:53:11 UTC
State Changed
From-To: open->closed

Committed, thanks!