delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/05/05/09:25:49

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=ZOFEvdh4HbWrMe4c
yJnqievvZ1dkZb3u51ZDntkKd1dF/23NSJb2SpT8zXXYVFpZ+U5FvpQOfLFoYz2N
uTQ6ol8+xlliyOi7veAXQIaD+/rWKI6jDltk18Y78jAHGwzDjzMo1HEBvpcsq4Ew
HSHGSKk5yOHke7+y2LjdI0nxKIQ=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=OBAMZ0ce3Dt+HuawbtNhW1
HlQJA=; b=UuiyLoGHiT85eHqKrOnvd/AIjBvyyN+fcYaOAXkGE3gMJpZJhs3J7f
leamLwg0kFxT8wLC9gvUuT+r676hBPhqOr0TC6xQixmnsVmaLEPGJWqaGPTrdj/P
2u+uYBuCRG/BHivAgO/YLS/uRZSlvvOYUyN+FtzhS672F4RoStZ0c=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=WOW, Hx-languages-length:1502, announce, crazy
X-HELO: mail-qk0-f176.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=z+2yr1EO59BGJwoPSt1S551S9US26LV6cWElifHT2Pw=; b=njlIM52ymNPl0KEPpIUxV0y6lICoD2KY5Nbj7NlVjE/n5SobW0u1wOAXo2ywMbcwHc 4L3GtaQrA9IcUyUv2Eybmf1x4FiXWXHMYxTze/HhchJ3AX0HuZL3zTvwzfWuuu5YB+NO DqdyvBvIr9HFXvzrWn/oUSWXHd/TOFfZ+3MU/1uzSB97NRzX9NHkB+gBT60Rcp0Z0Hkl 1wkd51i/2cop+z879QeVFOOSz+qBEov6dq8JS7zVBsnAhfdTJI0OX0SFZN0iWXlMkdJe VEubDLBZixLfsDsLEn2hQ7o7k1fqx+cmfdpSvEDOynItvSPSQZDIf6lm80w/iJTuuYhY btZw==
X-Gm-Message-State: AODbwcDUvXKKekOc9v9MdWWapx3dRDTy5Jbx+Is8G61smGD3s/HDkIlR E9LWf9hfSUQJODA5
X-Received: by 10.55.45.198 with SMTP id t189mr2433426qkh.108.1493990731235; Fri, 05 May 2017 06:25:31 -0700 (PDT)
Subject: Re: How to break cygwin inside dcrt0.cc ?
To: cygwin AT cygwin DOT com
References: <c90cbfa5-3411-f7bd-587c-7ef70e1e2cbf AT gmail DOT com> <590BDD0B DOT 7040709 AT maxrnd DOT com> <14756c6c-cc89-fa5d-bfbb-88662445dc46 AT gmail DOT com> <48d5fc33-9034-19bd-fc94-10977535ec3c AT dronecode DOT org DOT uk>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <e7ac1103-178f-20bf-9fa0-04735c7f38e3@gmail.com>
Date: Fri, 5 May 2017 15:25:19 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <48d5fc33-9034-19bd-fc94-10977535ec3c@dronecode.org.uk>
X-IsSubscribed: yes

On 05/05/2017 12:05, Jon Turney wrote:
> On 05/05/2017 08:44, Marco Atzeri wrote:
>> On 05/05/2017 04:01, Mark Geisert wrote:
>>> Marco Atzeri wrote:
>>>> I am likely missing something obvious, but I do not succeed to put
>>>> a breakpoint inside child_info_fork::alloc_stack
>>>>

>
> You are in a state where the debug info for cygwin1.dll has been loaded?
>  Trying to set a breakpoint before the program has run won't work, as
> cygwin1.dll hasn't loaded yet...

there is something else.
But I don't understand if it is the specific program,
the 32bit system on WOW or just a crazy BLODA in new
behaviors...

>
>> By the way it seems that git source can not be built
>> in cygwin as it lacks configure
>
> What? The configure script is in the git repo and source tarball.

it seems my git repo copy was damaged.
Cloned again from scratch and configure appeared again :-((

>
>>  $ autoreconf
>> configure.ac:33: error: Please use exactly Autoconf 2.64 instead of 2.69.
>> config/override.m4:12: _GCC_AUTOCONF_VERSION_CHECK is expanded from...
>> configure.ac:33: the top level
>> autom4te-2.69: /usr/bin/m4 failed with exit status: 1
>> aclocal-1.14: error: echo failed with exit status: 1
>> autoreconf-2.69: aclocal failed with exit status: 1
>
> This version of autoconf is packaged as gcc-tools-epoch2-autoconf.  The
> announce mail for that explains how to use it.
>
> Moving off such ancient autotools needs to be done, but SHTDI...

as usual..

Marco



--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019