On Wed, Oct 21, 2015 at 10:15 PM, Corinna Vinschen <corinna-cyg...@cygwin.com> wrote: > On Oct 21 21:49, Yucong Sun wrote: >> > What exactly is the malloc problem you're seeing? >> >> The specific problem I'm having is that jemalloc's malloc_init() calls >> needs to use pthread_mutex_init() or even pthread_mutex with a >> initializer. Both in-turn uses malloc, triggering this issue. >> >> A quick fix would be somehow make pthread always use system >> malloc/free, which shouldn't be that bad. > > What about using a native critical section instead? It shouldn't be too > tricky to conditionalize this in jemalloc.
Possibly, jemalloc already have support of this. However I wasn't so sure that this was possible before, see https://github.com/jemalloc/jemalloc/blob/dev/include/jemalloc/internal/mutex.h#L80 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple