This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Calls to malloc during an exception
- From: Geoffrey Keating <geoffk at geoffk dot org>
- To: Perry Smith <pedz at easesoftware dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: 24 Jan 2006 16:11:07 -0800
- Subject: Re: Calls to malloc during an exception
- References: <CEE3015A-6958-4D8E-970C-E4C1164BA72F@easesoftware.net>
This is
<http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24025>
The difficulty is thread-safety. If we had some reliable way of allocating
memory whenever a new thread was created on platforms that don't have TLS,
it would be easy to fix.