X-Recipient: archive-cygwin@delorie.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 <dave.korn.cygwin@googlemail.com>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Statically initialising pthread attributes in dynamic dlls.
References: <4B825D76.6000105@gmail.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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

