From: Mike A. <mj...@co...> - 2006-01-04 04:03:22
|
> I'm using the MySQL++ C++ wrapper for the standard mysql library. > I am experiencing some memory corruption issues. Perhaps your mysql client library is compiled for pthreads? It is well known that pthreads and state threads do not mix. Ditto valgrind and state threads. |