This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Core dumped just only with strcat!


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@wanadoo.es>
To: <cygwin@cygwin.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]