www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <003b01c1b6d0$d0959000$0100a8c0@daniel> |
From: | "Dani P." <danielpa AT wanadoo DOT es> |
To: | <cygwin AT cygwin DOT com> |
References: | <003501c1b6d0$5f9c0dc0$0100a8c0 AT daniel> |
Subject: | Re: Core dumped just only with strcat! |
Date: | Sat, 16 Feb 2002 11:00:49 +0100 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook Express 5.00.2314.1300 |
X-MIMEOLE: | Produced By Microsoft MimeOLE V5.00.2314.1300 |
Sorry, in my last posting there's an error in the piece of code: > char request[500]; > request[0]=3D'\0'; <------ "3D" should not be here > strcat(request,"SELECT * FROM data"); I meant that this piece of code dumps a core, not the last posting. Thanks, Dani ----- Original Message ----- From: Dani P. <danielpa AT wanadoo DOT es> To: <cygwin AT cygwin DOT com> Sent: Saturday, February 16, 2002 10:57 AM Subject: Core dumped just only with strcat! > > I have installed recently cygwin in order to compile a piece of code > which compiled an d worked fine in Linux, using Gtk and MySQL libraries. > It compiles fine, but it dumps a core just only with a "strcat". I do the > following: > > char request[500]; > request[0]=3D'\0'; > strcat(request,"SELECT * FROM data"); > > And in that last instruction, it dumps a core. > > Could you help me? > > Thanks, > > Dani P. > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |