bug-m4
[Top][All Lists]
Advanced

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

Re: Error building autoconf


From: Eric Blake
Subject: Re: Error building autoconf
Date: Wed, 12 Nov 2008 09:27:04 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17 Mnenhy/0.7.5.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

[Please keep the list in cc, and don't top-post]

According to Daniel Walker on 11/12/2008 8:53 AM:
> Eric,
> 
> I'd be glad to help, but I'm a network engineer and compiling apps in
> *nix is usually no deeper then configure/make/make install.  I don't see
> the tag for MallocHelp (as directed by the output error msg), but if you
> send me the command strings I'll execute them on the Mac OS X 10.4
> workstation and return the results.  The ver of autoconf is 2.63.

The question isn't which version of autoconf, but which version of m4.
What does 'gm4 --version' output?  Did you build /opt/local/bin/gm4
yourself, or was it pre-installed?

> 
> I've attached a copy of the results from the make with the debug tag
> on.  perhaps this will help.  if there's anything specific you need from
> me please don't hesitate to ask.

The debug output given by 'make -D' doesn't add any information: it is not
make that is crashing, but m4.  What I was asking for is a call trace from
m4 at the point where it crashed.  Assuming that /opt/local/bin/gm4 is
indeed m4 1.4.12, and that you built it (or can reproduce the build,
starting from the release tarball), then it helps to make sure that m4 is
built with debugging symbols (./configure CFLAGS=-g).  Also, m4 1.4.12
normally catches SIGBUS to display a nice error message with the bug
reporting address; but now that we know a SIGBUS is happening, it might be
easier to actually dump core at that point, so gdb can display the
stacktrace from the core dump.  To do that, comment out the four sigaction
calls in lines 401-404 of src/m4.c prior to compilation.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkbA9gACgkQ84KuGfSFAYDfNACgibrDgE732NsL/HKMoy1Mu+L/
n7UAoLuqMCjQem7ooxUCiJVu6RhB4PfE
=dSoL
-----END PGP SIGNATURE-----




reply via email to

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