MySQL Forums
Forum List  »  Connector/C++

Re: Error in my_thread_global_end(): 7 threads didn't exit
Posted by: Andrey Hristov
Date: September 21, 2009 09:50AM

Hi,
this looks pretty strange. I have seen such messages on Windows and with the PHP/libmysql combo. The reason there was that every started thread called automagically my_thread_init() (a Windows feature), while on Linux this doesn't happen. Hmm, I think we are maybe missing mysql_thread_init() and mysql_thread_end(). We haven't seen this because we don't have a test case that uses threads. I will look into this.

Best,
Andrey

Andrey Hristov, Software Developer
MySQL AB, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Error in my_thread_global_end(): 7 threads didn't exit
3065
September 21, 2009 09:50AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.