Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <013001c1a6ff$56136ef0$0d00a8c0@mchasecompaq> From: "Michael A Chase" To: "Michael A Chase" , "Robert Collins" , Subject: Re: setup crashing - fixed? (TNG) Date: Sat, 26 Jan 2002 22:51:56 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 ----- Original Message ----- From: "Michael A Chase" To: "Robert Collins" ; Sent: Saturday, January 26, 2002 22:49 Subject: Re: setup crashing - fixed? > ----- Original Message ----- > From: "Robert Collins" > To: > Sent: Saturday, January 26, 2002 22:41 > Subject: setup crashing - fixed? > > > > site (char const *newkey) > > { > > key = new char[strlen (newkey + 1)]; > > ^^^^^ > > strcpy (key, newkey); > > }; > > > > However, fixing that DID NOT fix the problem (although I had isolated > > the fault to this constructor by means of replacement new and new[] > > calls using HeapAlloc, combined with HeapValidate().) > > > > Moving the constructor body out of the header fixed the problem. I don't > > have time to generate a testcase, but if anyone does have time, I'm sure > > the gcc team would appreciate knowing about this. The fault occured when > > that constructor was called from a template instantiation of list.h. > > I hope you moved the '+ 1' outside the strlen() as well. You did. -- Mac :}) ** I normally forward private questions to the appropriate mail list. ** Give a hobbit a fish and he eats fish for a day. Give a hobbit a ring and he eats fish for an age.