This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PowerPC] Fix eh unwind segfault
- From: Geoffrey Keating <geoffk at geoffk dot org>
- To: Alan Modra <amodra at bigpond dot net dot au>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 31 Aug 2004 15:12:24 -0700
- Subject: Re: [PowerPC] Fix eh unwind segfault
- References: <20040831050014.GD26692@bubble.modra.org>
I really don't think this kind of patch is a good idea. It looks like
a workaround for a bug elsewhere.
The follow-ups to the original message you quoted,
<http://gcc.gnu.org/ml/gcc/2004-08/msg01437.html>, all seem to be of
the same opinion, including particularly Dave Korn's mail. There's
even a specific proposal: use pthread_join to avoid this problem.