Return-Path: Delivered-To: apmail-apr-bugs-archive@www.apache.org Received: (qmail 42227 invoked from network); 25 Sep 2009 16:43:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Sep 2009 16:43:09 -0000 Received: (qmail 97163 invoked by uid 500); 25 Sep 2009 16:43:09 -0000 Delivered-To: apmail-apr-bugs-archive@apr.apache.org Received: (qmail 97124 invoked by uid 500); 25 Sep 2009 16:43:09 -0000 Mailing-List: contact bugs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apr.apache.org Delivered-To: mailing list bugs@apr.apache.org Received: (qmail 97115 invoked by uid 99); 25 Sep 2009 16:43:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Sep 2009 16:43:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Sep 2009 16:43:07 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id BB71D234C4B6; Fri, 25 Sep 2009 09:42:47 -0700 (PDT) From: bugzilla@apache.org To: bugs@apr.apache.org Subject: DO NOT REPLY [Bug 47843] Non-threadsafe use of memory pool by apr_thread_pool_create() and thread_pool_func() X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: APR X-Bugzilla-Component: APR-util X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: akorobka@fxcm.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@apr.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090925164247.BB71D234C4B6@brutus.apache.org> Date: Fri, 25 Sep 2009 09:42:47 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=47843 --- Comment #2 from Alex Korobka 2009-09-25 09:42:44 PDT --- Created an attachment (id=24312) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24312) Lock thread pool mutex around the call to apr_thread_create -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org For additional commands, e-mail: bugs-help@apr.apache.org