Re: gnu/13438: objc forward core dump using system cc

[ Available lists | Index of freebsd-bugs | Month of Mar 2000 | Week of 30 Mar 2000 | Raw email | View thread | Wrap long lines | Reply ]
From
Martin Cracauer <cracauer@cons.org>
Date
30 Mar 2000 06:34:03
Subject
Re: gnu/13438: objc forward core dump using system cc
Message-ID
20000330163342.A16754@cons.org


[ Hide this part ]
In <20000327143141.A17693@cons.org>, Martin Cracauer wrote:
> In <200003271010.CAA14968@freefall.freebsd.org>, Yuan-Chen Cheng wrote:
> > The following reply was made to PR gnu/13438; it has been noted by GNATS.
> >
> > From: Yuan-Chen Cheng <ycheng@beta.wsl.sinica.edu.tw>
> > To: freebsd-gnats-submit@FreeBSD.org, ycheng@sinica.edu.tw
> > Cc:
> > Subject: Re: gnu/13438: objc forward core dump using system cc
> > Date: Mon, 27 Mar 2000 18:09:15 +0800
> >
> > no more core dump on freebsd 4.0-RELEASE (on K6)
> > but the output value is still wrong.
>
> This is most probably an occurance of a double casted to int, but
> being too big for the int. (A reason why exception can be good, BTW).
>
> If you'd like to investigate, you could build a libgobjc.a with debug,
> then insert
> fpsetmask(FP_X_INV);
> at the beginning of main(), then run the program linked with the -g
> library in gdb and see which source line thows the exception.

ping? Are you listening?

Martin
--
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Martin Cracauer <cracauer@cons.org> http://www.cons.org/cracauer/
BSD User Group Hamburg, Germany http://www.bsdhh.org/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Elapsed time: 0.231 seconds