[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] [Fix] thread pool shared mutex crash on some platfor
From: |
Christian Grothoff |
Subject: |
Re: [libmicrohttpd] [Fix] thread pool shared mutex crash on some platform. |
Date: |
Fri, 01 Mar 2013 01:13:20 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 |
Fixed as suggested in SVN 26236. -Christian
On 02/20/2013 12:08 PM, Ulion wrote:
> the cleanup mutex struct should not be directly copied and share used
> by multiple thread, which cause crash on some platform,
> e.g. ios/darwin
>
> --
> Ulion