X-Spam-Check-By: sourceware.org
Date: Sat, 13 May 2006 22:58:57 -0400
From: "Jonathan C. Allen" <jca@sdf.lonestar.org>
To: cygwin@cygwin.com
Subject: Re: (1.5.19) problem compiling screen 4.0.2
Message-ID: <20060514025857.GA9621@SDF.LONESTAR.ORG>
References: <20060512015539.GB6284@SDF.LONESTAR.ORG> <Pine.GSO.4.63.0605120927360.26431@access1.cims.nyu.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <Pine.GSO.4.63.0605120927360.26431@access1.cims.nyu.edu>
User-Agent: Mutt/1.4.2.1i
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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 Fri, May 12, 2006 at 09:30:08AM -0400, Igor Peshansky wrote:
> After this point, conftest.exe cannot be removed.
> Looking around line 4167 of screen's configure should show what exact code
> has this behavior.  You can then compile it separately and see if you can
> reproduce it.  After that, it's a matter of debugging.

I copied the problem conftest code out of configure and created a
standalone program that reproduces the problem behavior each time
it's run.

After running, I attached gdb to the process and got this backtrace:

(gdb) bt
#0  0x77f9193d in ntdll!DbgUiConnectToDbg ()
   from /cygdrive/c/WINNT/system32/NTDLL.DLL
#1  0x7c57fe8d in KERNEL32!DebugActiveProcess ()
   from /cygdrive/c/WINNT/system32/KERNEL32.DLL
#2  0x61004409 in _cygtls::call2 () from /usr/bin/cygwin1.dll
#3  0x00000000 in ?? () from

I'm not really sure what this means.  If anyone's interested:

http://jca.sdf1.org/cygwin/conftest.c
http://jca.sdf1.org/cygwin/conftest.exe

Meanwhile, I found this thread related to screen 4.0.2 and the same
behavior:

http://sourceware.org/ml/cygwin/2005-06/msg00843.html

If I take the fifo test out of configure, the configure script completes
successfully.

I installed Andrew's test package which is working fine so far.

jca


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

