This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 1008 segfaults in genattr



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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]