This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 1008 segfaults in genattr
- To: Robert Lipe <robertl at dgii dot com>
- Subject: Re: 1008 segfaults in genattr
- From: acs at acm dot org
- Date: Mon, 17 Nov 1997 12:45:57 -0500
- cc: law at cygnus dot com, egcs at cygnus dot com
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