MySQL Thread shutdown failure

Issue #45 new
Kevin Hamacher repo owner created an issue

It looks like MySQL sometimes fails to shutdown properly:

^C[I] 2014-04-17 06:51:57 RAF3 []: Okay okay, I'm shutting down. *mumble*...
[I] 2014-04-17 06:51:57 submit [#4]: Scored a flag
[I] 2014-04-17 06:51:58 submit [#4]: Submitter thread shutting down
Error in my_thread_global_end(): 1 threads didn't exit
[D] 2014-04-17 06:52:03 Application []: Uninitializing subsystem: Logging Subsystem

Comments (2)

  1. Kevin Hamacher reporter

    It might be because the destructor of the global pool will get called later than the mysql-cleanup functions. I have no idea whether this is the case but if it is this might also be the reason for the message. Strangely, this does not happen all the times.

  2. Log in to comment