This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: gcc3.2 coredump in exception handling
>Does anyone know what is special in Redhat gcc3.2.
You can see what's in Red Hat gcc by looking at the patches shipped with
the sources. Or, you can check out the Red Hat branch of the compiler,
from the gcc cvs repository, with the tag gcc-3_2-rhl8-branch.
Knock yourself out.
>Any help will be greatly appreciated.
You might want to look at what symbols are loaded, and from where. To do
this, you'll need to set LD_DEBUG=bindings and then try to do your
magic, capturing the output.
-benjamin