Re: input stream crash with gcc 3.1

2002-03-20 Thread Guy Harrison
On Tue, 19 Mar 2002 14:02:34 +0900, "Dylan Cuthbert" <[EMAIL PROTECTED]> wrote: >Hmm.. I noticed some talk on a mailing list somewhere about problems with >locales... could it be to do with input streams trying to look up locale >info and getting null ptrs as a result? > >I'll try compiling libst

Re: RE: input stream crash with gcc 3.1 (stack trace)

2002-03-19 Thread Dylan Cuthbert
got me a little further > into the code. > > -Original Message----- > From: Dylan Cuthbert [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 19 March 2002 2:11 > Subject: Re: RE: input stream crash with gcc 3.1 > > > I tried this #define (in the newlib bits directory - cygwin

Re: RE: input stream crash with gcc 3.1

2002-03-18 Thread Dylan Cuthbert
--- From: Dylan Cuthbert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19 March 2002 2:11 Subject: Re: RE: input stream crash with gcc 3.1 I tried this #define (in the newlib bits directory - cygwin uses newlib right?), reconfigured and recompiled gcc 3.1, but the same problem occurs - segmentation faul

RE: RE: input stream crash with gcc 3.1

2002-03-18 Thread Billinghurst, David (CRTS)
s got me a little further into the code. -Original Message- From: Dylan Cuthbert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19 March 2002 2:11 To: Danny Smith; Cygwin@Cygwin. Com Subject: Re: RE: input stream crash with gcc 3.1 I tried this #define (in the newlib bits directory - cygwin u

Re: RE: input stream crash with gcc 3.1

2002-03-18 Thread Dylan Cuthbert
ssage - From: "Danny Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 19, 2002 8:08 AM Subject: Fwd: RE: input stream crash with gcc 3.1 > > From: Danny Smith <[EMAIL PROTECTED]> > > Subject: RE: input stream crash with gcc 3.1 > &g

RE: input stream crash with gcc 3.1

2002-03-18 Thread Danny Smith
> I have recently compiled the latest 3.1 branch (grabbed directly via cvs) > for cygwin (1.3.9) and am having problems when using anything related at > all > to input streams. See this: http://gcc.gnu.org/ml/gcc-patches/2001-06/msg00841.html then try rebuilding libstdc++ with #define _GLIBCPP_A

input stream crash with gcc 3.1

2002-03-17 Thread Dylan Cuthbert
I have recently compiled the latest 3.1 branch (grabbed directly via cvs) for cygwin (1.3.9) and am having problems when using anything related at all to input streams. ie. the simplest program: (stripped for simplicity) main() { string frog; cin >> frog; } will crash with a signal exception af