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=ESjjGKNxLY4JvaND kBMkN67gglAawUiNft8lksIqo3rHZW2dn3IKM57CBvXqw0hE6FHvXNEA2Zcyjncq rEucmakmobdd3VqvxUxcvJf335e7MaSW5v/FY2jJeqKaPN4DkyiwJwvnK6anKSSC 19enaWZKDL9T3AVYt61o8Qjep/s= 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=bj9X7lAsDptOscGjygAgrs xptjg=; b=i+Efd0ZpFkhB4rNpcUkbg4CEtwnnKoCiA8vB8gRB8KfMa25EkwIIlj d4aVS99VazmtFpwOrzPVkEk65Orunie6WxY6gSSlHofGDmOAjtrAeAhCvb38P+iu ytfdR+QdwMqOwkpAHc4dVlP1cXOIulT1KZRepoiB37VyaarEqBAYk= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*UA:Firefox, H*F:U*mark, Hx-languages-length:1513 X-HELO: m0.truegem.net Subject: Re: How to break cygwin inside dcrt0.cc ? To: cygwin AT cygwin DOT com References: <590BDD0B DOT 7040709 AT maxrnd DOT com> <14756c6c-cc89-fa5d-bfbb-88662445dc46 AT gmail DOT com> From: Mark Geisert Message-ID: <590C3C0C.3000607@maxrnd.com> Date: Fri, 5 May 2017 01:47:08 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 In-Reply-To: <14756c6c-cc89-fa5d-bfbb-88662445dc46@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 >>> >>> break child_info_fork::alloc_stack >>> Function "child_info_fork::alloc_stack" not defined. >>> >>> break /usr/src/debug/cygwin-2.8.0-1/winsup/cygwin/dcrt0.cc:408 >>> No source file named /usr/src/debug/cygwin-2.8.0-1/winsup/cygwin/dcrt0.cc >> >> Is your installed cygwin-debuginfo package the same version as your >> cygwin package? >> >> ..mark >> > > > Hi Mark, > yes, I am using the same > > $ uname -svr > CYGWIN_NT-6.1-WOW 2.8.0(0.309/5/3) 2017-04-01 20:42 > > $ cygcheck -cd |grep cygwin > base-cygwin 3.8-1 > cygwin 2.8.0-1 > cygwin-debuginfo 2.8.0-1 > cygwin-devel 2.8.0-1 > cygwin-doc 2.8.0-1 > cygwin-x-doc 1.1.20170220-1 > > I have the poblem on both 32 and 64 bit version. > > By the way it seems that git source can not be built > in cygwin as it lacks configure and > > $ 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 > > Are you building using the source package ? Yes I am using source package and not git source. ..mark -- 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