Bug 126727 - Update port: devel/libexecinfo Fix on amd64
Summary: Update port: devel/libexecinfo Fix on amd64
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: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-22 04:30 UTC by Douglas Thrift
Modified: 2008-08-27 13:30 UTC (History)
0 users

See Also:


Attachments
libexecinfo.patch (570 bytes, patch)
2008-08-22 04:30 UTC, Douglas Thrift
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Thrift 2008-08-22 04:30:01 UTC
The gcc builtin function __builtin_frame_address seems to need -fno-omit-frame-pointer to allow it to find the top of the stack. Without this libexecinfo can't correctly get a backtrace and instead causes a bus error.

Fix: This requires the fix for amd64/126543.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-22 04:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-27 13:26:32 UTC
itetcu      2008-08-27 12:26:24 UTC

  FreeBSD ports repository

  Modified files:
    devel/libexecinfo    Makefile 
  Log:
  - The gcc builtin function __builtin_frame_address seems to need
   -fno-omit-frame-pointer to allow it to find the top of the stack. Without this
   libexecinfo can't correctly get a backtrace and instead causes a bus error.
  - bump PORTREVISION
  
  PR:             ports/126727
  Submitted by:   Douglas William Thrift
  
  Revision  Changes    Path
  1.8       +8 -2      ports/devel/libexecinfo/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-08-27 13:26:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!