Hello all,

I have a C function which makes various calls to the MySQL C API. Every few times through the loop, the program SEGFAULTs on mysql_free_result(). Now, tracing through the code using steps in GDB and running inside of a memory profiler (valgrind) shows me nothing concrete aside from it is an invalid free() operation. Can anyone conjecture as to why this is happening?

Thanks In Advance!!

Deven Phillips


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to