1008 segfaults in genattr

Jeffrey A Law law@cygnus.com
Wed Nov 19 16:32:00 GMT 1997


  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




More information about the Gcc mailing list