This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
threads & exception handling
- To: egcs at cygnus dot com
- Subject: threads & exception handling
- From: Andrey Slepuhin <pooh at msu dot ru>
- Date: Tue, 25 Nov 1997 13:58:08 +0300
- Organization: Moscow State University, Network Management Department
Hi,
I have many troubles because current exception handling implementation
in
egcs is not thread-safe. Do you plan to solve the problem? It seems to
me that
it is not hard to do this for sjlj exception handling mechanism, but
this may
cause a creation of separate version of libgcc for multithreaded
applications. I can do some hack myself but I don't want to invent the
wheel
if the work already in progress.
Regards,
Andrey.