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.
Responsible Changed From-To: freebsd-ports-bugs->itetcu Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!