This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 1008 segfaults in genattr
- To: hjl at lucon dot org (H.J. Lu)
- Subject: Re: 1008 segfaults in genattr
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 19 Nov 1997 16:32:33 -0800
- cc: robertl at dgii dot com, acs at acm dot org, egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <m0xYF7V-0004ecC@ocean.lucon.org>you write:
> I suspect something is wrong with .fini on UnixWare. It will be
> nice to set break point at _fini and see how many times it is
> called on UnixWare. It may just be called twice. If it does, I
> will be wondering why. One possibility is UnixWare doesn't support
> one .fini on each object loaded into memory, including shared
> libraries.
Note solaris != unixware. I was speaking about possibly having to disable
.init/.fini on x86-solaris
x86-solaris2.5 has a different problem that has nothing to do with
multiple calls into the various exit routines. The linker is null padding
the .init/.fini sections, which causes numerous problems.
At least that's how the problem was described to me.
jeff