Error in my_thread_global_end(): 3 threads didn't exit

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • FatBob

    Error in my_thread_global_end(): 3 threads didn't exit

    Hi, I have just installed php 5.2.2 and while the installation went well I
    am geting this error at the bottom of each php page:

    Error in my_thread_globa l_end(): 3 threads didn't exit

    Has anyone any idear on how to fix this?

    Thanks

    John D


    PHP version = 5.2.2 cgi-fcgi
    Webserver = Microsoft-IIS/6.0
    Database = mysqli 4.1.22-community-nt, lock.system=dat abase
    Operating system = Windows NT ITSUPPORT 5.2 build 3790
    Locale = en_GB
    Browser = Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR
    2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)


  • Mike P2

    #2
    Re: Error in my_thread_globa l_end(): 3 threads didn't exit

    On May 6, 6:10 am, "FatBob" <fat...@mmmmsn. comwrote:
    Error in my_thread_globa l_end(): 3 threads didn't exit
    MySQL stuff I think.

    Try updating MySQL. Use 5.x if you can't update to a newer version of
    4.x.

    If that doesn't work, see what happens if you disable MySQL. Or maybe
    you should try disabling it first.

    -Mike PII

    Comment

    • Will

      #3
      Re: Error in my_thread_globa l_end(): 3 threads didn't exit

      On May 6, 6:10 am, "FatBob" <fat...@mmmmsn. comwrote:
      Hi, I have just installed php 5.2.2 and while the installation went well I
      am geting this error at the bottom of each php page:
      >
      Error in my_thread_globa l_end(): 3 threads didn't exit
      >
      Has anyone any idear on how to fix this?
      >
      Thanks
      >
      John D
      >
      PHP version = 5.2.2 cgi-fcgi
      Webserver = Microsoft-IIS/6.0
      Database = mysqli 4.1.22-community-nt, lock.system=dat abase
      Operating system = Windows NT ITSUPPORT 5.2 build 3790
      Locale = en_GB
      Browser = Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR
      2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)
      I am receiving the same error with PHP 5.2.2

      Comment

      • Will

        #4
        Re: Error in my_thread_globa l_end(): 3 threads didn't exit

        Confirmed with the latest stable versions of MySQL from the 5.x and
        4.1.x tree.

        Comment

        • Mike P2

          #5
          Re: Error in my_thread_globa l_end(): 3 threads didn't exit

          On May 7, 12:23 pm, Will <wplatn...@gmai l.comwrote:
          Confirmed with the latest stable versions of MySQL from the 5.x and
          4.1.x tree.
          It's a MySQL bug that has been fixed in the latest beta, so the stable
          version might not have it.

          MySQL 5.1.18-beta and 5.0.42 should have the bug fix.

          Or patch:


          -Mike PII

          Comment

          Working...