X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <4B82C093.7010001@gmail.com> Date: Mon, 22 Feb 2010 17:36:19 +0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Statically initialising pthread attributes in dynamic dlls. References: <4B825D76 DOT 6000105 AT gmail DOT com> In-Reply-To: <4B825D76.6000105@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 22/02/2010 10:33, Andrew West wrote: > Trying to initialise a pthread attribute in a static variable seems to > cause a segfault. I've attach a simple test case compiled using; > > g++ -g mutex.cpp -o mutex.dll -lpthread You must have accidentally omitted "-shared" here, since it wouldn't link otherwise. > The only other bits of information I can give which might or might not > be helpful are; Run "cygcheck -s -r -v > cygcheck.out" and then send that to the list *as an attachment* (i.e. not inline in the body text). TIA! cheers, DaveK -- 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