From: Warren Young Date: February 1 2009 4:02am Subject: Re: mysqlpp::Connection List-Archive: http://lists.mysql.com/plusplus/8370 Message-Id: MIME-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Jan 31, 2009, at 8:42 PM, Attila wrote: > I am getting errors running Unit Test against the creation, > connection and > destruction of mysqlpp::Connection. Are you talking about the unit tests in your own program, or MySQL++'s dtest mechanism? > Error in my_thread_global_end(): 4 threads didn't exit That's a MySQL C API error, talking about a C API function. Are you using threads? If so, are you using mysqlpp::ConnectionPool? And, did you read the chapter in the user manual on threads?