bug-m4
[Top][All Lists]
Advanced

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

Re: 'make test' error


From: Eric Blake
Subject: Re: 'make test' error
Date: Sat, 06 Dec 2008 08:20:21 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.18) Gecko/20081105 Thunderbird/2.0.0.18 Mnenhy/0.7.5.666

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

According to Bruno Haible on 12/6/2008 7:02 AM:
> I have access to a MacOS X 10.5 machine. What happens in this test is that the
> test program installs a SIGSEGV handler but then dies from a SIGBUS:

Thanks for the research and gnulib patch.  However, m4 1.4.12
unconditionally installs a SIGBUS handler on platforms where SIGBUS is
defined (C99 does not require SIGBUS, and mingw does not provide it), in
order to print a nicer failure message rather than dump core.  When
libsigsegv is not in use, either I will have to modify m4 to also honor
FAULT_YIELDS_SIGBUS and only install SIGBUS on platforms where c-stack is
not already handling it, or we should consider making c-stack _always_
install a SIGBUS handler, even on platforms where stack overflow does not
throw SIGBUS, and I modify m4 to not wipe out the c-stack handler by
installing its own.  In other words, it seems like we should consider
modifying the contract of c-stack to state that the application should not
modify SIGBUS handlers.

On looking at libsigsegv, it looks like it also conditionally installs a
SIGBUS handler.  Which means we found a bug in m4 1.4.12: if you are using
libsigsegv, and on a platform like MacOS, then my installation of a SIGBUS
handler overwrites the libsigsegv handler, and you lose out on stack
overflow detection.  Also, if we modify the c-stack contract to always
take care of SIGBUS, is there a way to make it detect whether libsigsegv
installed a SIBGUS handler?

- --
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

iEYEARECAAYFAkk6mDUACgkQ84KuGfSFAYCeiwCfYTrwpM5cM96EnkxAmY6ZKYO0
PskAmwXpGe8phUHzWgRLkh2EnKg9MttM
=l8NP
-----END PGP SIGNATURE-----




reply via email to

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