From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101333 invoked by alias); 5 May 2017 07:44:42 -0000 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 Received: (qmail 100182 invoked by uid 89); 5 May 2017 07:44:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:1381 X-HELO: mail-qk0-f176.google.com Received: from mail-qk0-f176.google.com (HELO mail-qk0-f176.google.com) (209.85.220.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 05 May 2017 07:44:40 +0000 Received: by mail-qk0-f176.google.com with SMTP id k74so29294570qke.1 for ; Fri, 05 May 2017 00:44:43 -0700 (PDT) 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=1vf2aZffwz0mTGY7EevrzKar7Hnpb4lV17trlUuJqFk=; b=pgbLFnWWLpyu9Tc33/c8GOn2qyzc3N+QHRjLvFRsrJoX4e2yd+TwwaUyK4d7DWOgUT Mr0VvLxPyLfwNTq5SEJScQ8aa+K8Na1ZpeoXqHqCQE3z6+zFQSyXbF28PBKgRtbinja8 f2noMLxNcY6TSWRWMJaNAjQnh9Z8GdQSVt+moWV7LOo12xP1inZL3ZCPbPFmO5BoWwaN 9W3XOcsNUPZFdDXSlPqZ9KJOo3LTlyj7Q94O54oDhZPZO5ClTSSOOMHBrMMC5bCEWtem gva9ijLgM9Aw34t3cMJ9UK/RCRQOd8bF2/2KDf1bMXl6ZQ3ejVwV3n/5KBZ2sXG1Prvb Ca1w== X-Gm-Message-State: AODbwcBoOVha+3+rxbHHfnyZPfCiNrHfBt+YoH+3Ooh+GTB/hD2QrhVp LJdc8UT3sKX3qpE7 X-Received: by 10.55.46.194 with SMTP id u185mr11047327qkh.168.1493970281340; Fri, 05 May 2017 00:44:41 -0700 (PDT) Received: from [172.21.188.226] ([149.6.156.42]) by smtp.googlemail.com with ESMTPSA id j14sm2936168qtj.51.2017.05.05.00.44.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 May 2017 00:44:40 -0700 (PDT) Subject: Re: How to break cygwin inside dcrt0.cc ? To: cygwin@cygwin.com References: <590BDD0B.7040709@maxrnd.com> From: Marco Atzeri Message-ID: <14756c6c-cc89-fa5d-bfbb-88662445dc46@gmail.com> Date: Fri, 05 May 2017 07:44:00 -0000 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: <590BDD0B.7040709@maxrnd.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00060.txt.bz2 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 ? Regards 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