Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <03c001c1b954$de67a390$0300a8c0@bluebox> From: "Eugene Rosenzweig" To: "Dani P." Cc: References: <003501c1b6d0$5f9c0dc0$0100a8c0 AT daniel> <003b01c1b6d0$d0959000$0100a8c0 AT daniel> <3C70C1E3 DOT 2050908 AT syntrex DOT com> <004601c1b8bd$4aa8f100$0100a8c0 AT daniel> <5810594954 DOT 20020219124424 AT syntrex DOT com> Subject: Re: Re[2]: Core dumped just only with strcat! Date: Wed, 20 Feb 2002 01:51:08 +1100 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 Dani, You should really give us more info about the fault like say, the actual line number. Compile with -g option, run in gbd, it should tell you where it crashes, send us as much info as possible. I do not have experience in mysql but I did have a look at the code. If you are crashing in teh mysql call maybe you not allocating and initialising the MYSQL *base_de_datos structure? Are you calling mysql_init() as per http://www.mysql.com/documentation/mysql/bychapter/manual_Clients.html#mysql _init? Another thing: mysql expects you to put ';' at the end of every SQL query, thats in their docs too. Eugene. ----- Original Message ----- From: "Pavel Tsekov" To: "Dani P." Cc: Sent: Tuesday, February 19, 2002 10:44 PM Subject: Re[2]: Core dumped just only with strcat! Lots of stuff omitted... -- 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/