Re: Fwd: Re: Core dumped just only with strcat!

2002-02-19 Thread Andrew Markebo
Basically this problem smells like you have managed to mess up the memory/stack before this, and well, memory problems is often 'detected' by the program crashes on some other location.. So start looking around at the code, what is done before these calls. /Andy (with detected I mean th

Re: Fwd: Re: Core dumped just only with strcat!

2002-02-19 Thread Kurt Roeckx
On Tue, Feb 19, 2002 at 02:14:38PM +0100, Kurt Roeckx wrote: > On Tue, Feb 19, 2002 at 12:45:35PM +0100, Pavel Tsekov wrote: > > I've trying lots of things and after 1 day with it, I've achieved to work > > part of the code. What I did? I just declared my array before a MYSQL_RES > > variable. I h

Re: Fwd: Re: Core dumped just only with strcat!

2002-02-19 Thread Kurt Roeckx
On Tue, Feb 19, 2002 at 12:45:35PM +0100, Pavel Tsekov wrote: > I've trying lots of things and after 1 day with it, I've achieved to work > part of the code. What I did? I just declared my array before a MYSQL_RES > variable. I had: > > MYSQL_RES * result; > char petition[500]; This is basic C k

Fwd: Re: Core dumped just only with strcat!

2002-02-19 Thread Pavel Tsekov
This is a forwarded message From: Dani P. <[EMAIL PROTECTED]> To: "Pavel Tsekov" <[EMAIL PROTECTED]> Date: Monday, February 18, 2002, 9:45:51 PM Subject: Core dumped just only with strcat! ===8<==Original message text=== I've trying lots of things and after 1 day with it,