From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14627 invoked by alias); 16 Jan 2013 01:47:23 -0000 Received: (qmail 14616 invoked by uid 22791); 16 Jan 2013 01:47:21 -0000 X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mho-04-ewr.mailhop.org (HELO mho-02-ewr.mailhop.org) (204.13.248.74) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Jan 2013 01:46:47 +0000 Received: from pool-98-110-183-21.bstnma.fios.verizon.net ([98.110.183.21] helo=cgf.cx) by mho-02-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1TvI5W-000Pmq-Tn for cygwin@cygwin.com; Wed, 16 Jan 2013 01:46:46 +0000 Received: from localhost (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id 85305880383 for ; Tue, 15 Jan 2013 20:46:46 -0500 (EST) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/9GhWS8ln290cGISBskoX5 Date: Wed, 16 Jan 2013 01:47:00 -0000 From: Christopher Faylor To: cygwin@cygwin.com Subject: Re: deadlock with busy waiting on sigfe Message-ID: <20130116014646.GB13175@ednor.casa.cgf.cx> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2013-01/txt/msg00216.txt.bz2 On Tue, Jan 15, 2013 at 11:00:16AM +0900, jojelino wrote: >Caused by executing following command and ctrl+c to interrupt in bash shell. >sh -c "cd /tmp/openjpeg/src/bin/jp2 && /usr/bin/i686-pc-mingw32-gcc.exe > -DOPJ_EXPORTS -ffast-math -O3 -DNDEBUG >@CMakeFiles/opj_compress.dir/includes_C.rsp -o >CMakeFiles/opj_compress.dir/convert.c.obj -c >/tmp/openjpeg/src/bin/jp2/convert.c" > >SleepEx is being spammed across threads. some thread got tls lock but >didn't released it. >how can i fix the problem? Sorry but there is no useful information here. How about providing some basic details like: 1) What version of Cygwin you're running. 2) A reproducer that doesn't involve downloading a large package and (apparently) running configure. ? You can also forgo the gdb backtraces. It is almost never useful to include those in a bug report. cgf -- 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