bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compilation error of m4


From: Eric Blake
Subject: Re: compilation error of m4
Date: Fri, 18 Mar 2011 07:59:08 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7

On 03/18/2011 04:32 AM, Rishikesh Rajak wrote:
> Hi List,
> 
> I am getting following error while compiling.
> 
> source='builtin.c' object='builtin.o' libtool=no \
> DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \
> cc    -I../lib -I../lib -O +Onolimit   -O +Onolimit -c builtin.c
> Signal 11, code 1 (address not mapped to object)
> (0) 0x7f7fefcb0f67 U_STACK_TRACE + 0x1f
> (1) 0x5348e8 term_on_signal + 0x3dc

Thanks for the report.  What system was this on, and with what compiler?
 Most likely, it is a bug in your compiler and not in m4.  Can you build
gcc for your platform, and if so, does gcc have the same problem with
compiling that file?

Another thing would be to see if you could narrow down which part of
builtin.c is tripping your compiler bug.  You can try a binary search of
commenting out bodies of various functions and seeing whether the file
will compile (the resulting binary won't run, but right now you're
trying to isolate a compiler bug), to see if a particular function is
the culprit that exceeds your compiler's limits.

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]