[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] crasher.c port for FreeBSD
From: |
Arun Sharma |
Subject: |
Re: [Libunwind-devel] crasher.c port for FreeBSD |
Date: |
Sat, 23 Jun 2012 11:43:10 -0700 |
On Mon, Jun 18, 2012 at 5:30 AM, Konstantin Belousov
<address@hidden> wrote:
> # prevent function inlining
> -crasher: crasher.c
> - $(CC) -O0 -o crasher crasher.c
> +crasher_CFLAGS=-O0
This still causes crasher to be built with -O0 -O2 and the test fails
for me with:
Segmentation fault (core dumped)
FAILURE: start IPs incorrect
FAIL: run-coredump-unwind
You might want to try something along the lines of:
http://lists.gnu.org/archive/html/automake/2005-09/msg00108.html
I pulled the other patch. Thanks.
-Arun