This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 1008 segfaults in genattr
- To: acs at acm dot org
- Subject: Re: 1008 segfaults in genattr
- From: David McWherter <dtm at water dot waterw dot com>
- Date: Mon, 17 Nov 1997 15:19:36 -0500 (EST)
- cc: Robert Lipe <robertl at dgii dot com>, law at cygnus dot com, egcs at cygnus dot com
Ahhh...I remember getting this error on my linux-pmac system. I was told
that it probably had something to do with the fact that I wasn't running
glibc2.x...but nothing conclusive (glibc2.x just became available for
linux-pmac, and I've not yet tried this again to see if it fixes it...I
suppose it does, as I think I've heard of folks using egcs with glibc2.x).
-David
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
David T. McWherter dtm@waterw.com
On Mon, 17 Nov 1997 acs@acm.org wrote:
>
> robertl@dgii.com said:
> > What's the simplest program you can provide that shows the problem?
>
> >From memory:
>
> #include <stdio.h>
> main()
> {
> printf("Hello World\n");
> }
>
>
> This dumps core in (stop me if you've heard this before)
> __do_global_dtors_aux, the 2nd time around.
>
>
> Jeff, I doubt that my platform includes sco5.h, even though it's now owned
> by SCO. I was proposing that I test a similar modification to my own
> configuration header file.
>
> I'm anxious to try out any suggestions you may have.
>
> vin
>