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=eIw+IMWxzTaOy+aT yfoocmbmTHL/VD6Rp+1gf2+jlUEpOdMGrCY9Kjs9mDuejhHJIAFjQfpzXMeX3sl4 trRJSFuDfqEl381YMUuV36iPs1hMwBfUX6/3SnSD7qlrF1LReMVkT9lxzzU9pPTY /4ZeEITURWVDbAM/yPSgkwcOJug= 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=kw94Pks0DSRNZOag65OwrB B3ZSI=; b=qvHULLihSpoJyBSGHmf1aGV5zyNqEl6+WCXf8lKMD5IA6y0s/xckko fbInz4dl2hqkr4rzxPa47CzmxCFq2uWDu4ZqryJYx7iexx5ppq3mHk0gVaBQJhwB PcVaserOpkt4Jejc40PT1bM+Vb5zJFTW+KLWmfu05ZpZs+WQMdkd4= 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=-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 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) Subject: Re: How to break cygwin inside dcrt0.cc ? To: cygwin AT cygwin DOT com References: <590BDD0B DOT 7040709 AT maxrnd DOT com> From: Marco Atzeri Message-ID: <14756c6c-cc89-fa5d-bfbb-88662445dc46@gmail.com> Date: Fri, 5 May 2017 09:44:30 +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: <590BDD0B.7040709@maxrnd.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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