This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 1008 segfaults in genattr
- To: law at cygnus dot com
- Subject: Re: 1008 segfaults in genattr
- From: Jason Merrill <jason at cygnus dot com>
- Date: 21 Nov 1997 23:31:18 -0800
- Cc: Robert Lipe <robertl at dgii dot com>, "H.J. Lu" <hjl at lucon dot org>, acs at acm dot org, egcs at cygnus dot com
- References: <18163.880182906@cygnus.com>
>>>>> Jeffrey A Law <law@cygnus.com> writes:
> I'm kinda curious why your 2nd call to exit is aborting; any chance you
> could assembly level debug the 2nd call? Could it just be some paranoid
> libc guy aborting if exit is called recursively?!?
Yep. Apparently SCO doesn't like it when that happens.
> I'd also be interested in whether or not a C++ hello world program will
> call __do_global_dtors_aux twice on sco5.
Not according to Robert.
Jason