Re: [sqlite] glibc detected...

2005-10-24 Thread theberserker
tanx for the advice...but how to avoid heap corruption? and why does it happen? anyway, finally here is the backtrace: *** glibc detected *** malloc(): memory corruption: 0x0808e078 *** Program received signal SIGABRT, Aborted. [Switching to Thread -1213548864 (LWP 4348)] 0xe410 in __kernel_v

[sqlite] glibc detected...

2005-10-24 Thread theberserker
Hi, i have a very strange problem using sqlite with a C application... i create a database of images, storing image data and other information about it. If i access to a single row (=3Dimage) of the database, with a single execution of the program, it's all ok, and i see the selected image. But if